Nitido Inc.

Uses of Class
com.nitido.directory.DirAuthenticationFailedException

Packages that use DirAuthenticationFailedException
com.nitido.directory The Nitido directory library - with exception handling instruction in the detail package description. 
com.nitido.directory.jndi The Nitido directory library implemented with Sun's JNDI (Java Naming and Directory Interface). 
com.nitido.nimx.services.authentication.dirpool The implementation of AuthenticationService that uses the Mozilla Netscape LDAP SDK's connection pool ability. 
com.nitido.nimx.services.dirpool.mozilla This package contains the implementation of DirPoolService that utilizes the Mozilla Netscape LDAP Java SDK library. 
 

Uses of DirAuthenticationFailedException in com.nitido.directory
 

Methods in com.nitido.directory that throw DirAuthenticationFailedException
 void Directory.bind()
          Rebinding to the directory service with the same username and password.
 void Directory.bind(java.lang.String username, java.lang.String password)
          Rebinding to the directory service with new username and password.
 void Directory.connect(java.lang.String username, java.lang.String password)
          Create the connection to the directory server.
 

Uses of DirAuthenticationFailedException in com.nitido.directory.jndi
 

Methods in com.nitido.directory.jndi that throw DirAuthenticationFailedException
 void DirectoryImpl.bind()
           
 void DirectoryImpl.bind(java.lang.String username, java.lang.String password)
           
 void DirectoryImpl.connect(java.lang.String username, java.lang.String password)
           
 

Uses of DirAuthenticationFailedException in com.nitido.nimx.services.authentication.dirpool
 

Methods in com.nitido.nimx.services.authentication.dirpool that throw DirAuthenticationFailedException
protected  Directory AuthenticationServiceImpl.connectForRead(java.lang.String dn, java.lang.String pwd)
          This method returns a connected directory object to the backend server obtained from the read access directory pool.
protected  Directory AuthenticationServiceImpl.connectForWrite(java.lang.String dn, java.lang.String pwd)
          This method returns a connected directory object to the backend server obtained from the write access directory pool.
 

Uses of DirAuthenticationFailedException in com.nitido.nimx.services.dirpool.mozilla
 

Methods in com.nitido.nimx.services.dirpool.mozilla that throw DirAuthenticationFailedException
 void DirectoryImpl.bind()
           
 void DirectoryImpl.bind(java.lang.String username, java.lang.String password)
           
 void DirectoryImpl.connect(java.lang.String username, java.lang.String password)
           
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.