|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ACLEntry
This interface represents an entry in the Access Control List.
| Method Summary | |
|---|---|
boolean |
checkPermission(ACLPermission permission)
Checks if the specified permission is part of the this entry's permission. |
org.jboss.security.identity.Identity |
getIdentity()
Obtains the Identity for which a permission has been assigned in
this entry. |
ACLPermission |
getPermission()
Obtains the Permission object held by this entry. |
| Method Detail |
|---|
org.jboss.security.identity.Identity getIdentity()
Obtains the Identity for which a permission has been assigned in
this entry.
Identity contained in this entry.ACLPermission getPermission()
Obtains the Permission object held by this entry.
Permission contained in this entry.boolean checkPermission(ACLPermission permission)
Checks if the specified permission is part of the this entry's permission.
permission - the ACLPermission to be checked for.
true if the permission is part of this entry's permission;
false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||