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