Uses of Class
org.jboss.as.controller.access.AuthorizerConfiguration.ScopedRole
Packages that use AuthorizerConfiguration.ScopedRole
Package
Description
-
Uses of AuthorizerConfiguration.ScopedRole in org.jboss.as.controller.access
Methods in org.jboss.as.controller.access that return types with arguments of type AuthorizerConfiguration.ScopedRoleModifier and TypeMethodDescriptionAuthorizerConfiguration.getScopedRoles()Gets the configured scoped roles, keyed by the name of the role.Methods in org.jboss.as.controller.access with parameters of type AuthorizerConfiguration.ScopedRoleModifier and TypeMethodDescriptionvoidAuthorizerConfiguration.ScopedRoleListener.scopedRoleAdded(AuthorizerConfiguration.ScopedRole added) Notification that a scoped role is being added.voidAuthorizerConfiguration.ScopedRoleListener.scopedRoleRemoved(AuthorizerConfiguration.ScopedRole removed) Notification that a scoped role has been removed. -
Uses of AuthorizerConfiguration.ScopedRole in org.jboss.as.controller.access.management
Methods in org.jboss.as.controller.access.management that return types with arguments of type AuthorizerConfiguration.ScopedRoleMethods in org.jboss.as.controller.access.management with parameters of type AuthorizerConfiguration.ScopedRoleModifier and TypeMethodDescriptionvoidWritableAuthorizerConfiguration.addScopedRole(AuthorizerConfiguration.ScopedRole toAdd) -
Uses of AuthorizerConfiguration.ScopedRole in org.jboss.as.controller.access.rbac
Methods in org.jboss.as.controller.access.rbac with parameters of type AuthorizerConfiguration.ScopedRoleModifier and TypeMethodDescriptionvoidDefaultPermissionFactory.scopedRoleAdded(AuthorizerConfiguration.ScopedRole added) voidDefaultPermissionFactory.scopedRoleRemoved(AuthorizerConfiguration.ScopedRole removed)