Uses of Interface
org.ldaptive.ConnectionStrategy
Packages that use ConnectionStrategy
-
Uses of ConnectionStrategy in org.ldaptive
Classes in org.ldaptive that implement ConnectionStrategyModifier and TypeClassDescriptionclass
Base class for connection strategy implementations.class
Connection strategy that attempts hosts ordered exactly the way they are configured.class
Connection strategy that tries all IP addresses resolved from DNS.class
DNS SRV connection strategy.class
Connection strategy that randomizes the list of configured URLs.class
Connection strategy that reorders its URLs based on the number of times it's been invoked.Fields in org.ldaptive declared as ConnectionStrategyModifier and TypeFieldDescriptionprivate ConnectionStrategy
ConnectionConfig.connectionStrategy
Connection strategy.private final ConnectionStrategy
LdapURLRetryMetadata.connectionStrategy
Connection strategy associated with this retry.Methods in org.ldaptive that return ConnectionStrategyModifier and TypeMethodDescriptionConnectionConfig.getConnectionStrategy()
Returns the connection strategy.LdapURLRetryMetadata.getConnectionStrategy()
Return the connection strategy.ConnectionStrategy.newInstance()
Create a deep copy of this strategy.Methods in org.ldaptive with parameters of type ConnectionStrategyModifier and TypeMethodDescriptionConnectionConfig.Builder.connectionStrategy
(ConnectionStrategy strategy) void
ConnectionConfig.setConnectionStrategy
(ConnectionStrategy strategy) Sets the connection strategy.Constructors in org.ldaptive with parameters of type ConnectionStrategyModifierConstructorDescriptionLdapURLRetryMetadata
(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 ConnectionStrategyModifier and TypeFieldDescriptionprivate final ConnectionStrategy
TransportConnection.connectionStrategy
Connection strategy for this connection.