public static interface AuthorizerConfiguration.ScopedRoleListener
Modifier and Type | Method and Description |
---|---|
void |
scopedRoleAdded(AuthorizerConfiguration.ScopedRole added)
Notification that a scoped role is being added.
|
void |
scopedRoleRemoved(AuthorizerConfiguration.ScopedRole removed)
Notification that a scoped role has been removed.
|
void scopedRoleAdded(AuthorizerConfiguration.ScopedRole added)
AuthorizerConfiguration
.added
- the scoped rolevoid scopedRoleRemoved(AuthorizerConfiguration.ScopedRole removed)
AuthorizerConfiguration
.removed
- the scoped roleCopyright © 2023 JBoss by Red Hat. All rights reserved.