Uses of Interface
org.ldaptive.dns.DNSContextFactory
Packages that use DNSContextFactory
-
Uses of DNSContextFactory in org.ldaptive
Fields in org.ldaptive declared as DNSContextFactoryModifier and TypeFieldDescriptionprivate final DNSContextFactory
DnsSrvConnectionStrategy.dnsContextFactory
DNS context factory to override initialization parameters.Constructors in org.ldaptive with parameters of type DNSContextFactoryModifierConstructorDescriptionCreates a new DNS SRV connection strategy.DnsSrvConnectionStrategy
(DNSContextFactory factory, Duration ttl) Creates a new DNS SRV connection strategy.DnsSrvConnectionStrategy
(DNSContextFactory factory, Duration ttl, boolean ssl) Creates a new DNS SRV connection strategy. -
Uses of DNSContextFactory in org.ldaptive.dns
Classes in org.ldaptive.dns that implement DNSContextFactoryModifier and TypeClassDescriptionclass
Provides the default implementation of the JNDI context factory for DNS queries.Fields in org.ldaptive.dns declared as DNSContextFactoryModifier and TypeFieldDescriptionprivate final DNSContextFactory
AbstractDNSResolver.contextFactory
Factory to create DNS connections.Constructors in org.ldaptive.dns with parameters of type DNSContextFactoryModifierConstructorDescriptionAbstractDNSResolver
(DNSContextFactory factory) Creates a new abstract DNS resolver.SRVDNSResolver
(DNSContextFactory factory) Creates a new DNS address resolver.SRVDNSResolver
(DNSContextFactory factory, boolean ssl) Creates a new DNS address resolver.