Class ModifySsaResponseContext
java.lang.Object
io.jans.service.external.context.ExternalScriptContext
io.jans.as.server.service.external.context.ExternalScriptContext
io.jans.as.server.service.external.context.ModifySsaResponseContext
-
Field Summary
Fields inherited from class io.jans.service.external.context.ExternalScriptContext
httpRequest, httpResponse
-
Constructor Summary
ConstructorsConstructorDescriptionModifySsaResponseContext
(jakarta.servlet.http.HttpServletRequest httpRequest, AuthorizationGrant grant, io.jans.as.common.model.registration.Client client, io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.common.service.AttributeService attributeService) -
Method Summary
Modifier and TypeMethodDescriptionio.jans.as.model.configuration.AppConfiguration
io.jans.as.common.service.AttributeService
io.jans.as.common.model.registration.Client
@Nullable ExecutionContext
getGrant()
io.jans.model.custom.script.conf.CustomScriptConfiguration
static ModifySsaResponseContext
of
(ExecutionContext executionContext) void
setExecutionContext
(@Nullable ExecutionContext executionContext) void
setScript
(io.jans.model.custom.script.conf.CustomScriptConfiguration script) Methods inherited from class io.jans.as.server.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getAuthzDetail, getAuthzRequest, getEntryAttributeValue, getEntryByDn, getPersistenceEntryManager, getRequestParameter, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
Methods inherited from class io.jans.service.external.context.ExternalScriptContext
getContextVariables, getHttpRequest, getHttpResponse, getIpAddress, getLog
-
Constructor Details
-
ModifySsaResponseContext
public ModifySsaResponseContext(jakarta.servlet.http.HttpServletRequest httpRequest, AuthorizationGrant grant, io.jans.as.common.model.registration.Client client, io.jans.as.model.configuration.AppConfiguration appConfiguration, io.jans.as.common.service.AttributeService attributeService)
-
-
Method Details
-
of
-
toExecutionContext
-
getScript
public io.jans.model.custom.script.conf.CustomScriptConfiguration getScript() -
setScript
public void setScript(io.jans.model.custom.script.conf.CustomScriptConfiguration script) -
getClient
public io.jans.as.common.model.registration.Client getClient() -
getGrant
-
getAppConfiguration
public io.jans.as.model.configuration.AppConfiguration getAppConfiguration() -
getAttributeService
public io.jans.as.common.service.AttributeService getAttributeService() -
getExecutionContext
- Overrides:
getExecutionContext
in classExternalScriptContext
-
setExecutionContext
-