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 interfaceHTTPConnectionHandlerCfgClientA client-side interface for reading and modifying HTTP Connection Handler settings.interfaceJMXConnectionHandlerCfgClientA client-side interface for reading and modifying JMX Connection Handler settings.interfaceLDAPConnectionHandlerCfgClientA client-side interface for reading and modifying LDAP Connection Handler settings.interfaceLDIFConnectionHandlerCfgClientA client-side interface for reading and modifying LDIF Connection Handler settings.interfaceSNMPConnectionHandlerCfgClientA 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 ConnectionHandlerCfgClientRootCfgClient. 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 ConnectionHandlerCfgClientConnectionHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient> impl)Creates a client configuration view of the provided managed object.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 ConnectionHandlerCfgClientConnectionHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient> impl)Creates a client configuration view of the provided managed object.
-