Uses of Class
com.atlassian.sal.api.auth.Authenticator.Result

Packages that use Authenticator.Result
com.atlassian.sal.api.auth   
 

Uses of Authenticator.Result in com.atlassian.sal.api.auth
 

Subclasses of Authenticator.Result in com.atlassian.sal.api.auth
static class Authenticator.Result.Error
           
static class Authenticator.Result.Failure
           
static class Authenticator.Result.NoAttempt
           
static class Authenticator.Result.Success
           
 

Methods in com.atlassian.sal.api.auth that return Authenticator.Result
 Authenticator.Result Authenticator.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Authenticates a request
 

Methods in com.atlassian.sal.api.auth with parameters of type Authenticator.Result
 void AuthenticationListener.authenticationError(Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Called when there is a failure in trying to process the request, such as an IO failure.
 void AuthenticationListener.authenticationFailure(Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Called when the signature cannot be validated or the user cannot be resolved or does not have permission to access the resource.
 void AuthenticationListener.authenticationSuccess(Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Called when the signature is validated and the user is resolved and permissions are verified.
 



Copyright © 2011 Atlassian. All Rights Reserved.