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.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends HttpConnectionHandlerCfgClient,? extends HttpConnectionHandlerCfg> |
HttpConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this HTTP Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
HttpConnectionHandlerCfg |
HttpConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends HttpConnectionHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<HttpConnectionHandlerCfg> |
HttpConnectionHandlerCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
HttpConnectionHandlerCfg |
HttpConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends HttpConnectionHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends HttpConnectionHandlerCfg> |
HttpConnectionHandlerCfg.configurationClass()
Gets the configuration class associated with this HTTP Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpConnectionHandlerCfg.addHttpChangeListener(ConfigurationChangeListener<HttpConnectionHandlerCfg> listener)
Register to be notified when this HTTP Connection Handler is changed.
|
void |
HttpConnectionHandlerCfg.removeHttpChangeListener(ConfigurationChangeListener<HttpConnectionHandlerCfg> listener)
Deregister an existing HTTP Connection Handler configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
HTTPConnectionHandler.applyConfigurationChange(HttpConnectionHandlerCfg config) |
void |
HTTPConnectionHandler.doInitializeConnectionHandler(ServerContext serverContext,
HttpConnectionHandlerCfg config) |
boolean |
HTTPConnectionHandler.isConfigurationAcceptable(HttpConnectionHandlerCfg config,
List<LocalizableMessage> unacceptableReasons) |
boolean |
HTTPConnectionHandler.isConfigurationChangeAcceptable(HttpConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.