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

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

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

Methods in com.atlassian.crowd.service.soap that return SOAPRole
static SOAPRole ObjectTranslator.processRole(Group role, java.util.List<java.lang.String> directMemberNames)
           
static SOAPRole[] ObjectTranslator.processSOAPRoleAndMemberNames(SOAPRole[] roles)
           
 

Methods in com.atlassian.crowd.service.soap with parameters of type SOAPRole
static GroupTemplate ObjectTranslator.processRole(SOAPRole soapRole)
           
static SOAPRole[] ObjectTranslator.processSOAPRoleAndMemberNames(SOAPRole[] roles)
           
 

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)
          Adds a role to the application's assigned directory.
 SOAPRole SecurityServerClient.addRole(SOAPRole role)
          Adds a role to the application's assigned directory.
 SOAPRole[] SecurityServerClientImpl.findAllRoles()
          Retrives all roles in the application's assigned directories.
 SOAPRole[] SecurityServerClient.findAllRoles()
          Retrives all roles in the application's assigned directories.
 SOAPRole SecurityServerClientImpl.findRoleByName(java.lang.String name)
          Finds a role by name for the application's assigned directory.
 SOAPRole SecurityServerClient.findRoleByName(java.lang.String name)
          Finds a role by name for the application's assigned directory.
 SOAPRole[] SecurityServerClientImpl.searchRoles(SearchRestriction[] searchRestrictions)
          Searches for roles that are in the application's assigned directory.
 SOAPRole[] SecurityServerClient.searchRoles(SearchRestriction[] searchRestrictions)
          Searches for roles that are in the application's assigned directory.
 

Methods in com.atlassian.crowd.service.soap.client with parameters of type SOAPRole
 SOAPRole SecurityServerClientImpl.addRole(SOAPRole role)
          Adds a role to the application's assigned directory.
 SOAPRole SecurityServerClient.addRole(SOAPRole role)
          Adds a role to the application's assigned directory.
 

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

Methods in com.atlassian.crowd.service.soap.server that return SOAPRole
 SOAPRole SecurityServerGeneric.addRole(AuthenticatedToken applicationToken, SOAPRole soapRole)
           
 SOAPRole SecurityServer.addRole(AuthenticatedToken applicationToken, SOAPRole role)
          Adds a role to the application's assigned directory.
 SOAPRole SecurityServerGeneric.findRoleByName(AuthenticatedToken applicationToken, java.lang.String name)
           
 SOAPRole SecurityServer.findRoleByName(AuthenticatedToken applicationToken, java.lang.String name)
          Finds a role by name for the application's assigned directory.
 SOAPRole[] SecurityServerGeneric.searchRoles(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
           
 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 SecurityServerGeneric.addRole(AuthenticatedToken applicationToken, SOAPRole soapRole)
           
 SOAPRole SecurityServer.addRole(AuthenticatedToken applicationToken, SOAPRole role)
          Adds a role to the application's assigned directory.
 



Copyright © 2010 Atlassian. All Rights Reserved.