Class SimpleUserGroup

All Implemented Interfaces:
Attributes, Disableable, Identifiable, Permissions, ReadableAttributes, 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 Details

    • 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.