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   
com.atlassian.crowd.security.demo.action.principal   
com.atlassian.crowd.security.demo.action.role   
com.atlassian.crowd.service.soap   
 

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(Group role, List<String> directMemberNames, boolean forceLower)
           
static SOAPRole[] ObjectTranslator.processSOAPRoleAndMemberNames(SOAPRole[] roles, boolean forceLower)
           
 

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

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

Methods in com.atlassian.crowd.integration.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(String name)
          Finds a role by name for the application's assigned directory.
 SOAPRole SecurityServerClient.findRoleByName(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.integration.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.integration.service.soap.server
 

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

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPRole
 SOAPRole SecurityServer.addRole(AuthenticatedToken applicationToken, SOAPRole role)
          Adds a role to the application's assigned directory.
 

Uses of SOAPRole in com.atlassian.crowd.security.demo.action.principal
 

Fields in com.atlassian.crowd.security.demo.action.principal declared as SOAPRole
protected  SOAPRole[] ViewPrincipal.soapRoles
           
 

Uses of SOAPRole in com.atlassian.crowd.security.demo.action.role
 

Methods in com.atlassian.crowd.security.demo.action.role that return SOAPRole
 SOAPRole ViewRole.getRole()
           
 SOAPRole AddRole.getRole()
           
 

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

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

Methods in com.atlassian.crowd.service.soap with parameters of type SOAPRole
 SOAPRole SecurityServerGeneric.addRole(AuthenticatedToken applicationToken, SOAPRole soapRole)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.