Package com.atlassian.crowd.model.group
Interface Group
- All Superinterfaces:
Comparable<Group>
,DirectoryEntity
- All Known Subinterfaces:
GroupWithAttributes
,GroupWithMembers
,InternalDirectoryGroup
,TimestampedGroup
- All Known Implementing Classes:
BaseImmutableGroup
,DelegatingGroupWithAttributes
,GroupEntity
,GroupTemplate
,GroupTemplateWithAttributes
,GroupWithMembershipChanges
,ImmutableDirectoryGroup
,ImmutableDirectoryGroupWithAttributes
,ImmutableGroup
,ImmutableGroupWithAttributes
,InternalGroup
,InternalGroupWithAttributes
,LDAPGroupWithAttributes
Represents a group.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
-
Method Details
-
getType
GroupType getType()- Returns:
- the type of the group.
-
isActive
boolean isActive()- Returns:
true
if and only if the user is allowed to authenticate.
-
getDescription
String getDescription()- Returns:
- description of the group or
null
if there is no description.
-
getExternalId
This will returnnull
for directories which do not support external ids- Returns:
- external id of the group or
null
it there is no external id
-