com.atlassian.crowd.model.group
Interface Group

All Superinterfaces:
java.lang.Comparable<Group>, DirectoryEntity
All Known Subinterfaces:
GroupWithAttributes, InternalDirectoryGroup, TimestampedGroup
All Known Implementing Classes:
DelegatingGroupWithAttributes, DemoGroup, GroupEntity, GroupTemplate, GroupTemplateWithAttributes, ImmutableGroup, InternalGroup, InternalGroupWithAttributes, LDAPGroupWithAttributes

public interface Group
extends DirectoryEntity, java.lang.Comparable<Group>


Method Summary
 java.lang.String getDescription()
           
 GroupType getType()
           
 boolean isActive()
           
 
Methods inherited from interface com.atlassian.crowd.model.DirectoryEntity
equals, getDirectoryId, getName, hashCode
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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

java.lang.String getDescription()
Returns:
description of the group or null if there is no description.


Copyright © 2010 Atlassian. All Rights Reserved.