Package org.jboss.as.controller.access
Class AuthorizerConfiguration.ScopedRole
java.lang.Object
org.jboss.as.controller.access.AuthorizerConfiguration.ScopedRole
- Enclosing interface:
- AuthorizerConfiguration
Encapsulates configuration information for a scoped role.
-
Constructor Summary
ConstructorsConstructorDescriptionScopedRole(String name, String baseRoleName, ScopingConstraint scopingConstraint) -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the role on which the scoped role is based.getName()Gets the name of the scoped role.Gets theScopingConstraintused to apply constraints to the permissions of the base role in order to derive the permissions of the scoped role.
-
Constructor Details
-
ScopedRole
-
-
Method Details
-
getName
Gets the name of the scoped role.- Returns:
- the name of the role. Will not be
null
-
getBaseRoleName
Gets the name of the role on which the scoped role is based.- Returns:
- the name of the base role. Will not be
null
-
getScopingConstraint
Gets theScopingConstraintused to apply constraints to the permissions of the base role in order to derive the permissions of the scoped role.- Returns:
- the constraint. Will not be
null
-