Package org.ldaptive

Class RandomConnectionStrategy

All Implemented Interfaces:
Iterable<LdapURL>, ConnectionStrategy, Freezable

public class RandomConnectionStrategy extends AbstractConnectionStrategy
Connection strategy that randomizes the list of configured URLs. A random URL ordering will be created for each connection attempt.
  • Constructor Details

    • RandomConnectionStrategy

      public RandomConnectionStrategy()
  • Method Details