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 . |
Modifier and Type | Method and Description |
---|---|
static OperationStepHandler |
IsCallerInRoleOperation.create(Authorizer authorizer) |
Modifier and Type | Method and Description |
---|---|
static OperationStepHandler |
WhoAmIOperation.createOperation(Authorizer authorizer) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.