Class SimpleUserGroup

  • All Implemented Interfaces:
    Attributes, Identifiable, Permissions, UserGroup

    public class SimpleUserGroup
    extends AbstractUserGroup
    A read-only UserGroup implementation which has no members and no permissions. Implementations that need to define members or permissions should extend this class and override the associated getters.
    • Constructor Detail

      • SimpleUserGroup

        public SimpleUserGroup()
        Creates a completely uninitialized SimpleUserGroup.
      • SimpleUserGroup

        public SimpleUserGroup​(String identifier)
        Creates a new SimpleUserGroup having the given identifier.
        Parameters:
        identifier - The identifier to assign to this SimpleUserGroup.