Package org.jboss.as.controller.access
Interface AuthorizerConfiguration.ScopedRoleListener
- All Known Implementing Classes:
DefaultPermissionFactory
- Enclosing interface:
- AuthorizerConfiguration
public static interface AuthorizerConfiguration.ScopedRoleListener
Listener for changes to the configured scoped roles.
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotification that a scoped role is being added.voidNotification that a scoped role has been removed.
-
Method Details
-
scopedRoleAdded
Notification that a scoped role is being added. The notification will be received before the role becomes visible in the roles collections exposed by theAuthorizerConfiguration.- Parameters:
added- the scoped role
-
scopedRoleRemoved
Notification that a scoped role has been removed. The notification will be received after the role is no longer visible in the roles collections exposed by theAuthorizerConfiguration.- Parameters:
removed- the scoped role
-