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

Packages that use SOAPGroup
com.atlassian.crowd.integration.service   
com.atlassian.crowd.integration.service.cache   
com.atlassian.crowd.integration.service.soap   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
com.atlassian.crowd.security.demo.action.group   
com.atlassian.crowd.security.demo.action.principal   
com.atlassian.crowd.service.soap   
 

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

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

Methods in com.atlassian.crowd.integration.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.integration.service.cache
 

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

Methods in com.atlassian.crowd.integration.service.cache with parameters of type SOAPGroup
 SOAPGroup CachingGroupManager.addGroup(SOAPGroup group)
           
 void GroupCache.addOrReplaceGroup(SOAPGroup group)
          Adds a group, or if it exists, replaces the old SOAPGroup instance.
 void CacheImpl.addOrReplaceGroup(SOAPGroup group)
           
protected  java.util.List CachingGroupMembershipManager.cacheAndStripMembers(SOAPGroup group)
          Puts the group members in the membership cache, and removes them from the SOAPGroup object - forces client applications to use the correct interface for getting membership information.
 void CachingGroupManager.updateGroup(SOAPGroup group)
           
 

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(java.util.Collection 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
 SOAPGroup SecurityServerClientImpl.addGroup(SOAPGroup group)
          Adds a group to the application's assigned directory.
 SOAPGroup SecurityServerClient.addGroup(SOAPGroup group)
          Adds a group to the application's assigned directory.
 SOAPGroup[] SecurityServerClientImpl.findAllGroups()
          Retrives all groups in the application's assigned directories.
 SOAPGroup[] SecurityServerClient.findAllGroups()
          Retrives all groups in the application's assigned directories.
 SOAPGroup SecurityServerClientImpl.findGroupByName(java.lang.String name)
          Find a group by name for the application's assigned directory.
 SOAPGroup SecurityServerClient.findGroupByName(java.lang.String name)
          Find a group by name for the application's assigned directory.
 SOAPGroup[] SecurityServerClientImpl.searchGroups(SearchRestriction[] searchRestrictions)
          Searches for groups that are in the application's assigned directory.
 SOAPGroup[] SecurityServerClient.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 SecurityServerClientImpl.addGroup(SOAPGroup group)
          Adds a group to the application's assigned directory.
 SOAPGroup SecurityServerClient.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, java.lang.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.
 

Uses of SOAPGroup in com.atlassian.crowd.security.demo.action.group
 

Methods in com.atlassian.crowd.security.demo.action.group that return SOAPGroup
 SOAPGroup AddGroup.getGroup()
           
 SOAPGroup ViewGroup.getGroup()
           
 

Uses of SOAPGroup in com.atlassian.crowd.security.demo.action.principal
 

Fields in com.atlassian.crowd.security.demo.action.principal declared as SOAPGroup
protected  SOAPGroup[] ViewPrincipal.soapGroups
           
 

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

Methods in com.atlassian.crowd.service.soap that return SOAPGroup
 SOAPGroup SecurityServerGeneric.addGroup(AuthenticatedToken applicationToken, SOAPGroup soapGroup)
           
 SOAPGroup SecurityServerGeneric.findGroupByName(AuthenticatedToken applicationToken, java.lang.String name)
           
 SOAPGroup[] SecurityServerGeneric.searchGroups(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
           
 

Methods in com.atlassian.crowd.service.soap with parameters of type SOAPGroup
 SOAPGroup SecurityServerGeneric.addGroup(AuthenticatedToken applicationToken, SOAPGroup soapGroup)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.