Class ModifySsaResponseService

  • All Implemented Interfaces:
    java.io.Serializable

    @ApplicationScoped
    public class ModifySsaResponseService
    extends io.jans.service.custom.script.ExternalScriptService
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class io.jans.service.custom.script.ExternalScriptService

        customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.function.Function<io.jans.as.model.token.JsonWebResponse,​java.lang.Void> buildCreateProcessor​(ModifySsaResponseContext context)  
      boolean create​(io.jans.as.model.token.JsonWebResponse jsonWebResponse, ModifySsaResponseContext context)  
      boolean create​(io.jans.model.custom.script.conf.CustomScriptConfiguration script, io.jans.as.model.token.JsonWebResponse jsonWebResponse, ModifySsaResponseContext context)  
      boolean get​(org.json.JSONArray jsonArray, ModifySsaResponseContext context)  
      boolean revoke​(java.util.List<io.jans.as.common.model.ssa.Ssa> ssaList, ModifySsaResponseContext context)  
      • Methods inherited from class io.jans.service.custom.script.ExternalScriptService

        addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, reloadExternal, saveScriptError
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModifySsaResponseService

        public ModifySsaResponseService()
    • Method Detail

      • create

        public boolean create​(io.jans.model.custom.script.conf.CustomScriptConfiguration script,
                              io.jans.as.model.token.JsonWebResponse jsonWebResponse,
                              ModifySsaResponseContext context)
      • create

        public boolean create​(io.jans.as.model.token.JsonWebResponse jsonWebResponse,
                              ModifySsaResponseContext context)
      • revoke

        public boolean revoke​(java.util.List<io.jans.as.common.model.ssa.Ssa> ssaList,
                              ModifySsaResponseContext context)
      • buildCreateProcessor

        public java.util.function.Function<io.jans.as.model.token.JsonWebResponse,​java.lang.Void> buildCreateProcessor​(ModifySsaResponseContext context)