Interface AclMember

All Known Implementing Classes:
AclMemberEntity

public interface AclMember
Entity for alf_access_control_member persistence. Relates an ACE to an ACL with a position
Since:
3.4
Author:
janv
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the ACE included in the ACL
    Get the ACL to which the ACE belongs
     
    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 Details

    • 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