edu.rice.rubis.beans
Interface SB_AuthLocal

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface SB_AuthLocal
extends javax.ejb.EJBLocalObject

This is the local 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.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

authenticate

public int authenticate(java.lang.String name,
                        java.lang.String password)
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.