Class ExternalHealthCheckService
- java.lang.Object
-
- io.jans.service.custom.script.ExternalScriptService
-
- io.jans.as.server.service.external.ExternalHealthCheckService
-
- All Implemented Interfaces:
Serializable
@ApplicationScoped @Named public class ExternalHealthCheckService extends io.jans.service.custom.script.ExternalScriptService
- Author:
- Yuriy Z
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalHealthCheckService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
externalHealthCheck(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
-
externalHealthCheck
public String externalHealthCheck(ExecutionContext context)
-
-