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