Package org.svetovid.dialogs
Class LoginData
java.lang.Object
org.svetovid.dialogs.LoginData
Class that holds user name and password.
- Version:
- 1.3
- Author:
- Ivan Pribela
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Utility method that wipes the stored password.
-
Field Details
-
name
User name. -
password
public final char[] passwordUser password.
-
-
Constructor Details
-
LoginData
Creates a new object that holds specified user name and password.- Parameters:
name
- user name.password
- password.
-
-
Method Details
-
clearPassword
public void clearPassword()Utility method that wipes the stored password.
-