Package com.atlassian.crowd.model.group
Interface InternalDirectoryGroup
- All Superinterfaces:
Comparable<Group>
,DirectoryEntity
,Group
,TimestampedEntity
,TimestampedGroup
- All Known Implementing Classes:
ImmutableDirectoryGroup
,ImmutableDirectoryGroupWithAttributes
,InternalGroup
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
compareTo
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
Methods inherited from interface com.atlassian.crowd.model.group.Group
getDescription, getExternalId, getType, isActive
Methods 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.
-