org.equanda.test.login
Class LoginBean
java.lang.Object
org.equanda.test.login.LoginBean
- All Implemented Interfaces:
- Serializable, LoginEJBLocal
@PermitAll
public class LoginBean
- extends Object
- implements LoginEJBLocal, Serializable
Utility bean used to access login info
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginBean
public LoginBean()
getLoginInfo
public LoginInfo getLoginInfo(String username)
throws EquandaPersistenceException
- Description copied from interface:
LoginEJBLocal
- Get the login info for a specific user.
- Specified by:
getLoginInfo
in interface LoginEJBLocal
- Parameters:
username
- username
- Returns:
- login info for the requested user or null when no data found
- Throws:
EquandaPersistenceException
- oops
remove
public void remove()
- Specified by:
remove
in interface LoginEJBLocal
Copyright © 2007-2008. All Rights Reserved.