Uses of Class
com.atlassian.crowd.exception.FailedAuthenticationException

Packages that use FailedAuthenticationException
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.exception   
 

Uses of FailedAuthenticationException in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that throw FailedAuthenticationException
 User CrowdService.authenticate(java.lang.String name, java.lang.String credential)
          Authenticates a user with the given credential.
 

Uses of FailedAuthenticationException in com.atlassian.crowd.embedded.core
 

Methods in com.atlassian.crowd.embedded.core that throw FailedAuthenticationException
 User CrowdServiceImpl.authenticate(java.lang.String name, java.lang.String credential)
           
 

Uses of FailedAuthenticationException in com.atlassian.crowd.exception
 

Subclasses of FailedAuthenticationException in com.atlassian.crowd.exception
 class AccountNotFoundException
          Thrown when the account could not be found during an authentication attempt.
 class ExpiredCredentialException
          Thrown when the credentials have expired.
 class InactiveAccountException
          Thrown when the account is inactive.
 



Copyright © 2012 Atlassian. All Rights Reserved.