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 LonggetAceId()Get the ACE included in the ACLLonggetAclId()Get the ACL to which the ACE belongsLonggetId()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
Long getId()
-
getAclId
Long getAclId()
Get the ACL to which the ACE belongs- Returns:
- - the acl id
-
getAceId
Long getAceId()
Get the ACE included in the ACL- Returns:
- - the ace id
-
getPos
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
-
-