Uses of Class
org.jboss.as.controller.security.ControllerPermission
Packages that use ControllerPermission
-
Uses of ControllerPermission in org.jboss.as.controller.security
Fields in org.jboss.as.controller.security declared as ControllerPermissionModifier and TypeFieldDescriptionstatic final ControllerPermissionControllerPermission.CAN_ACCESS_IMMUTABLE_MANAGEMENT_RESOURCE_REGISTRATIONThe Controller Permission named canAccessImmutableManagementResourceRegistration, which should be used to create aImmutableManagementResourceRegistration, or invoke one of its methodsstatic final ControllerPermissionControllerPermission.CAN_ACCESS_MODEL_CONTROLLERThe Controller Permission named canAccessModelController, which should be used to access aModelController, or to invoke its methods.static final ControllerPermissionControllerPermission.CREATE_CALLERThe Controller Permission named createCaller, which should be used to create aorg.jboss.as.controller.access.Caller, with respect to access control decision.static final ControllerPermissionControllerPermission.GET_CALLER_SECURITY_IDENTITYThe Controller Permission named getCallerSubject, which should be used to retrieve theSecurityIdentityassociated with aorg.jboss.as.controller.access.Caller.static final ControllerPermissionControllerPermission.GET_CALLER_SUBJECTThe Controller Permission named getCallerSubject, which should be used to retrieve theSubjectassociated with aorg.jboss.as.controller.access.Caller.static final ControllerPermissionControllerPermission.GET_CURRENT_ACCESS_AUDIT_CONTEXTThe Controller Permission named getCurrentAccessAuditContext, which should be used to retrieve currentAccessAuditContext.static final ControllerPermissionControllerPermission.GET_IN_VM_CALL_STATEThe Controller Permission named getInVmCallStateName, which should be used to retrieve in-vm call state.static final ControllerPermissionControllerPermission.INFLOW_SECURITY_IDENTITYThe Controller Permission named inflowSecurityIdentity, which is required where a SecurityIdentity is inflowed as-is bypassing local security.static final ControllerPermissionControllerPermission.PERFORM_IN_VM_CALLThe Controller Permission named performInVmCall, which should be used to perform an in-vm call.