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

Packages that use SOAPRole
com.atlassian.crowd.integration.service.soap   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

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

Methods in com.atlassian.crowd.integration.service.soap that return SOAPRole
static SOAPRole ObjectTranslator.processRole(RemoteRole remoteRole)
           
static SOAPRole[] ObjectTranslator.processRoles(List roles)
           
 

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

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

Methods in com.atlassian.crowd.integration.service.soap.client that return SOAPRole
static SOAPRole SecurityServerClient.addRole(SOAPRole role)
           
static SOAPRole[] SecurityServerClient.findAllRoles()
           
static SOAPRole SecurityServerClient.findRoleByName(String name)
           
static SOAPRole[] SecurityServerClient.searchRoles(SearchRestriction[] searchRestrictions)
           
 

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SOAPRole
static SOAPRole SecurityServerClient.addRole(SOAPRole role)
           
 

Uses of SOAPRole in com.atlassian.crowd.integration.service.soap.server
 

Methods in com.atlassian.crowd.integration.service.soap.server that return SOAPRole
 SOAPRole SecurityServer.addRole(AuthenticatedToken applicationToken, SOAPRole role)
           
 SOAPRole SecurityServer.findRoleByName(AuthenticatedToken applicationToken, String name)
           
 SOAPRole[] SecurityServer.searchRoles(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
           
 

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPRole
 SOAPRole SecurityServer.addRole(AuthenticatedToken applicationToken, SOAPRole role)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.