Interface AclMember
-
- All Known Implementing Classes:
AclMemberEntity
public interface AclMemberEntity for alf_access_control_member persistence. Relates an ACE to an ACL with a position- Since:
- 3.4
- Author:
- janv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.LonggetAceId()Get the ACE included in the ACLjava.lang.LonggetAclId()Get the ACL to which the ACE belongsjava.lang.LonggetId()java.lang.IntegergetPos()Get the position group for this member in the ACL 0 - implies the ACE is on the object >0 - that it is inherited in some way The lower values are checked first so take precedence.
-
-
-
Method Detail
-
getId
java.lang.Long getId()
-
getAclId
java.lang.Long getAclId()
Get the ACL to which the ACE belongs- Returns:
- - the acl id
-
getAceId
java.lang.Long getAceId()
Get the ACE included in the ACL- Returns:
- - the ace id
-
getPos
java.lang.Integer getPos()
Get the position group for this member in the ACL 0 - implies the ACE is on the object >0 - that it is inherited in some way The lower values are checked first so take precedence.- Returns:
- - the position of the ace in the acl
-
-