Class Acl.AclImpl

java.lang.Object
org.bremersee.acl.Acl.AclImpl
All Implemented Interfaces:
Acl
Enclosing interface:
Acl

public static class Acl.AclImpl extends Object implements Acl
The acl implementation.
Author:
Christian Bremer
  • Method Details

    • getOwner

      public String getOwner()
      Description copied from interface: Acl
      Gets owner.
      Specified by:
      getOwner in interface Acl
      Returns:
      the owner
    • getPermissionMap

      public SortedMap<String,Ace> getPermissionMap()
      Description copied from interface: Acl
      Returns the entries of this access control list. The key of the map is the permission. This map is normally unmodifiable.
      Specified by:
      getPermissionMap in interface Acl
      Returns:
      the map