Uses of Interface
org.ldaptive.dns.DNSContextFactory
-
Packages that use DNSContextFactory Package Description org.ldaptive org.ldaptive.dns -
-
Uses of DNSContextFactory in org.ldaptive
Constructors in org.ldaptive with parameters of type DNSContextFactory Constructor Description DnsSrvConnectionStrategy(DNSContextFactory factory)
Creates a new DNS SRV connection strategy.DnsSrvConnectionStrategy(DNSContextFactory factory, java.time.Duration ttl)
Creates a new DNS SRV connection strategy.DnsSrvConnectionStrategy(DNSContextFactory factory, java.time.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 DNSContextFactory Modifier and Type Class Description class
DefaultDNSContextFactory
Provides the default implementation of the JNDI context factory for DNS queries.Constructors in org.ldaptive.dns with parameters of type DNSContextFactory Constructor Description AbstractDNSResolver(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.
-