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

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

Uses of SOAPGroup in com.atlassian.crowd.service
 

Methods in com.atlassian.crowd.service that return SOAPGroup
 SOAPGroup GroupManager.addGroup(SOAPGroup group)
          Adds group to the Crowd server.
 SOAPGroup GroupManager.getGroup(String groupName)
          Given a groupName, returns a SOAPGroup that represents the group.
 

Methods in com.atlassian.crowd.service with parameters of type SOAPGroup
 SOAPGroup GroupManager.addGroup(SOAPGroup group)
          Adds group to the Crowd server.
 void GroupManager.updateGroup(SOAPGroup group)
          Updates a group's details in Crowd.
 

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

Methods in com.atlassian.crowd.service.cache that return SOAPGroup
 SOAPGroup CachingGroupManager.addGroup(SOAPGroup group)
           
 SOAPGroup CachingGroupManager.getGroup(String groupName)
          See also CachingGroupMembershipManager.getMembers(String)} for similar logic.
 SOAPGroup CacheImpl.getGroup(String groupName)
           
 SOAPGroup BasicCache.getGroup(String groupName)
          Returns the group, or null if it's not in the cache.
 

Methods in com.atlassian.crowd.service.cache with parameters of type SOAPGroup
 SOAPGroup CachingGroupManager.addGroup(SOAPGroup group)
           
 void CacheImpl.cacheGroup(SOAPGroup group)
           
 void BasicCache.cacheGroup(SOAPGroup group)
          Adds a group, or if it exists, replaces the old SOAPGroup instance.
 void CachingGroupManager.updateGroup(SOAPGroup group)
           
 

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

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

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

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

Methods in com.atlassian.crowd.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.findGroupWithAttributesByName(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.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 © 2013 Atlassian. All Rights Reserved.