com.atlassian.sal.core.auth
Class SeraphAuthenticationListener
java.lang.Object
com.atlassian.sal.core.auth.SeraphAuthenticationListener
- All Implemented Interfaces:
- AuthenticationListener
public class SeraphAuthenticationListener
- extends Object
- implements AuthenticationListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeraphAuthenticationListener
public SeraphAuthenticationListener()
authenticationSuccess
public void authenticationSuccess(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
authenticationSuccess in interface AuthenticationListener
authenticationError
public void authenticationError(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
authenticationError in interface AuthenticationListener
authenticationFailure
public void authenticationFailure(Authenticator.Result result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
authenticationFailure in interface AuthenticationListener
authenticationNotAttempted
public void authenticationNotAttempted(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Specified by:
authenticationNotAttempted in interface AuthenticationListener
Copyright © 2011 Atlassian. All Rights Reserved.