Uses of Class
com.atlassian.crowd.integration.exception.InvalidAuthenticationException

Packages that use InvalidAuthenticationException
com.atlassian.crowd.integration.authentication   
com.atlassian.crowd.integration.directory   
com.atlassian.crowd.integration.directory.connector   
com.atlassian.crowd.integration.directory.internal   
com.atlassian.crowd.integration.http   
com.atlassian.crowd.integration.service.soap.client   
com.atlassian.crowd.integration.service.soap.server   
 

Uses of InvalidAuthenticationException in com.atlassian.crowd.integration.authentication
 

Methods in com.atlassian.crowd.integration.authentication that throw InvalidAuthenticationException
 void PasswordHelper.authenticate(PasswordCredential[] providedCredentials, List storedCredentials)
          Checks if the supplied credentials match the stored credentials.
 

Uses of InvalidAuthenticationException in com.atlassian.crowd.integration.directory
 

Methods in com.atlassian.crowd.integration.directory that throw InvalidAuthenticationException
 RemotePrincipal RemoteDirectory.authenticate(String name, PasswordCredential[] credentials)
          Authenticates a principal verses the directory store.
 

Uses of InvalidAuthenticationException in com.atlassian.crowd.integration.directory.connector
 

Methods in com.atlassian.crowd.integration.directory.connector that throw InvalidAuthenticationException
 RemotePrincipal SpringLDAPConnector.authenticate(String name, PasswordCredential[] credentials)
           
 

Uses of InvalidAuthenticationException in com.atlassian.crowd.integration.directory.internal
 

Methods in com.atlassian.crowd.integration.directory.internal that throw InvalidAuthenticationException
 RemotePrincipal InternalDirectory.authenticate(String name, PasswordCredential[] credentials)
           
 void InternalDirectory.processAuthentication(PasswordCredential[] credentials, RemotePrincipal principal)
           
 

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

Methods in com.atlassian.crowd.integration.http that throw InvalidAuthenticationException
static void HttpAuthenticator.authenticate(HttpServletRequest request, HttpServletResponse response, String username, String password)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.client that throw InvalidAuthenticationException
static String SecurityServerClient.authenticatePrincipal(PrincipalAuthenticationContext principalAuthenticationContext)
           
 

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

Methods in com.atlassian.crowd.integration.service.soap.server that throw InvalidAuthenticationException
 AuthenticatedToken SecurityServer.authenticateApplication(ApplicationAuthenticationContext authenticationContext)
           
 String SecurityServer.authenticatePrincipal(AuthenticatedToken applicationToken, PrincipalAuthenticationContext authenticateContext)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.