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.activateConditionCondition used to determine whether to activate a URL.LdapURLActivatorService.inactiveUrlsList of inactive URLs to test.ActivePassiveConnectionStrategy.iterFunctionCustom iterator function.ActivePassiveConnectionStrategy.iterFunctionCustom iterator function.DnsResolverConnectionStrategy.iterFunctionCustom iterator function.DnsResolverConnectionStrategy.iterFunctionCustom iterator function.RoundRobinConnectionStrategy.iterFunctionCustom iterator function.RoundRobinConnectionStrategy.iterFunctionCustom iterator function.AbstractConnectionStrategy.DefaultLdapURLIterator.ldapUrlsURLs to iterate over.AbstractConnectionStrategy.retryConditionCondition used to determine whether to test an inactive URL.LdapURLSet.urlsList of LDAP URLs to connect to in the order provided by the connection strategy.Methods in org.ldaptive that return LdapURLModifier and TypeMethodDescriptionstatic LdapURLReturns 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 collection 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()Returns the URLs in this set with active URLs ordered before inactive.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 TypeMethodDescriptionprivate voidLdapURLActivatorService.activateIfStale(LdapURL url) Inspects the supplied url to determine how long it has been awaiting activation.static LdapURLReturns a new ldap URL initialized with the supplied URL.voidvoidIndicates the supplied URL could not be connected to.voidLdapURLActivatorService.registerUrl(LdapURL url) Registers an LDAP URL to be tested for activation.voidvoidIndicates the supplied URL was successfully connected to.Method parameters in org.ldaptive with type arguments of type LdapURLModifier and TypeMethodDescriptionvoidAbstractConnectionStrategy.initialize(String urls, Predicate<LdapURL> condition) voidConnectionStrategy.initialize(String urls, Predicate<LdapURL> activateCondition) Prepare this strategy for use.(package private) voidPopulates this set with a list of URLs in the order produced byConnectionStrategy.populate(String, LdapURLSet).voidAbstractConnectionStrategy.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 QAbstractFollowReferralHandler.createReferralRequest(LdapURL url) Creates a new request for this type of referral.protected SearchRequestAbstractFollowSearchReferralHandler.createReferralRequest(LdapURL url) protected AddRequestFollowAddReferralHandler.createReferralRequest(LdapURL url) protected CompareRequestFollowCompareReferralHandler.createReferralRequest(LdapURL url) protected DeleteRequestFollowDeleteReferralHandler.createReferralRequest(LdapURL url) protected ModifyDnRequestFollowModifyDnReferralHandler.createReferralRequest(LdapURL url) protected ModifyRequestFollowModifyReferralHandler.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 LdapURLNettyConnection.ldapURLURL derived from the connection strategy.Methods in org.ldaptive.transport.netty that return LdapURLMethods in org.ldaptive.transport.netty with parameters of type LdapURL