| Package | Description |
|---|---|
| org.jboss.as.controller.access | |
| org.jboss.as.controller.access.management | |
| org.jboss.as.controller.access.rbac |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthorizerConfiguration.ScopedRole> |
AuthorizerConfiguration.getScopedRoles()
Gets the configured scoped roles, keyed by the name of the role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizerConfiguration.ScopedRoleListener.scopedRoleAdded(AuthorizerConfiguration.ScopedRole added)
Notification that a scoped role is being added.
|
void |
AuthorizerConfiguration.ScopedRoleListener.scopedRoleRemoved(AuthorizerConfiguration.ScopedRole removed)
Notification that a scoped role has been removed.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthorizerConfiguration.ScopedRole> |
WritableAuthorizerConfiguration.getScopedRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
WritableAuthorizerConfiguration.addScopedRole(AuthorizerConfiguration.ScopedRole toAdd) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPermissionFactory.scopedRoleAdded(AuthorizerConfiguration.ScopedRole added) |
void |
DefaultPermissionFactory.scopedRoleRemoved(AuthorizerConfiguration.ScopedRole removed) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.