Uses of Interface
org.forgerock.opendj.ldap.ConnectionFactory
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStore
service.-
Uses of ConnectionFactory in org.forgerock.opendj.ldap
Modifier and TypeClassDescriptionfinal class
A factory class which can be used to obtain connections to an LDAP Directory Server.Modifier and TypeMethodDescriptionstatic ConnectionFactory
Connections.newInternalConnectionFactory
(BiFunction<Integer, Request, Flowable<Response>> requestHandler) Creates a newConnectionFactory
which will route requests to the providedrequestHandler
.static ConnectionFactory
Connections.uncloseable
(ConnectionFactory factory) Returns an uncloseable view of the provided connection factory.Modifier and TypeMethodDescriptionstatic ConnectionFactory
Connections.uncloseable
(ConnectionFactory factory) Returns an uncloseable view of the provided connection factory. -
Uses of ConnectionFactory in org.forgerock.opendj.security
Modifier and TypeMethodDescriptionstatic KeyStoreParameters
KeyStoreParameters.newKeyStoreParameters
(ConnectionFactory factory, Dn baseDN) Creates a set of LDAP key store parameters with default options.static KeyStoreParameters
KeyStoreParameters.newKeyStoreParameters
(ConnectionFactory factory, Dn baseDN, Options options) Creates a set of LDAP key store parameters with custom options.static KeyStore
OpenDjSecurityProvider.newLdapKeyStore
(ConnectionFactory factory, Dn baseDN) Creates a new LDAP key store with default options.static KeyStore
OpenDjSecurityProvider.newLdapKeyStore
(ConnectionFactory factory, Dn baseDN, Options options) Creates a new LDAP key store with custom options.