Uses of Class
org.codehaus.plexus.redback.common.ldap.connection.LdapConnectionConfiguration

Packages that use LdapConnectionConfiguration
org.codehaus.plexus.redback.common.ldap.connection   
 

Uses of LdapConnectionConfiguration in org.codehaus.plexus.redback.common.ldap.connection
 

Methods in org.codehaus.plexus.redback.common.ldap.connection that return LdapConnectionConfiguration
 LdapConnectionConfiguration LdapConnection.getConfiguration()
           
 LdapConnectionConfiguration ConfigurableLdapConnectionFactory.getConfiguration()
           
 

Constructors in org.codehaus.plexus.redback.common.ldap.connection with parameters of type LdapConnectionConfiguration
LdapConnection(LdapConnectionConfiguration config, javax.naming.ldap.Rdn subRdn)
           
LdapConnection(LdapConnectionConfiguration config, java.lang.String bindDn, java.lang.String password)
          This ldap connection will attempt to establish a connection using the configuration, replacing the principal and the password
 



Copyright © 2006-2011 Codehaus. All Rights Reserved.