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 intAuthorizationManager. authorize(Resource resource)Authorize a resource Note: The implementation will try to derive the authenticated subject by some meansintAuthorizationManager. authorize(Resource resource, Subject subject)Authorize a resource for an authenticated subjectintAuthorizationManager. authorize(Resource resource, Subject subject, Group roleGroup)Authorize a resource given a Group of Principals representing rolesintAuthorizationManager. 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)booleanACLProvider. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)Checks if the given identity has the permissions needed to access the specified resource.booleanACLProviderImpl. isAccessGranted(Resource resource, Identity identity, ACLPermission permission)booleanRoleBasedACLProviderImpl. 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 booleanAuthorizationModule. abort()Abort the Authorization Processabstract intAuthorizationContext. authorize(Resource resource)Authorize the Resourceabstract intAuthorizationContext. authorize(Resource resource, Subject subject, RoleGroup roles)Authorize the resourcebooleanAuthorizationModule. 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 booleanAbstractAuthorizationModule. abort()booleanAllDenyAuthorizationModule. abort()booleanAllPermitAuthorizationModule. abort()booleanAbstractAuthorizationModule. commit()booleanAllDenyAuthorizationModule. commit()booleanAllPermitAuthorizationModule. commit() -
Uses of AuthorizationException in org.jboss.security.plugins
Methods in org.jboss.security.plugins that throw AuthorizationException Modifier and Type Method Description intJBossAuthorizationManager. authorize(Resource resource)intJBossAuthorizationManager. authorize(Resource resource, Subject subject)intJBossAuthorizationManager. authorize(Resource resource, Subject subject, Group roleGroup)intJBossAuthorizationManager. 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 intJBossAuthorizationContext. authorize(Resource resource)Authorize the ResourceintJBossAuthorizationContext. 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 booleanPicketBoxAuthorizationModule. abort()booleanPicketBoxAuthorizationModule. commit()
-