Uses of Class
org.nuxeo.ecm.directory.ldap.dns.DNSServiceEntry
-
Uses of DNSServiceEntry in org.nuxeo.ecm.directory.ldap.dns
Modifier and TypeFieldDescriptionprotected Map<String,
List<DNSServiceEntry>> DNSServiceResolverImpl.cache
Create a cache to hold the at most 100 recent DNS lookups for a period of 10 minutes.Modifier and TypeMethodDescriptionprotected List<DNSServiceEntry>
DNSServiceResolverImpl.resolveDnsServiceRecord
(String service, String domain) Returns the host name and port that a server providing the specified service can be reached at.DNSServiceResolver.resolveLDAPDomainServers
(String domain) Returns a list of LDAP servers for the specified domain by performing an SRV DNS lookup on _ldap.DNSServiceResolver.resolveLDAPDomainServers
(String domain, String prefix) Returns a list of LDAP servers for the specified domain by performing an SRV DNS lookup using a custom DNS service prefix.DNSServiceResolverImpl.resolveLDAPDomainServers
(String domain) DNSServiceResolverImpl.resolveLDAPDomainServers
(String domain, String prefix)