com.lyrisoft.auth.mysql
Class Mysql

java.lang.Object
  |
  +--com.lyrisoft.auth.mysql.Mysql

public class Mysql
extends java.lang.Object


Method Summary
 MysqlRecord getRecord(java.lang.String userId, java.lang.String password)
          Gets a MysqlRecord.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRecord

public final MysqlRecord getRecord(java.lang.String userId,
                                   java.lang.String password)
                            throws java.sql.SQLException,
                                   AccessDenied
Gets a MysqlRecord.
Parameters:
userId - the user Id
password - the password in plaintext
Returns:
the PasswdRecord or null if the user was not found


Copyright © 2000-2002 Taso Lyristis