Class EndSessionContext
java.lang.Object
io.jans.service.external.context.ExternalScriptContext
io.jans.as.server.service.external.context.ExternalScriptContext
io.jans.as.server.service.external.context.EndSessionContext
- Author:
- Yuriy Zabrovarnyy
-
Field Summary
Fields inherited from class io.jans.service.external.context.ExternalScriptContext
httpRequest, httpResponse
-
Constructor Summary
ConstructorsConstructorDescriptionEndSessionContext
(jakarta.servlet.http.HttpServletRequest httpRequest, Set<String> frontchannelLogoutUris, String postLogoutRedirectUri, io.jans.as.common.model.session.SessionId sessionId) -
Method Summary
Methods inherited from class io.jans.as.server.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getAuthzDetail, getAuthzRequest, getEntryAttributeValue, getEntryByDn, getExecutionContext, getPersistenceEntryManager, getRequestParameter, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
Methods inherited from class io.jans.service.external.context.ExternalScriptContext
getContextVariables, getHttpRequest, getHttpResponse, getIpAddress, getLog
-
Constructor Details
-
EndSessionContext
-
-
Method Details
-
getSessionId
public io.jans.as.common.model.session.SessionId getSessionId() -
getScript
public io.jans.model.custom.script.conf.CustomScriptConfiguration getScript() -
setScript
public void setScript(io.jans.model.custom.script.conf.CustomScriptConfiguration script) -
getFrontchannelLogoutUris
-
getPostLogoutRedirectUri
-
toString
-