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)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<HTTPEndpointCfgClient,HTTPEndpointCfg> |
RootCfgDefn.getHTTPEndpointsRelationDefinition()
Get the "http-endpoints" relation definition.
|
Class<HTTPEndpointCfg> |
HTTPEndpointCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
HTTPEndpointCfg |
HTTPEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends HTTPEndpointCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdminEndpointCfg
A server-side interface for querying Admin 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-2017 ForgeRock AS.