Uses of Interface
org.ldaptive.ConnectionStrategy
-
Packages that use ConnectionStrategy Package Description org.ldaptive org.ldaptive.transport -
-
Uses of ConnectionStrategy in org.ldaptive
Classes in org.ldaptive that implement ConnectionStrategy Modifier and Type Class Description class
AbstractConnectionStrategy
Base class for connection strategy implementations.class
ActivePassiveConnectionStrategy
Connection strategy that attempts hosts ordered exactly the way they are configured.class
DnsResolverConnectionStrategy
Connection strategy that tries all IP addresses resolved from DNS.class
DnsSrvConnectionStrategy
DNS SRV connection strategy.class
RandomConnectionStrategy
Connection strategy that randomizes the list of configured URLs.class
RoundRobinConnectionStrategy
Connection strategy that reorders its URLs based on the number of times it's been invoked.Fields in org.ldaptive declared as ConnectionStrategy Modifier and Type Field Description private ConnectionStrategy
ConnectionConfig. connectionStrategy
Connection strategy.private ConnectionStrategy
LdapURLRetryMetadata. connectionStrategy
Connection strategy associated with this retry.Methods in org.ldaptive that return ConnectionStrategy Modifier and Type Method Description ConnectionStrategy
ConnectionConfig. getConnectionStrategy()
Returns the connection strategy.ConnectionStrategy
LdapURLRetryMetadata. getConnectionStrategy()
Return the connection strategy.ConnectionStrategy
ConnectionStrategy. newInstance()
Create a deep copy of this strategy.Methods in org.ldaptive with parameters of type ConnectionStrategy Modifier and Type Method Description ConnectionConfig.Builder
ConnectionConfig.Builder. connectionStrategy(ConnectionStrategy strategy)
void
ConnectionConfig. setConnectionStrategy(ConnectionStrategy strategy)
Sets the connection strategy.Constructors in org.ldaptive with parameters of type ConnectionStrategy Constructor Description LdapURLRetryMetadata(ConnectionStrategy strategy)
Creates a new LDAP URL retry metadata.LdapURLSet(ConnectionStrategy strategy, String ldapUrls)
Creates a new LDAP URL set. -
Uses of ConnectionStrategy in org.ldaptive.transport
Fields in org.ldaptive.transport declared as ConnectionStrategy Modifier and Type Field Description private ConnectionStrategy
TransportConnection. connectionStrategy
Connection strategy for this connection.
-