Package org.nuxeo.ecm.directory.ldap
Class LDAPServerDescriptor.LdapEntryDomain
java.lang.Object
org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor.LdapEntryDescriptor
org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor.LdapEntryDomain
- All Implemented Interfaces:
LDAPServerDescriptor.LdapEntry
- Enclosing class:
- LDAPServerDescriptor
protected final class LDAPServerDescriptor.LdapEntryDomain
extends LDAPServerDescriptor.LdapEntryDescriptor
Domain implementation of
LDAPServerDescriptor.LdapEntry
using DNS SRV record- Author:
- Bob Browning
-
Field Summary
Fields inherited from class org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor.LdapEntryDescriptor
url
-
Constructor Summary
ConstructorDescriptionLdapEntryDomain
(LDAPUrlDescriptor descriptor, String domain, boolean useSsl) -
Method Summary
Methods inherited from class org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor.LdapEntryDescriptor
toString
-
Field Details
-
domain
-
useSsl
protected final boolean useSsl
-
-
Constructor Details
-
LdapEntryDomain
-
-
Method Details
-
getUrl
- Specified by:
getUrl
in interfaceLDAPServerDescriptor.LdapEntry
- Overrides:
getUrl
in classLDAPServerDescriptor.LdapEntryDescriptor
- Throws:
NamingException
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLDAPServerDescriptor.LdapEntryDescriptor
-
equals
- Overrides:
equals
in classLDAPServerDescriptor.LdapEntryDescriptor
-