Uses of Class
org.nuxeo.ecm.directory.ldap.dns.DNSServiceEntry
-
Packages that use DNSServiceEntry Package Description org.nuxeo.ecm.directory.ldap.dns -
-
Uses of DNSServiceEntry in org.nuxeo.ecm.directory.ldap.dns
Fields in org.nuxeo.ecm.directory.ldap.dns with type parameters of type DNSServiceEntry Modifier and Type Field Description protected Map<String,List<DNSServiceEntry>>
DNSServiceResolverImpl. cache
Create a cache to hold the at most 100 recent DNS lookups for a period of 10 minutes.Methods in org.nuxeo.ecm.directory.ldap.dns that return types with arguments of type DNSServiceEntry Modifier and Type Method Description protected 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.List<DNSServiceEntry>
DNSServiceResolver. resolveLDAPDomainServers(String domain)
Returns a list of LDAP servers for the specified domain by performing an SRV DNS lookup on _ldap._tcp.${domain}.List<DNSServiceEntry>
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.List<DNSServiceEntry>
DNSServiceResolverImpl. resolveLDAPDomainServers(String domain)
List<DNSServiceEntry>
DNSServiceResolverImpl. resolveLDAPDomainServers(String domain, String prefix)
Methods in org.nuxeo.ecm.directory.ldap.dns with parameters of type DNSServiceEntry Modifier and Type Method Description int
DNSServiceEntry. compareTo(DNSServiceEntry o)
-