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.LdapEntryusing DNS SRV record- Author:
- Bob Browning
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdomainprotected booleanuseSsl-
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 booleanequals(Object obj)StringgetUrl()inthashCode()-
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:
getUrlin interfaceLDAPServerDescriptor.LdapEntry- Overrides:
getUrlin classLDAPServerDescriptor.LdapEntryDescriptor- Throws:
NamingException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLDAPServerDescriptor.LdapEntryDescriptor
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classLDAPServerDescriptor.LdapEntryDescriptor
-
-