Class ExternalTokenExchangeService

  • All Implemented Interfaces:
    Serializable

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

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

        customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log
    • Constructor Detail

      • ExternalTokenExchangeService

        public ExternalTokenExchangeService()
    • Method Detail

      • externalValidate

        public io.jans.model.custom.script.type.token.ScriptTokenExchangeControl externalValidate​(ExecutionContext context)
      • externalValidate

        public io.jans.model.custom.script.type.token.ScriptTokenExchangeControl externalValidate​(io.jans.model.custom.script.conf.CustomScriptConfiguration script,
                                                                                                  ExecutionContext context)
      • externalModifyResponse

        public boolean externalModifyResponse​(org.json.JSONObject response,
                                              ExecutionContext context)
      • externalModifyResponse

        public boolean externalModifyResponse​(org.json.JSONObject response,
                                              io.jans.model.custom.script.conf.CustomScriptConfiguration script,
                                              ExecutionContext context)