Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
           
 int connectionTimeout
           
 String ldapUrls
           
static Log log
           
 String name
           
 boolean poolingEnabled
           
 
Constructor Summary
LDAPServerDescriptor()
           
 
Method Summary
 String getBindDn()
           
 String getBindPassword()
           
 int getConnectionTimeout()
           
 String getLdapUrls()
           
 String getName()
           
 boolean isDynamicServerList()
           
 boolean isPoolingEnabled()
           
 void setBindDn(String bindDn)
           
 void setBindPassword(String bindPassword)
           
 void setConnectionTimeout(int connectionTimeout)
           
 void setLdapUrls(LDAPUrlDescriptor[] ldapUrls)
           
 boolean useSsl()
          Whether this server descriptor defines a secure ldap connection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Log log

name

public String name

ldapUrls

public String ldapUrls

bindDn

public String bindDn

connectionTimeout

public int connectionTimeout

poolingEnabled

public boolean poolingEnabled

bindPassword

public String bindPassword
Constructor Detail

LDAPServerDescriptor

public LDAPServerDescriptor()
Method Detail

isDynamicServerList

public boolean isDynamicServerList()

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(LDAPUrlDescriptor[] ldapUrls)
                 throws DirectoryException
Throws:
DirectoryException

useSsl

public boolean useSsl()
Whether this server descriptor defines a secure ldap connection


isPoolingEnabled

public boolean isPoolingEnabled()

getConnectionTimeout

public int getConnectionTimeout()

setConnectionTimeout

public void setConnectionTimeout(int connectionTimeout)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.