Uses of Interface
org.jboss.as.controller.access.constraint.ScopingConstraint
Packages that use ScopingConstraint
-
Uses of ScopingConstraint in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return ScopingConstraintModifier and TypeMethodDescriptionAuthorizerConfiguration.ScopedRole.getScopingConstraint()Gets theScopingConstraintused to apply constraints to the permissions of the base role in order to derive the permissions of the scoped role.Constructors in org.jboss.as.controller.access with parameters of type ScopingConstraintModifierConstructorDescriptionScopedRole(String name, String baseRoleName, ScopingConstraint scopingConstraint) -
Uses of ScopingConstraint in org.jboss.as.controller.access.constraint
Classes in org.jboss.as.controller.access.constraint that implement ScopingConstraintModifier and TypeClassDescriptionclassConstraint related to whether the target resource is associated with one or more managed domain hosts.classConstraint related to whether the target resource is associated with one or more managed domain server groups.