Uses of Class
org.ldaptive.LdapURL
Packages that use LdapURL
Package
Description
-
Uses of LdapURL in org.ldaptive
Fields in org.ldaptive with type parameters of type LdapURLModifier and TypeFieldDescriptionAbstractConnectionStrategy.activateCondition
Condition used to determine whether to activate a URL.LdapURLActivatorService.inactiveUrls
List of inactive URLs to test.ActivePassiveConnectionStrategy.iterFunction
Custom iterator function.ActivePassiveConnectionStrategy.iterFunction
Custom iterator function.DnsResolverConnectionStrategy.iterFunction
Custom iterator function.DnsResolverConnectionStrategy.iterFunction
Custom iterator function.RoundRobinConnectionStrategy.iterFunction
Custom iterator function.RoundRobinConnectionStrategy.iterFunction
Custom iterator function.AbstractConnectionStrategy.DefaultLdapURLIterator.ldapUrls
URLs to iterate over.AbstractConnectionStrategy.retryCondition
Condition used to determine whether to test an inactive URL.LdapURLSet.urls
List of LDAP URLs to connect to in the order provided by the connection strategy.Methods in org.ldaptive that return LdapURLModifier and TypeMethodDescriptionstatic LdapURL
Returns a new ldap URL initialized with the supplied URL.Connection.getLdapURL()
Returns the URL that was selected for this connection.AbstractConnectionStrategy.DefaultLdapURLIterator.next()
Methods in org.ldaptive that return types with arguments of type LdapURLModifier and TypeMethodDescriptionAbstractConnectionStrategy.getActivateCondition()
ConnectionStrategy.getActivateCondition()
Returns the condition used to activate connections.LdapURLSet.getActiveUrls()
Returns the active URLs.LdapURLActivatorService.getInactiveUrls()
Returns the list of inactive urls.LdapURLSet.getInactiveUrls()
Returns the inactive URLs.AbstractConnectionStrategy.getRetryCondition()
ConnectionStrategy.getRetryCondition()
Returns the condition used to determine whether to attempt to activate a connection.LdapURLSet.getUrls()
ActivePassiveConnectionStrategy.iterator()
DnsResolverConnectionStrategy.iterator()
DnsSrvConnectionStrategy.iterator()
Returns a list of URLs retrieved from DNS SRV records.RandomConnectionStrategy.iterator()
RoundRobinConnectionStrategy.iterator()
Methods in org.ldaptive with parameters of type LdapURLModifier and TypeMethodDescriptionstatic LdapURL
Returns a new ldap URL initialized with the supplied URL.void
void
Indicates the supplied URL could not be connected to.void
LdapURLActivatorService.registerUrl
(LdapURL url) Registers an LDAP URL to be tested for activation.void
void
Indicates the supplied URL was successfully connected to.Method parameters in org.ldaptive with type arguments of type LdapURLModifier and TypeMethodDescriptionvoid
AbstractConnectionStrategy.initialize
(String urls, Predicate<LdapURL> condition) void
ConnectionStrategy.initialize
(String urls, Predicate<LdapURL> activateCondition) Prepare this strategy for use.protected void
Populates this set with a list of URLs in the order produced byConnectionStrategy.populate(String, LdapURLSet)
.void
AbstractConnectionStrategy.setRetryCondition
(Predicate<LdapURL> condition) Sets the retry condition which determines whether an attempt should be made to activate a URL.Constructor parameters in org.ldaptive with type arguments of type LdapURLModifierConstructorDescriptionCreates a new active passive connection strategy.Creates a new active passive connection strategy.DefaultLdapURLIterator
(List<LdapURL> urls) Creates a new default LDAP URL iterator.Creates a new DNS connection strategy.Creates a new DNS connection strategy.Creates a new DNS resolver connection strategy.Creates a new DNS resolver connection strategy.Creates a new round robin connection strategy.Creates a new round robin connection strategy. -
Uses of LdapURL in org.ldaptive.dns
Methods in org.ldaptive.dns that return LdapURLModifier and TypeMethodDescriptionSRVRecord.getLdapURL()
Returns the target properly formatted as an LDAP URL. -
Uses of LdapURL in org.ldaptive.referral
Methods in org.ldaptive.referral with parameters of type LdapURLModifier and TypeMethodDescriptionprotected abstract Q
AbstractFollowReferralHandler.createReferralRequest
(LdapURL url) Creates a new request for this type of referral.protected SearchRequest
FollowSearchReferralHandler.createReferralRequest
(LdapURL url) protected SearchRequest
FollowSearchResultReferenceHandler.createReferralRequest
(LdapURL url) -
Uses of LdapURL in org.ldaptive.transport
Methods in org.ldaptive.transport with parameters of type LdapURL -
Uses of LdapURL in org.ldaptive.transport.netty
Fields in org.ldaptive.transport.netty declared as LdapURLModifier and TypeFieldDescriptionprivate LdapURL
NettyConnection.ldapURL
URL derived from the connection strategy.Methods in org.ldaptive.transport.netty that return LdapURLMethods in org.ldaptive.transport.netty with parameters of type LdapURL