Uses of Interface
org.forgerock.opendj.ldap.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStoreservice. -
-
Uses of ConnectionFactory in org.forgerock.opendj.ldap
Classes in org.forgerock.opendj.ldap that implement ConnectionFactory Modifier and Type Class Description classLdapConnectionFactoryA factory class which can be used to obtain connections to an LDAP Directory Server.Methods in org.forgerock.opendj.ldap that return ConnectionFactory Modifier and Type Method Description static ConnectionFactoryConnections. newInternalConnectionFactory(BiFunction<Integer,Request,Flowable<Response>> requestHandler)Creates a newConnectionFactorywhich will route requests to the providedrequestHandler.static ConnectionFactoryConnections. uncloseable(ConnectionFactory factory)Returns an uncloseable view of the provided connection factory.Methods in org.forgerock.opendj.ldap with parameters of type ConnectionFactory Modifier and Type Method Description static ConnectionFactoryConnections. uncloseable(ConnectionFactory factory)Returns an uncloseable view of the provided connection factory. -
Uses of ConnectionFactory in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security with parameters of type ConnectionFactory Modifier and Type Method Description static KeyStoreParametersKeyStoreParameters. newKeyStoreParameters(ConnectionFactory factory, Dn baseDN)Creates a set of LDAP key store parameters with default options.static KeyStoreParametersKeyStoreParameters. newKeyStoreParameters(ConnectionFactory factory, Dn baseDN, Options options)Creates a set of LDAP key store parameters with custom options.static KeyStoreOpenDjSecurityProvider. newLdapKeyStore(ConnectionFactory factory, Dn baseDN)Creates a new LDAP key store with default options.static KeyStoreOpenDjSecurityProvider. newLdapKeyStore(ConnectionFactory factory, Dn baseDN, Options options)Creates a new LDAP key store with custom options.
-