org.equanda.test.login
Class LoginBean

java.lang.Object
  extended by 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

Constructor Summary
LoginBean()
           
 
Method Summary
 LoginInfo getLoginInfo(String username)
          Get the login info for a specific user.
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginBean

public LoginBean()
Method Detail

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.