Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.directory.ldap
Class LDAPServerDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.directory.ldap.LDAPServerDescriptor

public class LDAPServerDescriptor
extends Object


Field Summary
 String bindDn
           
 String bindPassword
           
 String ldapUrls
           
 String name
           
 boolean poolingEnabled
           
 
Constructor Summary
LDAPServerDescriptor()
           
 
Method Summary
 String getBindDn()
           
 String getBindPassword()
           
 String getLdapUrls()
           
 String getName()
           
 boolean isPoolingEnabled()
           
 void setBindDn(String bindDn)
           
 void setBindPassword(String bindPassword)
           
 void setLdapUrls(String[] ldapUrls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

ldapUrls

public String ldapUrls

bindDn

public String bindDn

poolingEnabled

public boolean poolingEnabled

bindPassword

public String bindPassword
Constructor Detail

LDAPServerDescriptor

public LDAPServerDescriptor()
Method Detail

getName

public String getName()

setBindDn

public void setBindDn(String bindDn)

getBindDn

public String getBindDn()

setBindPassword

public void setBindPassword(String bindPassword)

getBindPassword

public String getBindPassword()

getLdapUrls

public String getLdapUrls()

setLdapUrls

public void setLdapUrls(String[] ldapUrls)
                 throws DirectoryException
Throws:
DirectoryException

isPoolingEnabled

public boolean isPoolingEnabled()

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.