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

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

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

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

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

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

Methods in com.atlassian.crowd.service.soap.server that return SOAPRole
 SOAPRole SecurityServer.addRole(AuthenticatedToken applicationToken, SOAPRole role)
          Deprecated.  
 SOAPRole SecurityServer.findRoleByName(AuthenticatedToken applicationToken, String name)
          Deprecated.  
 SOAPRole[] SecurityServer.searchRoles(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for roles that are in the application's assigned directory.
 

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



Copyright © 2013 Atlassian. All Rights Reserved.