Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.access | |
org.jboss.as.controller.access.management | |
org.jboss.as.controller.access.permission |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
OperationContext.authorize(org.jboss.dmr.ModelNode operation)
Check for authorization of the given operation.
|
AuthorizationResult |
OperationContext.authorize(org.jboss.dmr.ModelNode operation,
Set<Action.ActionEffect> effects)
Check for authorization of the given effects for the given operation.
|
AuthorizationResult |
OperationContext.authorize(org.jboss.dmr.ModelNode operation,
String attribute,
org.jboss.dmr.ModelNode currentValue)
Check for authorization to read or modify an attribute, checking all effects of the given operation
|
AuthorizationResult |
OperationContext.authorize(org.jboss.dmr.ModelNode operation,
String attribute,
org.jboss.dmr.ModelNode currentValue,
Set<Action.ActionEffect> effects)
Check for authorization to read or modify an attribute, limiting the check to the given effects of the operation
|
AuthorizationResult |
OperationContext.authorizeOperation(org.jboss.dmr.ModelNode operation)
Check for authorization to execute an operation.
|
Modifier and Type | Field and Description |
---|---|
static AuthorizationResult |
AuthorizationResult.PERMITTED |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
Authorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetAttribute target)
Authorize a management operation affecting an individual attribute.
|
AuthorizationResult |
Authorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetResource target)
Authorize a management operation affecting an entire resource.
|
AuthorizationResult |
Authorizer.authorizeJmxOperation(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target)
Authorize a JMX operation.
|
AuthorizationResult |
ResourceAuthorization.getAttributeResult(String attribute,
Action.ActionEffect actionEffect)
Get the authorization result for an individual attribute.
|
AuthorizationResult |
ResourceAuthorization.getOperationResult(String operationName)
Get the authorization result for an individual operation.
|
AuthorizationResult |
ResourceAuthorization.getResourceResult(Action.ActionEffect actionEffect)
Get the authorization result for the entire resource for the given effect.
|
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
DelegatingConfigurableAuthorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetAttribute target) |
AuthorizationResult |
DelegatingConfigurableAuthorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetResource target) |
AuthorizationResult |
DelegatingConfigurableAuthorizer.authorizeJmxOperation(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
Modifier and Type | Method and Description |
---|---|
AuthorizationResult |
ManagementPermissionAuthorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetAttribute target) |
AuthorizationResult |
ManagementPermissionAuthorizer.authorize(Caller caller,
Environment callEnvironment,
Action action,
TargetResource target) |
AuthorizationResult |
ManagementPermissionAuthorizer.authorizeJmxOperation(Caller caller,
Environment callEnvironment,
JmxAction action,
JmxTarget target) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.