public interface AdminEndpointCfgClient extends HttpEndpointCfgClient
The Admin Endpoint provides RESTful access to OpenDJ's monitoring and configuration backends.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AdminEndpointCfgClient,? extends AdminEndpointCfg> |
definition()
Get the configuration definition associated with this Admin 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 AdminEndpointCfgClient,? extends AdminEndpointCfg> definition()
definition
in interface ConfigurationClient
definition
in interface HttpEndpointCfgClient
ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Admin Endpoint implementation.
getJavaClass
in interface HttpEndpointCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Admin Endpoint implementation.
setJavaClass
in interface HttpEndpointCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.