Uses of Class
com.atlassian.sal.api.auth.Authenticator.Result
Packages that use Authenticator.Result
-
Uses of Authenticator.Result in com.atlassian.sal.api.auth
Subclasses of Authenticator.Result in com.atlassian.sal.api.authModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classMethods in com.atlassian.sal.api.auth that return Authenticator.ResultModifier and TypeMethodDescriptionAuthenticator.authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Authenticates a requestMethods in com.atlassian.sal.api.auth with parameters of type Authenticator.ResultModifier and TypeMethodDescriptionvoidAuthenticationListener.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.voidAuthenticationListener.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.voidAuthenticationListener.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.