com.atlassian.security.auth.trustedapps.filter
Interface AuthenticationListener
- All Known Implementing Classes:
- SeraphAuthenticationListener
- public interface AuthenticationListener
Allows the underlying framework to take some actions on authentication events.
authenticationSuccess
public void authenticationSuccess(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
authenticationFailure
public void authenticationFailure(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
authenticationError
public void authenticationError(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
authenticationNotAttempted
public void authenticationNotAttempted(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.