Uses of Class
org.jboss.security.authorization.AuthorizationException

Packages that use AuthorizationException
org.jboss.security   
org.jboss.security.authorization   
 

Uses of AuthorizationException in org.jboss.security
 

Methods in org.jboss.security that throw AuthorizationException
 int AuthorizationManager.authorize(Resource resource)
          Authorize a resource
 int AuthorizationManager.authorize(Resource resource, javax.security.auth.Subject subject, java.security.acl.Group roleGroup)
          Authorize a resource given a Group of Principals representing roles
 int AuthorizationManager.authorize(Resource resource, javax.security.auth.Subject subject, org.jboss.security.identity.RoleGroup role)
          Authorize a resource given a role
<T> EntitlementHolder<T>
AuthorizationManager.getEntitlements(java.lang.Class<T> clazz, Resource resource, org.jboss.security.identity.Identity identity)
          Instance Based Security Get all the entitlements assigned to the components of a Resource
 

Uses of AuthorizationException in org.jboss.security.authorization
 

Methods in org.jboss.security.authorization that throw AuthorizationException
 boolean AuthorizationModule.abort()
          Abort the Authorization Process
abstract  int AuthorizationContext.authorize(Resource resource)
          Authorize the Resource
abstract  int AuthorizationContext.authorize(Resource resource, javax.security.auth.Subject subject, org.jboss.security.identity.RoleGroup roles)
          Authorize the resource
 boolean AuthorizationModule.commit()
          Overall authorization process has succeeded.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.