-
- All Implemented Interfaces:
public class UserCredentialsValue object for storing user credentials.
-
-
Constructor Summary
Constructors Constructor Description UserCredentials(String username, String password)
-
Method Summary
Modifier and Type Method Description StringgetUsername()StringgetPassword()-
-
Method Detail
-
getUsername
String getUsername()
-
getPassword
String getPassword()
-
-
-
-