Uses of Interface
org.jboss.as.controller.access.constraint.ScopingConstraint
-
Packages that use ScopingConstraint Package Description org.jboss.as.controller.access org.jboss.as.controller.access.constraint -
-
Uses of ScopingConstraint in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return ScopingConstraint Modifier and Type Method Description ScopingConstraintAuthorizerConfiguration.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 ScopingConstraint Constructor Description ScopedRole(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 ScopingConstraint Modifier and Type Class Description classHostEffectConstraintConstraint related to whether the target resource is associated with one or more managed domain hosts.classServerGroupEffectConstraintConstraint related to whether the target resource is associated with one or more managed domain server groups.
-