Class ExternalTokenExchangeService
java.lang.Object
io.jans.service.custom.script.ExternalScriptService
io.jans.as.server.service.external.ExternalTokenExchangeService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
public class ExternalTokenExchangeService
extends io.jans.service.custom.script.ExternalScriptService
- Author:
- Yuriy Z
- See Also:
-
Field Summary
Fields inherited from class io.jans.service.custom.script.ExternalScriptService
customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
externalModifyResponse
(org.json.JSONObject response, ExecutionContext context) boolean
externalModifyResponse
(org.json.JSONObject response, io.jans.model.custom.script.conf.CustomScriptConfiguration script, ExecutionContext context) io.jans.model.custom.script.type.token.ScriptTokenExchangeControl
externalValidate
(ExecutionContext context) io.jans.model.custom.script.type.token.ScriptTokenExchangeControl
externalValidate
(io.jans.model.custom.script.conf.CustomScriptConfiguration script, ExecutionContext 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
-
Constructor Details
-
ExternalTokenExchangeService
public ExternalTokenExchangeService()
-
-
Method Details
-
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
-
externalModifyResponse
public boolean externalModifyResponse(org.json.JSONObject response, io.jans.model.custom.script.conf.CustomScriptConfiguration script, ExecutionContext context)
-