Uses of Class
com.atlassian.crowd.integration.soap.SOAPGroup

Packages that use SOAPGroup
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.service.soap   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

Uses of SOAPGroup in com.atlassian.crowd.integration.atlassianuser
 

Methods in com.atlassian.crowd.integration.atlassianuser that return SOAPGroup
protected  SOAPGroup CrowdGroupManager.findGroupByName(String name)
           
 SOAPGroup CacheManagerAtlassianUser.getGroup(String name)
          Gets a specific group by the name from the cache.
 

Methods in com.atlassian.crowd.integration.atlassianuser with parameters of type SOAPGroup
 void CacheManagerAtlassianUser.cacheGroup(SOAPGroup group)
          Caches a specific group.
 void CacheManagerAtlassianUser.cacheGroups(SOAPGroup[] groups)
          Caches all of the groups.
 

Uses of SOAPGroup in com.atlassian.crowd.integration.service.soap
 

Methods in com.atlassian.crowd.integration.service.soap that return SOAPGroup
static SOAPGroup ObjectTranslator.processGroup(RemoteGroup remoteGroup)
           
static SOAPGroup[] ObjectTranslator.processGroups(List groups)
           
 

Methods in com.atlassian.crowd.integration.service.soap with parameters of type SOAPGroup
static RemoteGroup ObjectTranslator.processGroup(SOAPGroup soapGroup)
           
 

Uses of SOAPGroup in com.atlassian.crowd.integration.service.soap.client
 

Methods in com.atlassian.crowd.integration.service.soap.client that return SOAPGroup
static SOAPGroup SecurityServerClient.addGroup(SOAPGroup group)
           
static SOAPGroup[] SecurityServerClient.findAllGroups()
           
static SOAPGroup SecurityServerClient.findGroupByName(String name)
           
static SOAPGroup[] SecurityServerClient.searchGroups(SearchRestriction[] searchRestrictions)
           
 

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SOAPGroup
static SOAPGroup SecurityServerClient.addGroup(SOAPGroup group)
           
 

Uses of SOAPGroup in com.atlassian.crowd.integration.service.soap.server
 

Methods in com.atlassian.crowd.integration.service.soap.server that return SOAPGroup
 SOAPGroup SecurityServer.addGroup(AuthenticatedToken applicationToken, SOAPGroup group)
           
 SOAPGroup SecurityServer.findGroupByName(AuthenticatedToken applicationToken, String name)
           
 SOAPGroup[] SecurityServer.searchGroups(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
           
 

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPGroup
 SOAPGroup SecurityServer.addGroup(AuthenticatedToken applicationToken, SOAPGroup group)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.