Class HttpSessionAuthenticatedListener

java.lang.Object
com.atlassian.bamboo.session.HttpSessionAuthenticatedListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionAttributeListener

public class HttpSessionAuthenticatedListener extends Object implements javax.servlet.http.HttpSessionAttributeListener
  • Constructor Details

    • HttpSessionAuthenticatedListener

      public HttpSessionAuthenticatedListener()
  • Method Details

    • attributeAdded

      public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
      Specified by:
      attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener
    • attributeRemoved

      public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
      Specified by:
      attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener
    • attributeReplaced

      public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
      Specified by:
      attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener