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 ConnectionHandlerCfgClient,? extends ConnectionHandlerCfg> |
ConnectionHandlerCfgClient.definition()
Get the configuration definition associated with this Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConnectionHandlerCfgClient> |
RootCfgClient.createConnectionHandler(ManagedObjectDefinition<C,? extends ConnectionHandlerCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHandlerCfg |
ConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<ConnectionHandlerCfgClient,ConnectionHandlerCfg> |
RootCfgDefn.getConnectionHandlersRelationDefinition()
Get the "connection-handlers" relation definition.
|
Class<ConnectionHandlerCfg> |
ConnectionHandlerCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
ConnectionHandlerCfg |
ConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg> impl) |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpConnectionHandlerCfg
A server-side interface for querying HTTP Connection Handler
settings.
|
interface |
JmxConnectionHandlerCfg
A server-side interface for querying JMX Connection Handler
settings.
|
interface |
LdapConnectionHandlerCfg
A server-side interface for querying LDAP Connection Handler
settings.
|
interface |
LdifConnectionHandlerCfg
A server-side interface for querying LDIF Connection Handler
settings.
|
interface |
SnmpConnectionHandlerCfg
A server-side interface for querying SNMP Connection Handler
settings.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHandlerCfg |
RootCfg.getConnectionHandler(String name)
Gets the named Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends ConnectionHandlerCfg> |
ConnectionHandlerCfg.configurationClass()
Gets the configuration class associated with this Connection Handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHandlerCfg.addChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg> listener)
Register to be notified when this Connection Handler is changed.
|
void |
RootCfg.addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Registers to be notified when new Connection Handlers are added.
|
void |
RootCfg.addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)
Registers to be notified when existing Connection Handlers are deleted.
|
void |
ConnectionHandlerCfg.removeChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg> listener)
Deregister an existing Connection Handler configuration change listener.
|
void |
RootCfg.removeConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Deregisters an existing Connection Handler configuration add listener.
|
void |
RootCfg.removeConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)
Deregisters an existing Connection Handler configuration delete listener.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionHandler<T extends ConnectionHandlerCfg>
This class defines the set of methods and structures that must be implemented by a Directory Server connection
handler.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
ConnectionHandlerConfigManager.applyConfigurationAdd(ConnectionHandlerCfg configuration) |
ConfigChangeResult |
ConnectionHandlerConfigManager.applyConfigurationChange(ConnectionHandlerCfg configuration) |
ConfigChangeResult |
ConnectionHandlerConfigManager.applyConfigurationDelete(ConnectionHandlerCfg configuration) |
boolean |
ConnectionHandlerConfigManager.isConfigurationAddAcceptable(ConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
ConnectionHandlerConfigManager.isConfigurationChangeAcceptable(ConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
ConnectionHandlerConfigManager.isConfigurationDeleteAcceptable(ConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerConnectionHandler(ConnectionHandler<? extends ConnectionHandlerCfg> handler)
Registers the provided connection handler with the Directory Server.
|
Copyright 2010-2020 ForgeRock AS.