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 ofLDAPServerDescriptor.LdapEntry
using DNS SRV record- Author:
- Bob Browning
-
-
Field Summary
Fields Modifier and Type Field Description protected String
domain
protected boolean
useSsl
-
Fields inherited from class org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor.LdapEntryDescriptor
url
-
-
Constructor Summary
Constructors Constructor Description LdapEntryDomain(LDAPUrlDescriptor descriptor, String domain, boolean useSsl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getUrl()
int
hashCode()
-
Methods inherited from class org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor.LdapEntryDescriptor
toString
-
-
-
-
Field Detail
-
domain
protected final String domain
-
useSsl
protected final boolean useSsl
-
-
Constructor Detail
-
LdapEntryDomain
public LdapEntryDomain(LDAPUrlDescriptor descriptor, String domain, boolean useSsl)
-
-
Method Detail
-
getUrl
public String getUrl() throws NamingException
- Specified by:
getUrl
in interfaceLDAPServerDescriptor.LdapEntry
- Overrides:
getUrl
in classLDAPServerDescriptor.LdapEntryDescriptor
- Throws:
NamingException
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classLDAPServerDescriptor.LdapEntryDescriptor
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classLDAPServerDescriptor.LdapEntryDescriptor
-
-