| Package | Description |
|---|---|
| org.jboss.as.controller.access | |
| org.jboss.as.controller.access.management | |
| org.jboss.as.controller.access.permission | |
| org.jboss.as.controller.access.rbac |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomAuthorizer
Interface for non-standard implementations of the
Authorizer super-interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JmxAuthorizer
Hook to expose JMX-related access control configuration to the JMX subsystem without
exposing unrelated capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingConfigurableAuthorizer
A
Authorizer that delegates to another. |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingConfigurableAuthorizer.setDelegate(Authorizer delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagementPermissionAuthorizer
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardRBACAuthorizer
Standard
Authorizer implementation that uses a provided
RoleMapper to construct a DefaultPermissionFactory, with that permission factory
used for the permissions used by the superclass implementation. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.