Uses of Class
org.jboss.security.authorization.AuthorizationException
-
Packages that use AuthorizationException Package Description org.jboss.security The basic security interfaces and classes are now located in the jbosssx module.org.jboss.security.acl org.jboss.security.authorization org.jboss.security.authorization.modules org.jboss.security.plugins Security plugins have moved to the jbosssx cvs module.org.jboss.security.plugins.authorization org.picketbox.plugins.authorization -
-
Uses of AuthorizationException in org.jboss.security
Methods in org.jboss.security that throw AuthorizationException Modifier and Type Method Description int
AuthorizationManager. authorize(Resource resource)
Authorize a resource Note: The implementation will try to derive the authenticated subject by some meansint
AuthorizationManager. authorize(Resource resource, Subject subject)
Authorize a resource for an authenticated subjectint
AuthorizationManager. authorize(Resource resource, Subject subject, Group roleGroup)
Authorize a resource given a Group of Principals representing rolesint
AuthorizationManager. authorize(Resource resource, Subject subject, RoleGroup role)
Authorize a resource given a role -
Uses of AuthorizationException in org.jboss.security.acl
Methods in org.jboss.security.acl that throw AuthorizationException Modifier and Type Method Description <T> Set<T>
ACLProvider. getEntitlements(Class<T> clazz, Resource resource, Identity identity)
For a given Resource and an Identity, return all the entitlements Eg: A portal page can consist of say 10 components such as windows, subpages etc.<T> Set<T>
ACLProviderImpl. getEntitlements(Class<T> clazz, Resource resource, Identity identity)
<T> Set<T>
RoleBasedACLProviderImpl. getEntitlements(Class<T> clazz, Resource resource, Identity identity)
boolean
ACLProvider. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)
Checks if the given identity has the permissions needed to access the specified resource.boolean
ACLProviderImpl. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)
boolean
RoleBasedACLProviderImpl. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)
This method overrides the default implementation to use roles instead of the identity name when checking for permissions. -
Uses of AuthorizationException in org.jboss.security.authorization
Methods in org.jboss.security.authorization that throw AuthorizationException Modifier and Type Method Description boolean
AuthorizationModule. abort()
Abort the Authorization Processabstract int
AuthorizationContext. authorize(Resource resource)
Authorize the Resourceabstract int
AuthorizationContext. authorize(Resource resource, Subject subject, RoleGroup roles)
Authorize the resourceboolean
AuthorizationModule. commit()
Overall authorization process has succeeded. -
Uses of AuthorizationException in org.jboss.security.authorization.modules
Methods in org.jboss.security.authorization.modules that throw AuthorizationException Modifier and Type Method Description boolean
AbstractAuthorizationModule. abort()
boolean
AllDenyAuthorizationModule. abort()
boolean
AllPermitAuthorizationModule. abort()
boolean
AbstractAuthorizationModule. commit()
boolean
AllDenyAuthorizationModule. commit()
boolean
AllPermitAuthorizationModule. commit()
-
Uses of AuthorizationException in org.jboss.security.plugins
Methods in org.jboss.security.plugins that throw AuthorizationException Modifier and Type Method Description int
JBossAuthorizationManager. authorize(Resource resource)
int
JBossAuthorizationManager. authorize(Resource resource, Subject subject)
int
JBossAuthorizationManager. authorize(Resource resource, Subject subject, Group roleGroup)
int
JBossAuthorizationManager. authorize(Resource resource, Subject subject, RoleGroup role)
-
Uses of AuthorizationException in org.jboss.security.plugins.authorization
Methods in org.jboss.security.plugins.authorization that throw AuthorizationException Modifier and Type Method Description int
JBossAuthorizationContext. authorize(Resource resource)
Authorize the Resourceint
JBossAuthorizationContext. authorize(Resource resource, Subject subject, RoleGroup callerRoles)
-
Uses of AuthorizationException in org.picketbox.plugins.authorization
Methods in org.picketbox.plugins.authorization that throw AuthorizationException Modifier and Type Method Description boolean
PicketBoxAuthorizationModule. abort()
boolean
PicketBoxAuthorizationModule. commit()
-