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, SessionId sessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.http.HttpServletRequest
getHttpRequest()
javax.servlet.http.HttpServletResponse
getHttpResponse()
io.jans.model.custom.script.conf.CustomScriptConfiguration
getScriptConfiguration()
SessionId
getSessionId()
SessionEventType
getType()
SessionEvent
setHttpRequest(javax.servlet.http.HttpServletRequest httpRequest)
SessionEvent
setHttpResponse(javax.servlet.http.HttpServletResponse httpResponse)
void
setScriptConfiguration(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration)
java.lang.String
toString()
-
-
-
Constructor Detail
-
SessionEvent
public SessionEvent(SessionEventType type, SessionId sessionId)
-
-
Method Detail
-
getType
public SessionEventType getType()
-
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 classjava.lang.Object
-
-