|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessControlEntry
Represents an individual permission assignment within an Acl
.
Instances MUST be immutable, as they are returned by Acl
and should not allow client modification.
Method Summary | |
---|---|
Acl |
getAcl()
|
Serializable |
getId()
Obtains an identifier that represents this ACE. |
Permission |
getPermission()
|
Sid |
getSid()
|
boolean |
isGranting()
Indicates the a Permission is being granted to the relevant Sid. |
Method Detail |
---|
Acl getAcl()
Serializable getId()
null
if unsavedPermission getPermission()
Sid getSid()
boolean isGranting()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |