Interface ScopingConstraint
- All Known Implementing Classes:
HostEffectConstraint,ServerGroupEffectConstraint
public interface ScopingConstraint
Interface used to indicate that the implementing class serves to limit the scope of an
otherwise standard permission.
- Author:
- Brian Stansberry (c) 2013 Red Hat Inc.
-
Method Summary
Modifier and TypeMethodDescriptionGet the factory that produces constraints of this typeGet a constraint that should be used for reads of resources that are outside the scope of the constraint.
-
Method Details
-
getFactory
ScopingConstraintFactory getFactory()Get the factory that produces constraints of this type -
getStandardConstraint
Constraint getStandardConstraint() -
getOutofScopeReadConstraint
Constraint getOutofScopeReadConstraint()Get a constraint that should be used for reads of resources that are outside the scope of the constraint.
-