edu.rice.rubis.servlets
Class Auth

java.lang.Object
  |
  +--edu.rice.rubis.servlets.Auth

public class Auth
extends java.lang.Object


Constructor Summary
Auth(java.sql.Connection connect, ServletPrinter printer)
           
 
Method Summary
 int authenticate(java.lang.String name, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Auth

public Auth(java.sql.Connection connect,
            ServletPrinter printer)
Method Detail

authenticate

public int authenticate(java.lang.String name,
                        java.lang.String password)


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.