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

Packages that use SOAPPrincipal
com.atlassian.crowd.integration.atlassianuser   
com.atlassian.crowd.integration.fisheye   
com.atlassian.crowd.integration.osuser   
com.atlassian.crowd.integration.service.soap   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

Uses of SOAPPrincipal in com.atlassian.crowd.integration.atlassianuser
 

Methods in com.atlassian.crowd.integration.atlassianuser that return SOAPPrincipal
 SOAPPrincipal CacheManagerAtlassianUser.getPrincipal(String name)
          Gets a specific principal by the name from the cache.
 

Methods in com.atlassian.crowd.integration.atlassianuser with parameters of type SOAPPrincipal
 void CacheManagerAtlassianUser.cachePrincipal(SOAPPrincipal principal)
          caches a specific principal.
 void CacheManagerAtlassianUser.cachePrincipals(SOAPPrincipal[] principals)
          Caches all of the principals.
 

Constructors in com.atlassian.crowd.integration.atlassianuser with parameters of type SOAPPrincipal
CrowdUser(SOAPPrincipal principal)
          Creates a crowd principal off the Crowd SOAP object.
 

Uses of SOAPPrincipal in com.atlassian.crowd.integration.fisheye
 

Constructors in com.atlassian.crowd.integration.fisheye with parameters of type SOAPPrincipal
FisheyeAuthToken(SOAPPrincipal principal)
           
 

Uses of SOAPPrincipal in com.atlassian.crowd.integration.osuser
 

Methods in com.atlassian.crowd.integration.osuser that return SOAPPrincipal
protected  SOAPPrincipal CrowdBaseProvider.findPrincipalByName(String username)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap that return SOAPPrincipal
static SOAPPrincipal ObjectTranslator.processPrincipal(RemotePrincipal remotePrincipal)
           
static SOAPPrincipal[] ObjectTranslator.processPrincipals(List principals)
           
 

Methods in com.atlassian.crowd.integration.service.soap with parameters of type SOAPPrincipal
static RemotePrincipal ObjectTranslator.processPrincipal(SOAPPrincipal soapPrincipal)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.client that return SOAPPrincipal
static SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
           
static SOAPPrincipal[] SecurityServerClient.findAllPrincipals()
           
static SOAPPrincipal SecurityServerClient.findPrincipalByName(String name)
           
static SOAPPrincipal SecurityServerClient.findPrincipalByToken(String key)
           
static SOAPPrincipal[] SecurityServerClient.searchPrincipals(SearchRestriction[] searchRestrictions)
           
 

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SOAPPrincipal
static SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.server that return SOAPPrincipal
 SOAPPrincipal SecurityServer.addPrincipal(AuthenticatedToken applicationToken, SOAPPrincipal principal, PasswordCredential credential)
           
 SOAPPrincipal SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken, String name)
           
 SOAPPrincipal SecurityServer.findPrincipalByToken(AuthenticatedToken applicationToken, String key)
           
 SOAPPrincipal[] SecurityServer.searchPrincipals(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
           
 

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPPrincipal
 SOAPPrincipal SecurityServer.addPrincipal(AuthenticatedToken applicationToken, SOAPPrincipal principal, PasswordCredential credential)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.