Package | Description |
---|---|
org.forgerock.openam.ldap |
This package contains utility methods to ease/unify development when using the OpenDJ LDAP SDK.
|
Modifier and Type | Method and Description |
---|---|
static LdapConnectionFactory |
LDAPUtils.newFailoverConnectionPool(Set<LDAPURL> primaryUrls,
Set<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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.