public interface AliveEndpointCfgClient extends HttpEndpointCfgClient
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 |
---|---|
ManagedObjectDefinition<? extends AliveEndpointCfgClient,? extends AliveEndpointCfg> |
definition()
Get the configuration definition associated with this Alive HTTP endpoint.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
getAuthorizationMechanism, getBasePath, isEnabled, setAuthorizationMechanism, setBasePath, setEnabled
commit, properties
ManagedObjectDefinition<? extends AliveEndpointCfgClient,? extends AliveEndpointCfg> definition()
definition
in interface ConfigurationClient
definition
in interface HttpEndpointCfgClient
@MandatoryProperty ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Alive HTTP endpoint implementation.
getJavaClass
in interface HttpEndpointCfgClient
@MandatoryProperty void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Alive HTTP endpoint implementation.
setJavaClass
in interface HttpEndpointCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2022 ForgeRock AS.