Uses of Class
org.jboss.as.server.security.ServerPermission
Packages that use ServerPermission
-
Uses of ServerPermission in org.jboss.as.server.security
Fields in org.jboss.as.server.security declared as ServerPermissionModifier and TypeFieldDescriptionstatic final ServerPermissionServerPermission.CREATE_DEPLOYMENT_REFLECTION_INDEXThe Server Permission named canAccessImmutableManagementResourceRegistration, which should be used to create aDeploymentReflectionIndex.static final ServerPermissionServerPermission.GET_CURRENT_SERVICE_CONTAINERThe Server Permission named canAccessModelController, which should be used to retrieve currentServiceContainer.static final ServerPermissionServerPermission.SET_CURRENT_SERVICE_CONTAINERThe Server Permission named createCaller, which should be used to set currentServiceContainer.static final ServerPermissionServerPermission.USE_SERVICE_REGISTRYThe Server Permission named getCallerSubject, which should be used to useSecuredServiceRegistry, i.e. invoke its methods.