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

Packages that use GroupWithAttributes
com.atlassian.crowd.directory   
com.atlassian.crowd.embedded.core.util   
com.atlassian.crowd.embedded.spi   
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.integration.rest.service   
com.atlassian.crowd.manager.application   
com.atlassian.crowd.manager.directory   
com.atlassian.crowd.model.group   
com.atlassian.crowd.service.client   
com.atlassian.crowd.service.soap   
 

Uses of GroupWithAttributes in com.atlassian.crowd.directory
 

Methods in com.atlassian.crowd.directory that return GroupWithAttributes
 GroupWithAttributes RemoteCrowdDirectory.findGroupWithAttributesByName(java.lang.String name)
           
 GroupWithAttributes DelegatedAuthenticationDirectory.findGroupWithAttributesByName(java.lang.String name)
           
 GroupWithAttributes AbstractInternalDirectory.findGroupWithAttributesByName(java.lang.String name)
           
 GroupWithAttributes RemoteDirectory.findGroupWithAttributesByName(java.lang.String name)
          Finds the group that matches the supplied name.
 GroupWithAttributes DbCachingRemoteDirectory.findGroupWithAttributesByName(java.lang.String name)
           
 

Uses of GroupWithAttributes in com.atlassian.crowd.embedded.core.util
 

Methods in com.atlassian.crowd.embedded.core.util with parameters of type GroupWithAttributes
static GroupWithAttributes ConversionUtils.toEmbeddedGroupWithAttributes(GroupWithAttributes modelGroup)
          Converts a directory-specific model group (with attributes) into a directory-agnostic embedded/application group (with attributes).
 

Uses of GroupWithAttributes in com.atlassian.crowd.embedded.spi
 

Methods in com.atlassian.crowd.embedded.spi that return GroupWithAttributes
 GroupWithAttributes GroupDao.findByNameWithAttributes(long directoryId, java.lang.String name)
           
 

Uses of GroupWithAttributes in com.atlassian.crowd.integration.rest.entity
 

Classes in com.atlassian.crowd.integration.rest.entity that implement GroupWithAttributes
 class GroupEntity
          Represents a Group entity.
 

Uses of GroupWithAttributes in com.atlassian.crowd.integration.rest.service
 

Methods in com.atlassian.crowd.integration.rest.service that return GroupWithAttributes
 GroupWithAttributes RestCrowdClient.getGroupWithAttributes(java.lang.String name)
           
 

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

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

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

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

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

Classes in com.atlassian.crowd.model.group that implement GroupWithAttributes
 class DelegatingGroupWithAttributes
          Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
 class GroupTemplateWithAttributes
           
 class InternalGroupWithAttributes
           
 class LDAPGroupWithAttributes
           
 

Uses of GroupWithAttributes in com.atlassian.crowd.service.client
 

Methods in com.atlassian.crowd.service.client that return GroupWithAttributes
 GroupWithAttributes CrowdClient.getGroupWithAttributes(java.lang.String name)
          Gets a group with attributes by name.
 

Uses of GroupWithAttributes in com.atlassian.crowd.service.soap
 

Methods in com.atlassian.crowd.service.soap with parameters of type GroupWithAttributes
static SOAPGroup ObjectTranslator.processGroupWithAttributes(GroupWithAttributes group, java.util.List<java.lang.String> nestedUserMembers)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.