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

Packages that use RemoteRole
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 RemoteRole in com.atlassian.crowd.integration.directory
 

Methods in com.atlassian.crowd.integration.directory that return RemoteRole
 RemoteRole RemoteDirectory.addRole(RemoteRole role)
          Adds a role to the directory store.
 RemoteRole RemoteDirectory.findRoleByName(String name)
          Finds the role that matches the supplied name.
 RemoteRole RemoteDirectory.updateRole(RemoteRole role)
          Updates the role by the name attribute.
 

Methods in com.atlassian.crowd.integration.directory with parameters of type RemoteRole
 RemoteRole RemoteDirectory.addRole(RemoteRole role)
          Adds a role to the directory store.
 RemoteRole RemoteDirectory.updateRole(RemoteRole role)
          Updates the role by the name attribute.
 

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

Methods in com.atlassian.crowd.integration.directory.connector that return RemoteRole
 RemoteRole SpringLDAPConnector.addRole(RemoteRole role)
           
 RemoteRole SpringLDAPConnector.findRoleByName(String name)
           
 RemoteRole MicrosoftActiveDirectory.updateRole(RemoteRole role)
           
 RemoteRole SpringLDAPConnector.updateRole(RemoteRole role)
           
 

Methods in com.atlassian.crowd.integration.directory.connector with parameters of type RemoteRole
 RemoteRole SpringLDAPConnector.addRole(RemoteRole role)
           
 RemoteRole MicrosoftActiveDirectory.updateRole(RemoteRole role)
           
 RemoteRole SpringLDAPConnector.updateRole(RemoteRole role)
           
 

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

Methods in com.atlassian.crowd.integration.directory.internal that return RemoteRole
 RemoteRole InternalDirectory.addRole(RemoteRole role)
           
 RemoteRole InternalDirectory.findRoleByName(String name)
           
 RemoteRole InternalDirectory.updateRole(RemoteRole role)
           
 

Methods in com.atlassian.crowd.integration.directory.internal with parameters of type RemoteRole
 RemoteRole InternalDirectory.addRole(RemoteRole role)
           
 RemoteRole InternalDirectory.updateRole(RemoteRole role)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap that return RemoteRole
static RemoteRole ObjectTranslator.processRole(SOAPRole soapRole)
           
 

Methods in com.atlassian.crowd.integration.service.soap with parameters of type RemoteRole
static SOAPRole ObjectTranslator.processRole(RemoteRole remoteRole)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.