edu.rice.rubis.beans
Interface SB_Auth

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface SB_Auth
extends javax.ejb.EJBObject, java.rmi.Remote

This is the Remote Interface of the SB_Auth Bean

Version:
1.1
Author:
Emmanuel Cecchet and Julie Marguerite

Method Summary
 int authenticate(java.lang.String name, java.lang.String password)
          Describe authenticate method here.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

authenticate

public int authenticate(java.lang.String name,
                        java.lang.String password)
                 throws java.rmi.RemoteException
Describe authenticate method here.
Parameters:
name - user nick name
password - user password
Returns:
an int value corresponding to the user id or -1 on error


Copyright © 2003 - ObjectWeb Consortium - All Rights Reserved.