Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.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)
Creates a client configuration view of the provided managed
object.
|
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)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.