Class Ace.AceImpl

java.lang.Object
org.bremersee.acl.Ace.AceImpl
All Implemented Interfaces:
Ace
Enclosing interface:
Ace

public static class Ace.AceImpl extends Object implements Ace
The ace implementation.
Author:
Christian Bremer
  • Method Details

    • isGuest

      public boolean isGuest()
      Description copied from interface: Ace
      Determines whether guests have access.
      Specified by:
      isGuest in interface Ace
      Returns:
      true if guests have access, otherwise false
    • getUsers

      public SortedSet<String> getUsers()
      Description copied from interface: Ace
      Gets users.
      Specified by:
      getUsers in interface Ace
      Returns:
      the users
    • getRoles

      public SortedSet<String> getRoles()
      Description copied from interface: Ace
      Gets roles.
      Specified by:
      getRoles in interface Ace
      Returns:
      the roles
    • getGroups

      public SortedSet<String> getGroups()
      Description copied from interface: Ace
      Gets groups.
      Specified by:
      getGroups in interface Ace
      Returns:
      the groups