public interface UserLoginSession
extends javax.ejb.EJBObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
createUser(String username,
String password) |
boolean |
loginUser(String username,
String password) |
boolean loginUser(String username, String password) throws RemoteException
RemoteExceptionboolean createUser(String username, String password) throws RemoteException
RemoteExceptionCopyright © 2003–2018. All rights reserved.