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, setEnabled
commit, properties
ManagedObjectDefinition<? extends AdminEndpointCfgClient,? extends AdminEndpointCfg> definition()
definition
in interface ConfigurationClient
definition
in interface HttpEndpointCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Admin Endpoint implementation.
getJavaClass
in interface HttpEndpointCfgClient
void setJavaClass(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-2020 ForgeRock AS.