Uses of Class
com.atlassian.crowd.integration.authentication.PrincipalAuthenticationContext

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

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

Methods in com.atlassian.crowd.integration.http that return PrincipalAuthenticationContext
 PrincipalAuthenticationContext HttpAuthenticator.getPrincipalAuthenticationContext(HttpServletRequest request, HttpServletResponse response, String username, String password)
          Generate a PrincipalAuthenticationContext object containing the provided username and password, and validation factors from the the request.
 PrincipalAuthenticationContext HttpAuthenticatorImpl.getPrincipalAuthenticationContext(HttpServletRequest request, HttpServletResponse response, String username, String password)
          Generate a PrincipalAuthenticationContext object containing the provided username and password, and validation factors from the the request.
 

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

Methods in com.atlassian.crowd.integration.service.soap.client with parameters of type PrincipalAuthenticationContext
 String SecurityServerClient.authenticatePrincipal(PrincipalAuthenticationContext principalAuthenticationContext)
          Authenticates a principal verses the calling who is in the application's assigned directory.
 String SecurityServerClientImpl.authenticatePrincipal(PrincipalAuthenticationContext principalAuthenticationContext)
          Authenticates a principal verses the calling who is in the application's assigned directory.
 

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

Methods in com.atlassian.crowd.integration.service.soap.server with parameters of type PrincipalAuthenticationContext
 String SecurityServer.authenticatePrincipal(AuthenticatedToken applicationToken, PrincipalAuthenticationContext authenticateContext)
          Authenticates a principal verses the calling who is in the application's assigned directory.
 



Copyright © 2007 Atlassian Software Systems. All Rights Reserved.