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 classAbstractConnectionStrategyBase class for connection strategy implementations.classAbstractPassiveConnectionStrategyBase class for connection strategies that implement an active/passive format for URLs.classActivePassiveConnectionStrategyConnection strategy that attempts hosts ordered exactly the way they are configured.classDnsResolverConnectionStrategyConnection strategy that tries all IP addresses resolved from DNS.classDnsSrvConnectionStrategyDNS SRV connection strategy.classRandomConnectionStrategyConnection strategy that randomizes the list of configured URLs.classRoundRobinConnectionStrategyConnection 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 ConnectionStrategyConnectionConfig. connectionStrategyConnection strategy.private ConnectionStrategyLdapURLRetryMetadata. connectionStrategyConnection strategy associated with this retry.Methods in org.ldaptive that return ConnectionStrategy Modifier and Type Method Description ConnectionStrategyConnectionConfig. getConnectionStrategy()Returns the connection strategy.ConnectionStrategyLdapURLRetryMetadata. getConnectionStrategy()Return the connection strategy.ConnectionStrategyConnectionStrategy. newInstance()Create a deep copy of this strategy.Methods in org.ldaptive with parameters of type ConnectionStrategy Modifier and Type Method Description ConnectionConfig.BuilderConnectionConfig.Builder. connectionStrategy(ConnectionStrategy strategy)voidConnectionConfig. setConnectionStrategy(ConnectionStrategy strategy)Sets the connection strategy.Constructors in org.ldaptive with parameters of type ConnectionStrategy Constructor Description LdapURLRetryMetadata(Clock clock, ConnectionStrategy strategy)Creates a new LDAP URL retry metadata.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 ConnectionStrategyTransportConnection. connectionStrategyConnection strategy for this connection.
-