Class BambooAuthenticationListener

java.lang.Object
com.atlassian.security.auth.trustedapps.seraph.filter.SeraphAuthenticationListener
com.atlassian.bamboo.security.trustedapplications.BambooAuthenticationListener
All Implemented Interfaces:
com.atlassian.security.auth.trustedapps.filter.AuthenticationListener

public class BambooAuthenticationListener extends com.atlassian.security.auth.trustedapps.seraph.filter.SeraphAuthenticationListener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authenticationSuccess(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     

    Methods inherited from class com.atlassian.security.auth.trustedapps.seraph.filter.SeraphAuthenticationListener

    authenticationError, authenticationFailure, authenticationNotAttempted

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • BambooAuthenticationListener

      public BambooAuthenticationListener()
  • Method Details

    • authenticationSuccess

      public void authenticationSuccess(com.atlassian.security.auth.trustedapps.filter.Authenticator.Result result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Specified by:
      authenticationSuccess in interface com.atlassian.security.auth.trustedapps.filter.AuthenticationListener
      Overrides:
      authenticationSuccess in class com.atlassian.security.auth.trustedapps.seraph.filter.SeraphAuthenticationListener