Package com.atlassian.crowd.model.group
Interface InternalDirectoryGroup
- All Superinterfaces:
Comparable<Group>,DirectoryEntity,Group,TimestampedEntity,TimestampedGroup
- All Known Implementing Classes:
ImmutableDirectoryGroup,ImmutableDirectoryGroupWithAttributes
Extends the Group interface with "isLocal".
This is used for working with Local Groups, but is not supported for LDAP.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCodeMethods inherited from interface com.atlassian.crowd.model.group.Group
getDescription, getExternalId, getType, isActiveMethods inherited from interface com.atlassian.crowd.model.TimestampedEntity
getCreatedDate, getUpdatedDate
-
Method Details
-
isLocal
boolean isLocal()Returns true if this is a Local Group.- Returns:
- true if this is a Local Group.
-