Package org.openbravo.authentication
Class AuthenticationManager.UserLoginInfo
- java.lang.Object
-
- org.openbravo.authentication.AuthenticationManager.UserLoginInfo
-
- Enclosing class:
- AuthenticationManager
protected class AuthenticationManager.UserLoginInfo extends Object
A class used to keep and recover the login credentials (user and password)
-
-
Constructor Summary
Constructors Constructor Description UserLoginInfo(String userName, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
String
getUserName()
-