Uses of Class
com.atlassian.seraph.auth.AuthenticationErrorType

Packages that use AuthenticationErrorType
com.atlassian.seraph.auth   
com.atlassian.seraph.filter   
 

Uses of AuthenticationErrorType in com.atlassian.seraph.auth
 

Methods in com.atlassian.seraph.auth that return AuthenticationErrorType
 AuthenticationErrorType AuthenticatorException.getErrorType()
           
static AuthenticationErrorType AuthenticationErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationErrorType[] AuthenticationErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.seraph.auth with parameters of type AuthenticationErrorType
AuthenticatorException(AuthenticationErrorType errorType)
           
 

Uses of AuthenticationErrorType in com.atlassian.seraph.filter
 

Methods in com.atlassian.seraph.filter that return AuthenticationErrorType
static AuthenticationErrorType LoginFilterRequest.getAuthenticationErrorType(javax.servlet.http.HttpServletRequest request)
          Returns the authentication error type set by the LoginFilter as a request Attribute.
 



Copyright © 2012 Atlassian. All Rights Reserved.