|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ACLPermission in org.jboss.security.acl |
|---|
| Methods in org.jboss.security.acl that return ACLPermission | |
|---|---|
ACLPermission |
ACLEntry.getPermission()
Obtains the Permission object held by this entry. |
| Methods in org.jboss.security.acl with parameters of type ACLPermission | |
|---|---|
boolean |
ACLEntry.checkPermission(ACLPermission permission)
Checks if the specified permission is part of the this entry's permission. |
boolean |
ACLProvider.isAccessGranted(Resource resource,
Identity identity,
ACLPermission permission)
Checks if the given identity has the permissions needed to access the specified resource. |
boolean |
ACL.isGranted(ACLPermission permission,
Identity identity)
Verify if the given permission is assigned to the specified Identity. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||