public interface AdminEndpointCfg extends HTTPEndpointCfg
The Admin Endpoint provides RESTful access to OpenDJ's monitoring and configuration backends.
| Modifier and Type | Method and Description |
|---|---|
void |
addAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg> listener)
Register to be notified when this Admin Endpoint is changed.
|
Class<? extends AdminEndpointCfg> |
configurationClass()
Gets the configuration class associated with this Admin Endpoint.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removeAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg> listener)
Deregister an existing Admin Endpoint configuration change listener.
|
addChangeListener, getAuthorizationMechanism, getAuthorizationMechanismDNs, getBasePath, isEnabled, removeChangeListenerdn, nameClass<? extends AdminEndpointCfg> configurationClass()
configurationClass in interface ConfigurationconfigurationClass in interface HTTPEndpointCfgvoid addAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg> listener)
listener - The Admin Endpoint configuration change listener.void removeAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg> listener)
listener - The Admin Endpoint configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Admin Endpoint implementation.
getJavaClass in interface HTTPEndpointCfgCopyright © 2017-2020 Wren Security. All Rights Reserved.