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

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

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

Methods in com.atlassian.crowd.integration.cache that return SOAPGroup
 SOAPGroup CacheManager.getGroup(String name)
           
 SOAPGroup CacheManagerImpl.getGroup(String name)
          Gets a specific group by the name from the cache.
 

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

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

Methods in com.atlassian.crowd.integration.jive with parameters of type SOAPGroup
protected  CrowdGroup CrowdGroupManager.remoteGroupToCrowdGroup(SOAPGroup remoteGroup)
          Converts a remote group returned from the Crowd Server (SOAPGroup) into its Jive equivalent (CrowdGroup).
 

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

Methods in com.atlassian.crowd.integration.service.soap.client that return SOAPGroup
 SOAPGroup SecurityServerClient.addGroup(SOAPGroup group)
          Adds a group to the application's assigned directory.
 SOAPGroup SecurityServerClientImpl.addGroup(SOAPGroup group)
          Adds a group to the application's assigned directory.
 SOAPGroup[] SecurityServerClient.findAllGroups()
          Retrives all groups in the application's assigned directories.
 SOAPGroup[] SecurityServerClientImpl.findAllGroups()
          Retrives all groups in the application's assigned directories.
 SOAPGroup SecurityServerClient.findGroupByName(String name)
          Find a group by name for the application's assigned directory.
 SOAPGroup SecurityServerClientImpl.findGroupByName(String name)
          Find a group by name for the application's assigned directory.
 SOAPGroup[] SecurityServerClient.searchGroups(SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 SOAPGroup[] SecurityServerClientImpl.searchGroups(SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SOAPGroup
 SOAPGroup SecurityServerClient.addGroup(SOAPGroup group)
          Adds a group to the application's assigned directory.
 SOAPGroup SecurityServerClientImpl.addGroup(SOAPGroup group)
          Adds a group to the application's assigned directory.
 

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)
          Adds a group to the application's assigned directory.
 SOAPGroup SecurityServer.findGroupByName(AuthenticatedToken applicationToken, String name)
          Find a group by name for the application's assigned directory.
 SOAPGroup[] SecurityServer.searchGroups(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPGroup
 SOAPGroup SecurityServer.addGroup(AuthenticatedToken applicationToken, SOAPGroup group)
          Adds a group to the application's assigned directory.
 



Copyright © 2007 Atlassian Software Systems. All Rights Reserved.