Class ExternalDiscoveryService
- java.lang.Object
-
- io.jans.service.custom.script.ExternalScriptService
-
- io.jans.as.server.service.external.ExternalDiscoveryService
-
- All Implemented Interfaces:
Serializable
@ApplicationScoped public class ExternalDiscoveryService extends io.jans.service.custom.script.ExternalScriptService
- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalDiscoveryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
modifyDiscovery(org.json.JSONObject jsonObject, 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
-
-
-
-
Method Detail
-
modifyDiscovery
public boolean modifyDiscovery(org.json.JSONObject jsonObject, ExecutionContext context)
-
-