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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpConnectionHandlerCfgClient
A client-side interface for reading and modifying HTTP Connection
Handler settings.
|
interface |
JmxConnectionHandlerCfgClient
A client-side interface for reading and modifying JMX Connection
Handler settings.
|
interface |
LdapConnectionHandlerCfgClient
A client-side interface for reading and modifying LDAP Connection
Handler settings.
|
interface |
LdifConnectionHandlerCfgClient
A client-side interface for reading and modifying LDIF Connection
Handler settings.
|
interface |
SnmpConnectionHandlerCfgClient
A client-side interface for reading and modifying SNMP Connection
Handler settings.
|
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 |
---|---|
ConnectionHandlerCfgClient |
RootCfgClient.getConnectionHandler(String name)
Gets the named Connection Handler.
|
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 |
---|---|
ConnectionHandlerCfgClient |
ConnectionHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<ConnectionHandlerCfgClient,ConnectionHandlerCfg> |
RootCfgDefn.getConnectionHandlersRelationDefinition()
Get the "connection-handlers" relation definition.
|
Modifier and Type | Method and Description |
---|---|
ConnectionHandlerCfgClient |
ConnectionHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient> impl) |
Copyright 2010-2018 ForgeRock AS.