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

Packages that use SOAPPrincipal
com.atlassian.crowd.integration.cache   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

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

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

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

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

Methods in com.atlassian.crowd.integration.http that return SOAPPrincipal
 SOAPPrincipal HttpAuthenticator.getPrincipal(HttpServletRequest request)
          Attempts to retrive the principal from the request.
 SOAPPrincipal HttpAuthenticatorImpl.getPrincipal(HttpServletRequest request)
          Attempts to retrive the principal from the request.
 

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

Methods in com.atlassian.crowd.integration.service.soap.client that return SOAPPrincipal
 SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal[] SecurityServerClient.findAllPrincipals()
          Retrives all principals in the application's assigned directories.
 SOAPPrincipal[] SecurityServerClientImpl.findAllPrincipals()
          Retrives all principals in the application's assigned directories.
 SOAPPrincipal SecurityServerClient.findPrincipalByName(String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalByName(String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServerClient.findPrincipalByToken(String key)
          Finds a principal by token.
 SOAPPrincipal SecurityServerClientImpl.findPrincipalByToken(String key)
          Finds a principal by token.
 SOAPPrincipal[] SecurityServerClient.searchPrincipals(SearchRestriction[] searchRestrictions)
          Searches for prnicipals that are in the application's assigned directory.
 SOAPPrincipal[] SecurityServerClientImpl.searchPrincipals(SearchRestriction[] searchRestrictions)
          Searches for prnicipals that are in the application's assigned directory.
 

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type SOAPPrincipal
 SOAPPrincipal SecurityServerClient.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal SecurityServerClientImpl.addPrincipal(SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 

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)
          Adds a principal to the application's assigned directory.
 SOAPPrincipal SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken, String name)
          Finds a principal by name who is in the application's assigned directory.
 SOAPPrincipal SecurityServer.findPrincipalByToken(AuthenticatedToken applicationToken, String key)
          Finds a principal by token.
 SOAPPrincipal[] SecurityServer.searchPrincipals(AuthenticatedToken applicationToken, SearchRestriction[] searchRestrictions)
          Searches for prnicipals that are in the application's assigned directory.
 

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type SOAPPrincipal
 SOAPPrincipal SecurityServer.addPrincipal(AuthenticatedToken applicationToken, SOAPPrincipal principal, PasswordCredential credential)
          Adds a principal to the application's assigned directory.
 



Copyright © 2007 Atlassian Software Systems. All Rights Reserved.