Package com.atlassian.sal.crowd.auth
Class CrowdAuthenticationListener
java.lang.Object
com.atlassian.sal.crowd.auth.CrowdAuthenticationListener
- All Implemented Interfaces:
com.atlassian.sal.api.auth.AuthenticationListener
public class CrowdAuthenticationListener
extends Object
implements com.atlassian.sal.api.auth.AuthenticationListener
Crowd implementation of
AuthenticationListener
- Since:
- v2.7
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
authenticationError
(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) void
authenticationFailure
(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) void
authenticationNotAttempted
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) void
authenticationSuccess
(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Constructor Details
-
CrowdAuthenticationListener
-
-
Method Details
-
authenticationSuccess
public void authenticationSuccess(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Specified by:
authenticationSuccess
in interfacecom.atlassian.sal.api.auth.AuthenticationListener
-
authenticationFailure
public void authenticationFailure(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Specified by:
authenticationFailure
in interfacecom.atlassian.sal.api.auth.AuthenticationListener
-
authenticationError
public void authenticationError(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Specified by:
authenticationError
in interfacecom.atlassian.sal.api.auth.AuthenticationListener
-
authenticationNotAttempted
public void authenticationNotAttempted(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Specified by:
authenticationNotAttempted
in interfacecom.atlassian.sal.api.auth.AuthenticationListener
-