|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DbAccessControlListMember
Realtes an ACE to an ACL with a position
Method Summary | |
---|---|
DbAccessControlEntry |
getAccessControlEntry()
Get the ACE included in the ACL |
DbAccessControlList |
getAccessControlList()
Get the ACL to which the ACE belongs. |
java.lang.Long |
getId()
Get the ID for the membership entry |
int |
getPosition()
Get the position group for this member in the ACL 0 - implies the ACE is om the object >0 - that it is inhertied in some way The lower values are checked first so take precidence. |
java.lang.Long |
getVersion()
Get the version for this membership entry |
void |
setAccessControlEntry(DbAccessControlEntry ace)
Set the ACE |
void |
setAccessControlList(DbAccessControlList acl)
Set the ACL |
void |
setPosition(int position)
Set the position for the ACL-ACE relationship |
Method Detail |
---|
java.lang.Long getId()
java.lang.Long getVersion()
DbAccessControlList getAccessControlList()
DbAccessControlEntry getAccessControlEntry()
int getPosition()
void setAccessControlList(DbAccessControlList acl)
acl
- void setAccessControlEntry(DbAccessControlEntry ace)
ace
- void setPosition(int position)
position
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |