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.
|
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.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.