Class SessionEvent
- java.lang.Object
-
- io.jans.as.server.service.external.session.SessionEvent
-
public class SessionEvent extends java.lang.Object- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Constructor Description SessionEvent(SessionEventType type, io.jans.as.common.model.session.SessionId sessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.servlet.http.HttpServletRequestgetHttpRequest()jakarta.servlet.http.HttpServletResponsegetHttpResponse()io.jans.model.custom.script.conf.CustomScriptConfigurationgetScriptConfiguration()io.jans.as.common.model.session.SessionIdgetSessionId()SessionEventTypegetType()SessionEventsetHttpRequest(jakarta.servlet.http.HttpServletRequest httpRequest)SessionEventsetHttpResponse(jakarta.servlet.http.HttpServletResponse httpResponse)voidsetScriptConfiguration(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration)java.lang.StringtoString()
-
-
-
Constructor Detail
-
SessionEvent
public SessionEvent(SessionEventType type, io.jans.as.common.model.session.SessionId sessionId)
-
-
Method Detail
-
getType
public SessionEventType getType()
-
getSessionId
public io.jans.as.common.model.session.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 jakarta.servlet.http.HttpServletRequest getHttpRequest()
-
setHttpRequest
public SessionEvent setHttpRequest(jakarta.servlet.http.HttpServletRequest httpRequest)
-
getHttpResponse
public jakarta.servlet.http.HttpServletResponse getHttpResponse()
-
setHttpResponse
public SessionEvent setHttpResponse(jakarta.servlet.http.HttpServletResponse httpResponse)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-