Uses of Class
org.apache.archiva.redback.common.ldap.connection.LdapException
-
Packages that use LdapException Package Description org.apache.archiva.redback.common.ldap.connection -
-
Uses of LdapException in org.apache.archiva.redback.common.ldap.connection
Methods in org.apache.archiva.redback.common.ldap.connection that throw LdapException Modifier and Type Method Description voidLdapConnectionConfiguration. check()LdapNameConfigurableLdapConnectionFactory. getBaseDnLdapName()LdapNameLdapConnectionFactory. getBaseDnLdapName()DefaultLdapConnectionConfigurableLdapConnectionFactory. getConnection()DefaultLdapConnectionConfigurableLdapConnectionFactory. getConnection(String bindDn, String password)DefaultLdapConnectionConfigurableLdapConnectionFactory. getConnection(Rdn subRdn)DefaultLdapConnectionConfigurableLdapConnectionFactory. getConnection(LdapConnectionConfiguration ldapConnectionConfiguration)LdapConnectionLdapConnectionFactory. getConnection()LdapConnectionLdapConnectionFactory. getConnection(String bindDn, String password)LdapConnectionLdapConnectionFactory. getConnection(Rdn subRdn)LdapConnectionLdapConnectionFactory. getConnection(LdapConnectionConfiguration ldapConnectionConfiguration)Hashtable<Object,Object>DefaultLdapConnection. getEnvironment()Hashtable<Object,Object>LdapConnection. getEnvironment()Constructors in org.apache.archiva.redback.common.ldap.connection that throw LdapException Constructor Description DefaultLdapConnection(LdapConnectionConfiguration config, String bindDn, String password)This ldap connection will attempt to establish a connection using the configuration, replacing the principal and the passwordDefaultLdapConnection(LdapConnectionConfiguration config, Rdn subRdn)LdapConnectionConfiguration(String hostname, int port, String baseDn, String contextFactory, String bindDn, String password, String authenticationMethod, Properties extraProperties)LdapConnectionConfiguration(String hostname, int port, LdapName baseDn, String contextFactory)
-