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

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

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

Methods in org.codehaus.plexus.redback.common.ldap.connection that throw LdapException
 void LdapConnectionConfiguration.check()
           
 javax.naming.ldap.LdapName ConfigurableLdapConnectionFactory.getBaseDnLdapName()
           
 javax.naming.ldap.LdapName LdapConnectionFactory.getBaseDnLdapName()
           
 LdapConnection ConfigurableLdapConnectionFactory.getConnection()
           
 LdapConnection LdapConnectionFactory.getConnection()
           
 LdapConnection ConfigurableLdapConnectionFactory.getConnection(javax.naming.ldap.Rdn subRdn)
           
 LdapConnection LdapConnectionFactory.getConnection(javax.naming.ldap.Rdn subRdn)
           
 LdapConnection ConfigurableLdapConnectionFactory.getConnection(java.lang.String bindDn, java.lang.String password)
           
 LdapConnection LdapConnectionFactory.getConnection(java.lang.String bindDn, java.lang.String password)
           
 java.util.Hashtable<java.lang.Object,java.lang.Object> LdapConnection.getEnvironment()
           
 

Constructors in org.codehaus.plexus.redback.common.ldap.connection that throw LdapException
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
LdapConnectionConfiguration(java.lang.String hostname, int port, javax.naming.ldap.LdapName baseDn, java.lang.String contextFactory)
           
LdapConnectionConfiguration(java.lang.String hostname, int port, javax.naming.ldap.LdapName baseDn, java.lang.String contextFactory, javax.naming.ldap.LdapName bindDn, java.lang.String password, java.lang.String authenticationMethod, java.util.Properties extraProperties)
           
LdapConnectionConfiguration(java.lang.String hostname, int port, java.lang.String baseDn, java.lang.String contextFactory, java.lang.String bindDn, java.lang.String password, java.lang.String authenticationMethod, java.util.Properties extraProperties)
           
 



Copyright © 2006-2008 Codehaus. All Rights Reserved.