jACOB 2.7 API Documentation.

Uses of Class
de.tif.jacob.core.exception.AuthenticationException

Packages that use AuthenticationException
de.tif.jacob.core.exception   
de.tif.jacob.security   
 

Uses of AuthenticationException in de.tif.jacob.core.exception
 

Subclasses of AuthenticationException in de.tif.jacob.core.exception
 class InvalidUseridPasswordException
          This exception indicates that an user authentication has failed due to an invalid combination of user id and password.
 

Uses of AuthenticationException in de.tif.jacob.security
 

Methods in de.tif.jacob.security that throw AuthenticationException
abstract  IUser IUserFactory.getValid(java.lang.String userLoginId, java.lang.String passwd)
          Returns the corresponding user with the user login id if the password to the user matches.
 


jACOB 2.7 API Documentation.