Holger's
Java API

com.antelmann.mgmt
Interface UserLoginStore


public interface UserLoginStore

Author:
Holger Antelmann
See Also:
JUserLoginPanel

Method Summary
 User loginUser(String name, char[] password)
          returns the User that corresponds to the credentials provided
 

Method Detail

loginUser

User loginUser(String name,
               char[] password)
               throws FailedLoginException,
                      DatabaseException
returns the User that corresponds to the credentials provided

Throws:
LoginFailedException - if the given credentials don't match any user
DatabaseException - if there was a problem accesing the users in the database
FailedLoginException


(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads