com.atlassian.crowd.integration.model.group
Interface Group

All Superinterfaces:
DirectoryEntity
All Known Subinterfaces:
GroupWithAttributes
All Known Implementing Classes:
GroupTemplate, GroupTemplateWithAttributes, InternalGroup, InternalGroupWithAttributes, LDAPGroupWithAttributes

public interface Group
extends DirectoryEntity


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

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 © 2009 Atlassian Pty Ltd. All Rights Reserved.