Interface Acl<E extends Ace>

  • Type Parameters:
    E - the ace type parameter

    public interface Acl<E extends Ace>
    The access control list interface.
    Author:
    Christian Bremer
    • Method Detail

      • getOwner

        String getOwner()
        Gets owner.
        Returns:
        the owner
      • setOwner

        void setOwner​(String owner)
        Sets owner.
        Parameters:
        owner - the owner
      • entryMap

        Map<String,​? extends E> entryMap()
        Returns the entries of this access control list. The key of the map is the permission. This map is normally unmodifiable.
        Returns:
        the map