Uses of Interface
org.ldaptive.ConnectionStrategy
Packages that use ConnectionStrategy
-
Uses of ConnectionStrategy in org.ldaptive
Classes in org.ldaptive that implement ConnectionStrategyModifier and TypeClassDescriptionclassBase class for connection strategy implementations.classBase class for connection strategies that implement an active/passive format for URLs.classConnection strategy that attempts hosts ordered exactly the way they are configured.classConnection strategy that tries all IP addresses resolved from DNS.classDNS SRV connection strategy.classConnection strategy that randomizes the list of configured URLs.classConnection strategy that reorders its URLs based on the number of times it's been invoked.Fields in org.ldaptive declared as ConnectionStrategyModifier and TypeFieldDescriptionprivate ConnectionStrategyConnectionConfig.connectionStrategyConnection strategy.private final ConnectionStrategyLdapURLRetryMetadata.connectionStrategyConnection 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) voidConnectionConfig.setConnectionStrategy(ConnectionStrategy strategy) Sets the connection strategy.Constructors in org.ldaptive with parameters of type ConnectionStrategyModifierConstructorDescription(package private)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 ConnectionStrategyModifier and TypeFieldDescriptionprivate final ConnectionStrategyTransportConnection.connectionStrategyConnection strategy for this connection.