com.atlassian.sal.core.auth
Class SeraphAuthenticationListener

java.lang.Object
  extended by com.atlassian.sal.core.auth.SeraphAuthenticationListener
All Implemented Interfaces:
AuthenticationListener

public class SeraphAuthenticationListener
extends Object
implements AuthenticationListener


Constructor Summary
SeraphAuthenticationListener()
           
 
Method Summary
 void authenticationError(Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void authenticationFailure(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(Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeraphAuthenticationListener

public SeraphAuthenticationListener()
Method Detail

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.