Interface ScopingConstraint
-
- All Known Implementing Classes:
HostEffectConstraint,ServerGroupEffectConstraint
public interface ScopingConstraintInterface 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScopingConstraintFactorygetFactory()Get the factory that produces constraints of this typeConstraintgetOutofScopeReadConstraint()Get a constraint that should be used for reads of resources that are outside the scope of the constraint.ConstraintgetStandardConstraint()
-
-
-
Method Detail
-
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.
-
-