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, removeChangeListener
dn, name
Class<? extends AdminEndpointCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface HttpEndpointCfg
void 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 HttpEndpointCfg
Copyright 2010-2020 ForgeRock AS.