Uses of Class
org.forgerock.opendj.ldap.LdapConnectionFactory
-
Packages that use LdapConnectionFactory Package Description org.forgerock.openam.ldap This package contains utility methods to ease/unify development when using the OpenDJ LDAP SDK. -
-
Uses of LdapConnectionFactory in org.forgerock.openam.ldap
Methods in org.forgerock.openam.ldap that return LdapConnectionFactory Modifier and Type Method Description static LdapConnectionFactory
LDAPUtils. newFailoverConnectionPool(Set<org.forgerock.openam.ldap.LDAPURL> primaryUrls, Set<org.forgerock.openam.ldap.LDAPURL> secondaryUrls, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, boolean useStartTLS, boolean sslTrustAll, Options ldapOptions)
Creates a new connection pool that is capable to failover from the primary to the secondary servers defined in case there is an error.
-