|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Note: The implementation will try to derive the authenticated subject by some means |
|
int |
AuthorizationManager.authorize(Resource resource,
javax.security.auth.Subject subject)
Authorize a resource for an authenticated subject |
|
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,
RoleGroup role)
Authorize a resource given a role |
|
|
AuthorizationManager.getEntitlements(java.lang.Class<T> clazz,
Resource resource,
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,
RoleGroup roles)
Authorize the resource |
boolean |
AuthorizationModule.commit()
Overall authorization process has succeeded. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||