Class SessionEvent
java.lang.Object
org.gluu.oxauth.service.external.session.SessionEvent
- Author:
- Yuriy Zabrovarnyy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpServletRequestjavax.servlet.http.HttpServletResponseorg.gluu.model.custom.script.conf.CustomScriptConfigurationgetType()setHttpRequest(javax.servlet.http.HttpServletRequest httpRequest) setHttpResponse(javax.servlet.http.HttpServletResponse httpResponse) voidsetScriptConfiguration(org.gluu.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration) toString()
-
Constructor Details
-
SessionEvent
-
-
Method Details
-
getType
-
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
-
getHttpResponse
public javax.servlet.http.HttpServletResponse getHttpResponse() -
setHttpResponse
-
toString
-