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.AppConfigurationgetAppConfiguration()io.jans.as.common.service.AttributeServicegetAttributeService()io.jans.as.common.model.registration.ClientgetClient()@Nullable ExecutionContextgetExecutionContext()AuthorizationGrantgetGrant()io.jans.model.custom.script.conf.CustomScriptConfigurationgetScript()static ModifySsaResponseContextof(ExecutionContext executionContext)voidsetExecutionContext(@Nullable ExecutionContext executionContext)voidsetScript(io.jans.model.custom.script.conf.CustomScriptConfiguration script)ExecutionContexttoExecutionContext()- 
Methods inherited from class io.jans.as.server.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, 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:
 getExecutionContextin classExternalScriptContext
 
- 
setExecutionContext
public void setExecutionContext(@Nullable @Nullable ExecutionContext executionContext) 
 - 
 
 -