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.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
getAuthorizationMechanism, getBasePath, isEnabled, setAuthorizationMechanism, setBasePath, setEnabledcommit, propertiesManagedObjectDefinition<? extends AdminEndpointCfgClient,? extends AdminEndpointCfg> definition()
definition in interface ConfigurationClientdefinition in interface HTTPEndpointCfgClientString getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Admin Endpoint implementation.
getJavaClass in interface HTTPEndpointCfgClientvoid setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Admin Endpoint implementation.
setJavaClass in interface HTTPEndpointCfgClientvalue - The value of the "java-class" property.PropertyException - If the new value is invalid.Copyright © 2017-2020 Wren Security. All Rights Reserved.