public class CrowdAuthenticationListener extends Object implements com.atlassian.sal.api.auth.AuthenticationListener
AuthenticationListener
Constructor and Description |
---|
CrowdAuthenticationListener(UserService userService) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
public CrowdAuthenticationListener(UserService userService)
public void authenticationSuccess(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
authenticationSuccess
in interface com.atlassian.sal.api.auth.AuthenticationListener
public void authenticationFailure(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
authenticationFailure
in interface com.atlassian.sal.api.auth.AuthenticationListener
public void authenticationError(com.atlassian.sal.api.auth.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
authenticationError
in interface com.atlassian.sal.api.auth.AuthenticationListener
public void authenticationNotAttempted(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
authenticationNotAttempted
in interface com.atlassian.sal.api.auth.AuthenticationListener
Copyright © 2020 Atlassian. All rights reserved.