Package be.gaudry.model.security
Class LoginBean
java.lang.Object
be.gaudry.model.security.LoginBean
Stores a username and a password needed by an anthentication.
Provided by the broldev.core.model project.
- Since:
- 1.0 Oct 18, 2010, broldev.core.model 0.1.17 dependency
- Version:
- 1.0 Oct 18, 2010
- Author:
- Steph GAUDRY
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Method Details
-
getLogin
String used to identify the user- Returns:
- the login
-
setLogin
- Parameters:
login
- the login to set- See Also:
getLogin()
-
getPassword
Password associated to thelogin
- Returns:
- the password
-
setPassword
- Parameters:
password
- the password to set- See Also:
getPassword()
-
toString
-