Package org.forgerock.openam.ldap
Class LDAPUtils.FailoverLdapClient
- java.lang.Object
-
- org.forgerock.openam.ldap.ConnectionFactoryFactoryImpl.FailoverLdapClient
-
- org.forgerock.openam.ldap.LDAPUtils.FailoverLdapClient
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,LdapClient
- Enclosing class:
- LDAPUtils
public static class LDAPUtils.FailoverLdapClient extends org.forgerock.openam.ldap.ConnectionFactoryFactoryImpl.FailoverLdapClient
Simple failover Ldap Client.
-
-
Constructor Detail
-
FailoverLdapClient
public FailoverLdapClient(List<LdapClient> clients)
Constructor.- Parameters:
clients
- Client list
-
-