Uses of Class
com.atlassian.crowd.integration.model.RemoteGroup

Packages that use RemoteGroup
com.atlassian.crowd.integration.directory   
com.atlassian.crowd.integration.directory.connector   
com.atlassian.crowd.integration.directory.internal   
com.atlassian.crowd.integration.service.soap   
 

Uses of RemoteGroup in com.atlassian.crowd.integration.directory
 

Methods in com.atlassian.crowd.integration.directory that return RemoteGroup
 RemoteGroup RemoteDirectory.addGroup(RemoteGroup group)
          Adds a group to the directory store.
 RemoteGroup RemoteDirectory.findGroupByName(String name)
          Finds the group that matches the supplied name.
 RemoteGroup RemoteDirectory.updateGroup(RemoteGroup group)
          Updates the group by the name attribute.
 

Methods in com.atlassian.crowd.integration.directory with parameters of type RemoteGroup
 RemoteGroup RemoteDirectory.addGroup(RemoteGroup group)
          Adds a group to the directory store.
 RemoteGroup RemoteDirectory.updateGroup(RemoteGroup group)
          Updates the group by the name attribute.
 

Uses of RemoteGroup in com.atlassian.crowd.integration.directory.connector
 

Methods in com.atlassian.crowd.integration.directory.connector that return RemoteGroup
 RemoteGroup SpringLDAPConnector.addGroup(RemoteGroup group)
           
 RemoteGroup SpringLDAPConnector.findGroupByName(String name)
           
 RemoteGroup MicrosoftActiveDirectory.updateGroup(RemoteGroup group)
           
 RemoteGroup SpringLDAPConnector.updateGroup(RemoteGroup group)
           
 

Methods in com.atlassian.crowd.integration.directory.connector with parameters of type RemoteGroup
 RemoteGroup SpringLDAPConnector.addGroup(RemoteGroup group)
           
 RemoteGroup MicrosoftActiveDirectory.updateGroup(RemoteGroup group)
           
 RemoteGroup SpringLDAPConnector.updateGroup(RemoteGroup group)
           
 

Uses of RemoteGroup in com.atlassian.crowd.integration.directory.internal
 

Methods in com.atlassian.crowd.integration.directory.internal that return RemoteGroup
 RemoteGroup InternalDirectory.addGroup(RemoteGroup group)
           
 RemoteGroup InternalDirectory.findGroupByName(String name)
           
 RemoteGroup InternalDirectory.updateGroup(RemoteGroup group)
           
 

Methods in com.atlassian.crowd.integration.directory.internal with parameters of type RemoteGroup
 RemoteGroup InternalDirectory.addGroup(RemoteGroup group)
           
 RemoteGroup InternalDirectory.updateGroup(RemoteGroup group)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap that return RemoteGroup
static RemoteGroup ObjectTranslator.processGroup(SOAPGroup soapGroup)
           
 

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



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.