com.atlassian.sal.crowd.auth
Class CrowdAuthenticationListener

java.lang.Object
  extended by 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
CrowdAuthenticationListener(UserService userService)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdAuthenticationListener

public CrowdAuthenticationListener(UserService userService)
Method Detail

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 interface com.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 interface com.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 interface com.atlassian.sal.api.auth.AuthenticationListener

authenticationNotAttempted

public void authenticationNotAttempted(javax.servlet.http.HttpServletRequest request,
                                       javax.servlet.http.HttpServletResponse response)
Specified by:
authenticationNotAttempted in interface com.atlassian.sal.api.auth.AuthenticationListener


Copyright © 2013 Atlassian. All Rights Reserved.