Class SessionEvent


  • public class SessionEvent
    extends java.lang.Object
    Author:
    Yuriy Zabrovarnyy
    • Method Detail

      • getSessionId

        public SessionId getSessionId()
      • getScriptConfiguration

        public io.jans.model.custom.script.conf.CustomScriptConfiguration getScriptConfiguration()
      • setScriptConfiguration

        public void setScriptConfiguration​(io.jans.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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object