Uses of Interface
org.ldaptive.dns.DNSContextFactory
-
Packages that use DNSContextFactory Package Description org.ldaptive org.ldaptive.dns -
-
Uses of DNSContextFactory in org.ldaptive
Fields in org.ldaptive declared as DNSContextFactory Modifier and Type Field Description private DNSContextFactory
DnsSrvConnectionStrategy. dnsContextFactory
DNS context factory to override initialization parameters.Constructors in org.ldaptive with parameters of type DNSContextFactory Constructor Description DnsSrvConnectionStrategy(DNSContextFactory factory)
Creates 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 DNSContextFactory Modifier and Type Class Description class
DefaultDNSContextFactory
Provides the default implementation of the JNDI context factory for DNS queries.Fields in org.ldaptive.dns declared as DNSContextFactory Modifier and Type Field Description private DNSContextFactory
AbstractDNSResolver. contextFactory
Factory to create DNS connections.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.
-