Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends HttpEndpointCfgClient,? extends HttpEndpointCfg> |
HttpEndpointCfgClient.definition()
Get the configuration definition associated with this HTTP Endpoint.
|
Modifier and Type | Method and Description |
---|---|
<C extends HttpEndpointCfgClient> |
RootCfgClient.createHttpEndpoint(ManagedObjectDefinition<C,? extends HttpEndpointCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Http Endpoint.
|
Modifier and Type | Method and Description |
---|---|
HttpEndpointCfg |
HttpEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends HttpEndpointCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<HttpEndpointCfgClient,HttpEndpointCfg> |
RootCfgDefn.getHttpEndpointsRelationDefinition()
Get the "http-endpoints" relation definition.
|
Class<HttpEndpointCfg> |
HttpEndpointCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
HttpEndpointCfg |
HttpEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends HttpEndpointCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
AdminEndpointCfg
A server-side interface for querying Admin Endpoint settings.
|
interface |
CrestMetricsEndpointCfg
A server-side interface for querying Common REST Metrics HTTP
Endpoint settings.
|
interface |
PrometheusEndpointCfg
A server-side interface for querying Prometheus HTTP Endpoint
settings.
|
interface |
Rest2ldapEndpointCfg
A server-side interface for querying Rest2LDAP Endpoint settings.
|
Modifier and Type | Method and Description |
---|---|
HttpEndpointCfg |
RootCfg.getHttpEndpoint(String name)
Gets the named Http Endpoint.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends HttpEndpointCfg> |
HttpEndpointCfg.configurationClass()
Gets the configuration class associated with this HTTP Endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpEndpointCfg.addChangeListener(ConfigurationChangeListener<HttpEndpointCfg> listener)
Register to be notified when this HTTP Endpoint is changed.
|
void |
RootCfg.addHttpEndpointAddListener(ConfigurationAddListener<HttpEndpointCfg> listener)
Registers to be notified when new Http Endpoints are added.
|
void |
RootCfg.addHttpEndpointDeleteListener(ConfigurationDeleteListener<HttpEndpointCfg> listener)
Registers to be notified when existing Http Endpoints are deleted.
|
void |
HttpEndpointCfg.removeChangeListener(ConfigurationChangeListener<HttpEndpointCfg> listener)
Deregister an existing HTTP Endpoint configuration change listener.
|
void |
RootCfg.removeHttpEndpointAddListener(ConfigurationAddListener<HttpEndpointCfg> listener)
Deregisters an existing Http Endpoint configuration add listener.
|
void |
RootCfg.removeHttpEndpointDeleteListener(ConfigurationDeleteListener<HttpEndpointCfg> listener)
Deregisters an existing Http Endpoint configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpEndpoint<C extends HttpEndpointCfg>
Endpoint attach an
HttpApplication to an URI. |
Modifier and Type | Field and Description |
---|---|
protected C |
HttpEndpoint.configuration
Configuration of this endpoint.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
HttpEndpointConfigManager.applyConfigurationAdd(HttpEndpointCfg configuration) |
ConfigChangeResult |
HttpEndpointConfigManager.applyConfigurationChange(HttpEndpointCfg configuration) |
ConfigChangeResult |
HttpEndpointConfigManager.applyConfigurationDelete(HttpEndpointCfg configuration) |
boolean |
HttpEndpointConfigManager.isConfigurationAddAcceptable(HttpEndpointCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
HttpEndpointConfigManager.isConfigurationChangeAcceptable(HttpEndpointCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
HttpEndpointConfigManager.isConfigurationDeleteAcceptable(HttpEndpointCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.