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
-
public class ModifySsaResponseContext extends ExternalScriptContext
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.configuration.AppConfiguration
getAppConfiguration()
io.jans.as.common.service.AttributeService
getAttributeService()
io.jans.as.common.model.registration.Client
getClient()
@Nullable ExecutionContext
getExecutionContext()
AuthorizationGrant
getGrant()
io.jans.model.custom.script.conf.CustomScriptConfiguration
getScript()
static ModifySsaResponseContext
of(ExecutionContext executionContext)
void
setExecutionContext(@Nullable ExecutionContext executionContext)
void
setScript(io.jans.model.custom.script.conf.CustomScriptConfiguration script)
ExecutionContext
toExecutionContext()
-
Methods inherited from class io.jans.as.server.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getAuthzDetail, getAuthzRequest, getEntryAttributeValue, getEntryByDn, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
-
-
-
-
Constructor Detail
-
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 Detail
-
of
public static ModifySsaResponseContext of(ExecutionContext executionContext)
-
toExecutionContext
public ExecutionContext 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
public AuthorizationGrant getGrant()
-
getAppConfiguration
public io.jans.as.model.configuration.AppConfiguration getAppConfiguration()
-
getAttributeService
public io.jans.as.common.service.AttributeService getAttributeService()
-
getExecutionContext
@Nullable public @Nullable ExecutionContext getExecutionContext()
- Overrides:
getExecutionContext
in classExternalScriptContext
-
setExecutionContext
public void setExecutionContext(@Nullable @Nullable ExecutionContext executionContext)
-
-