- abort() - Method in interface org.jboss.security.authorization.AuthorizationModule
-
Abort the Authorization Process
- add(String, Object) - Method in interface org.jboss.security.authorization.Resource
-
Add key value to context map
- AuthorizationContext - Class in org.jboss.security.authorization
-
JBAS-3374: Authorization Framework for Policy Decision Modules
For information on the behavior of the Authorization Modules,
For Authorization Modules behavior(Required, Requisite, Sufficient and Optional)
please refer to the javadoc for @see javax.security.auth.login.Configuration
The AuthorizationContext derives the AuthorizationInfo(configuration for the modules)
in the following way:
a) If there has been an injection of ApplicationPolicy, then it will be used.
- AuthorizationContext() - Constructor for class org.jboss.security.authorization.AuthorizationContext
-
- AuthorizationException - Exception in org.jboss.security.authorization
-
Exception for the Authorization Framework
- AuthorizationException() - Constructor for exception org.jboss.security.authorization.AuthorizationException
-
- AuthorizationException(String) - Constructor for exception org.jboss.security.authorization.AuthorizationException
-
- AuthorizationManager - Interface in org.jboss.security
-
Generalized Authorization Manager Interface.
- AuthorizationModule - Interface in org.jboss.security.authorization
-
Represents a Policy Decision Module that is used by the
Authorization Context
- authorize(Resource) - Method in class org.jboss.security.authorization.AuthorizationContext
-
Authorize the Resource
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.AuthorizationContext
-
Authorize the resource
- authorize(Resource) - Method in interface org.jboss.security.authorization.AuthorizationModule
-
Authorize the resource
- authorize(Resource) - Method in interface org.jboss.security.AuthorizationManager
-
Authorize a resource Note: The implementation will try to derive the authenticated subject by some means
- authorize(Resource, Subject) - Method in interface org.jboss.security.AuthorizationManager
-
Authorize a resource for an authenticated subject
- authorize(Resource, Subject, RoleGroup) - Method in interface org.jboss.security.AuthorizationManager
-
Authorize a resource given a role
- authorize(Resource, Subject, Group) - Method in interface org.jboss.security.AuthorizationManager
-
Authorize a resource given a Group of Principals representing roles