| Package | Description |
|---|---|
| org.jboss.as.controller.security |
| Modifier and Type | Field and Description |
|---|---|
static ControllerPermission |
ControllerPermission.CAN_ACCESS_IMMUTABLE_MANAGEMENT_RESOURCE_REGISTRATION
The Controller Permission named canAccessImmutableManagementResourceRegistration, which should be used to create a
ImmutableManagementResourceRegistration, or invoke one
of its methods |
static ControllerPermission |
ControllerPermission.CAN_ACCESS_MODEL_CONTROLLER
The Controller Permission named canAccessModelController, which should be used to access a
ModelController, or to invoke its methods. |
static ControllerPermission |
ControllerPermission.CREATE_CALLER
The Controller Permission named createCaller, which should be used to create a
Caller, with respect to access control decision. |
static ControllerPermission |
ControllerPermission.GET_CALLER_SECURITY_IDENTITY
The Controller Permission named getCallerSubject, which should be used to retrieve the
SecurityIdentity associated with a Caller. |
static ControllerPermission |
ControllerPermission.GET_CALLER_SUBJECT
|
static ControllerPermission |
ControllerPermission.GET_CURRENT_ACCESS_AUDIT_CONTEXT
The Controller Permission named getCurrentAccessAuditContext, which should be used to retrieve current
AccessAuditContext. |
static ControllerPermission |
ControllerPermission.GET_IN_VM_CALL_STATE
The Controller Permission named getInVmCallStateName, which should be used to retrieve in-vm call state.
|
static ControllerPermission |
ControllerPermission.INFLOW_SECURITY_IDENTITY
The Controller Permission named inflowSecurityIdentity, which is required where a SecurityIdentity is inflowed as-is bypassing local security.
|
static ControllerPermission |
ControllerPermission.PERFORM_IN_VM_CALL
The Controller Permission named performInVmCall, which should be used to perform an in-vm call.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.