Uses of Interface
com.atlassian.crowd.integration.model.group.GroupWithAttributes

Packages that use GroupWithAttributes
com.atlassian.crowd.integration.directory   
com.atlassian.crowd.integration.directory.cache   
com.atlassian.crowd.integration.directory.internal   
com.atlassian.crowd.integration.model.group   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
 

Uses of GroupWithAttributes in com.atlassian.crowd.integration.directory
 

Methods in com.atlassian.crowd.integration.directory that return GroupWithAttributes
 GroupWithAttributes RemoteDirectory.findGroupWithAttributesByName(String name)
          Finds the group that matches the supplied name.
 

Uses of GroupWithAttributes in com.atlassian.crowd.integration.directory.cache
 

Methods in com.atlassian.crowd.integration.directory.cache that return GroupWithAttributes
 GroupWithAttributes CachingLDAPDirectory.findGroupWithAttributesByName(String name)
           
 

Uses of GroupWithAttributes in com.atlassian.crowd.integration.directory.internal
 

Methods in com.atlassian.crowd.integration.directory.internal that return GroupWithAttributes
 GroupWithAttributes InternalDirectory.findGroupWithAttributesByName(String name)
           
 

Uses of GroupWithAttributes in com.atlassian.crowd.integration.model.group
 

Classes in com.atlassian.crowd.integration.model.group that implement GroupWithAttributes
 class GroupTemplateWithAttributes
           
 class InternalGroupWithAttributes
           
 class LDAPGroupWithAttributes
           
 

Uses of GroupWithAttributes in com.atlassian.crowd.manager.application
 

Methods in com.atlassian.crowd.manager.application that return GroupWithAttributes
 GroupWithAttributes ApplicationServiceGeneric.findGroupWithAttributesByName(Application application, String name)
           
 GroupWithAttributes ApplicationService.findGroupWithAttributesByName(Application application, String name)
          Returns the first group with the matching groupname from all the directories assigned to the application.
 

Uses of GroupWithAttributes in com.atlassian.crowd.manager.directory
 

Methods in com.atlassian.crowd.manager.directory that return GroupWithAttributes
 GroupWithAttributes DirectoryManagerGeneric.findGroupWithAttributesByName(long directoryId, String groupName)
           
 GroupWithAttributes DirectoryManager.findGroupWithAttributesByName(long directoryId, String groupName)
          Returns the group with all attributes matching the supplied groupName in the directory specified by the passed in directoryId..
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.