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.
|
org.opends.server.monitors |
Contains various Directory Server monitor provider implementations.
|
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which
will be used to accept connections from and perform communication with
clients over various protocols.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using HTTP.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that
is responsible for interacting with clients using LDAPv3.
|
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)
Creates a server configuration view of the provided server managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<ConnectionHandlerCfgClient,ConnectionHandlerCfg> |
RootCfgDefn.getConnectionHandlersRelationDefinition()
Get the "connection-handlers" relation definition.
|
Class<ConnectionHandlerCfg> |
ConnectionHandlerCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHandlerCfg |
ConnectionHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends ConnectionHandlerCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
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 |
---|---|
boolean |
ConnectionHandler.isConfigurationAcceptable(ConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided configuration is acceptable for
this 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.
|
Constructor and Description |
---|
ConnectionHandlerMonitor(ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
Creates a new instance of this connection handler monitor provider that
will work with the provided connection handler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LDIFConnectionHandler.isConfigurationAcceptable(ConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
boolean |
HTTPConnectionHandler.isConfigurationAcceptable(ConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
boolean |
JmxConnectionHandler.isConfigurationAcceptable(ConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Modifier and Type | Method and Description |
---|---|
boolean |
LDAPConnectionHandler.isConfigurationAcceptable(ConnectionHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2017 ForgeRock AS.