Package org.bremersee.acl
Class Acl.AclImpl
java.lang.Object
org.bremersee.acl.Acl.AclImpl
- All Implemented Interfaces:
Acl
- Enclosing interface:
Acl
The acl implementation.
- Author:
- Christian Bremer
-
Method Details
-
getOwner
Description copied from interface:AclGets owner. -
getPermissionMap
Description copied from interface:AclReturns the entries of this access control list. The key of the map is the permission. This map is normally unmodifiable.- Specified by:
getPermissionMapin interfaceAcl- Returns:
- the map
-