Class SessionEvent

java.lang.Object
org.gluu.oxauth.service.external.session.SessionEvent

public class SessionEvent extends Object
Author:
Yuriy Zabrovarnyy
  • Constructor Details

  • Method Details

    • getType

      public SessionEventType getType()
    • getSessionId

      public SessionId getSessionId()
    • getScriptConfiguration

      public org.gluu.model.custom.script.conf.CustomScriptConfiguration getScriptConfiguration()
    • setScriptConfiguration

      public void setScriptConfiguration(org.gluu.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration)
    • getHttpRequest

      public javax.servlet.http.HttpServletRequest getHttpRequest()
    • setHttpRequest

      public SessionEvent setHttpRequest(javax.servlet.http.HttpServletRequest httpRequest)
    • getHttpResponse

      public javax.servlet.http.HttpServletResponse getHttpResponse()
    • setHttpResponse

      public SessionEvent setHttpResponse(javax.servlet.http.HttpServletResponse httpResponse)
    • toString

      public String toString()
      Overrides:
      toString in class Object