public interface HealthyEndpointCfg extends HttpEndpointCfg
The Healthy HTTP endpoint provides a way to check whether the server is able to handle requests.
Modifier and Type | Method and Description |
---|---|
void |
addHealthyEndpointChangeListener(ConfigurationChangeListener<HealthyEndpointCfg> listener)
Register to be notified when this Healthy HTTP endpoint is changed.
|
Class<? extends HealthyEndpointCfg> |
configurationClass()
Gets the configuration class associated with this Healthy HTTP endpoint.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeHealthyEndpointChangeListener(ConfigurationChangeListener<HealthyEndpointCfg> listener)
Deregister an existing Healthy HTTP endpoint configuration change listener.
|
addChangeListener, getAuthorizationMechanism, getAuthorizationMechanismDns, getBasePath, isEnabled, removeChangeListener
dn, name
Class<? extends HealthyEndpointCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface HttpEndpointCfg
void addHealthyEndpointChangeListener(ConfigurationChangeListener<HealthyEndpointCfg> listener)
listener
- The Healthy HTTP endpoint configuration change listener.void removeHealthyEndpointChangeListener(ConfigurationChangeListener<HealthyEndpointCfg> listener)
listener
- The Healthy HTTP endpoint configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Healthy HTTP endpoint implementation.
getJavaClass
in interface HttpEndpointCfg
Copyright 2010-2022 ForgeRock AS.