public interface HealthyEndpointCfgClient extends HttpEndpointCfgClient
The Healthy HTTP endpoint provides a way to check whether the server is able to handle requests.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends HealthyEndpointCfgClient,? extends HealthyEndpointCfg> |
definition()
Get the configuration definition associated with this Healthy 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 HealthyEndpointCfgClient,? extends HealthyEndpointCfg> 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 Healthy 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 Healthy 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.