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)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
Class<HTTPConnectionHandlerCfg> |
HTTPConnectionHandlerCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
HTTPConnectionHandlerCfg |
HTTPConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends HTTPConnectionHandlerCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
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.initializeConnectionHandler(ServerContext serverContext,
HTTPConnectionHandlerCfg config) |
boolean |
HTTPConnectionHandler.isConfigurationChangeAcceptable(HTTPConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.