com.bankframe.services.authentication.ejb
Interface EJBUserAuthentication

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

public interface EJBUserAuthentication
extends Authentication

This interface is the remote interface to the EJBUserAuthenticationBean.

Author:
ETU

Field Summary
static java.lang.String PASSWORD
           
static java.lang.String USER_ID
           
 
Methods inherited from interface com.bankframe.services.authentication.Authentication
processLogoff, processLogon
 
Methods inherited from interface com.bankframe.ejb.ESessionRemote
processDataPacket, processDataPackets
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Field Detail

USER_ID

public static final java.lang.String USER_ID
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
See Also:
Constant Field Values


Copyright © 2004 Siebel Systems, Inc. All rights reserved.