Class SessionEvent
java.lang.Object
io.jans.as.server.service.external.session.SessionEvent
- Author:
- Yuriy Zabrovarnyy
-
Constructor Summary
ConstructorsConstructorDescriptionSessionEvent
(SessionEventType type, io.jans.as.common.model.session.SessionId sessionId) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletRequest
jakarta.servlet.http.HttpServletResponse
io.jans.model.custom.script.conf.CustomScriptConfiguration
io.jans.as.common.model.session.SessionId
getType()
setHttpRequest
(jakarta.servlet.http.HttpServletRequest httpRequest) setHttpResponse
(jakarta.servlet.http.HttpServletResponse httpResponse) void
setScriptConfiguration
(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration) toString()
-
Constructor Details
-
SessionEvent
-
-
Method Details
-
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
-
getHttpResponse
public jakarta.servlet.http.HttpServletResponse getHttpResponse() -
setHttpResponse
-
toString
-