Uses of Interface
org.forgerock.opendj.server.config.client.ConnectionHandlerCfgClient
-
Packages that use ConnectionHandlerCfgClient 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. -
-
Uses of ConnectionHandlerCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of ConnectionHandlerCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface 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.Methods in org.forgerock.opendj.server.config.client with type parameters of type ConnectionHandlerCfgClient Modifier and Type Method Description <C extends ConnectionHandlerCfgClient>
CRootCfgClient. createConnectionHandler(ManagedObjectDefinition<C,? extends ConnectionHandlerCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Connection Handler.Methods in org.forgerock.opendj.server.config.client that return ConnectionHandlerCfgClient Modifier and Type Method Description ConnectionHandlerCfgClient
RootCfgClient. getConnectionHandler(String name)
Gets the named Connection Handler.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ConnectionHandlerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends ConnectionHandlerCfgClient,? extends ConnectionHandlerCfg>
ConnectionHandlerCfgClient. definition()
Get the configuration definition associated with this Connection Handler. -
Uses of ConnectionHandlerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ConnectionHandlerCfgClient Modifier and Type Method Description ConnectionHandlerCfgClient
ConnectionHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ConnectionHandlerCfgClient Modifier and Type Method Description InstantiableRelationDefinition<ConnectionHandlerCfgClient,ConnectionHandlerCfg>
RootCfgDefn. getConnectionHandlersRelationDefinition()
Get the "connection-handlers" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ConnectionHandlerCfgClient Modifier and Type Method Description ConnectionHandlerCfgClient
ConnectionHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient> impl)
-