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 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

      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 class ExternalScriptContext
    • setExecutionContext

      public void setExecutionContext(@Nullable @Nullable ExecutionContext executionContext)