Class CrowdAuthenticationListener

java.lang.Object
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CrowdAuthenticationListener

      public CrowdAuthenticationListener(UserService userService)
  • Method Details

    • 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