Interface InternalDirectoryGroup

All Superinterfaces:
Comparable<Group>, DirectoryEntity, Group, TimestampedEntity, TimestampedGroup
All Known Implementing Classes:
ImmutableDirectoryGroup, ImmutableDirectoryGroupWithAttributes, InternalGroup

public interface InternalDirectoryGroup extends TimestampedGroup
Extends the Group interface with "isLocal". This is used for working with Local Groups, but is not supported for LDAP.
  • Method Details

    • isLocal

      boolean isLocal()
      Returns true if this is a Local Group.
      Returns:
      true if this is a Local Group.