Package org.nuxeo.ecm.directory.ldap
Class LDAPServerDescriptor.LdapEntryDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor.LdapEntryDescriptor
-
- All Implemented Interfaces:
LDAPServerDescriptor.LdapEntry
- Direct Known Subclasses:
LDAPServerDescriptor.LdapEntryDomain
- Enclosing class:
- LDAPServerDescriptor
protected class LDAPServerDescriptor.LdapEntryDescriptor extends Object implements LDAPServerDescriptor.LdapEntry
Server URL implementation ofLDAPServerDescriptor.LdapEntry
- Author:
- Bob Browning
-
-
Field Summary
Fields Modifier and Type Field Description protected LDAPUrlDescriptor
url
-
Constructor Summary
Constructors Constructor Description LdapEntryDescriptor(LDAPUrlDescriptor descriptor)
-
-
-
Field Detail
-
url
protected LDAPUrlDescriptor url
-
-
Constructor Detail
-
LdapEntryDescriptor
public LdapEntryDescriptor(LDAPUrlDescriptor descriptor)
-
-
Method Detail
-
getUrl
public String getUrl() throws NamingException
- Specified by:
getUrl
in interfaceLDAPServerDescriptor.LdapEntry
- Throws:
NamingException
-
-