public class UserPass extends Object
Constructor and Description |
---|
UserPass(String username,
char[] password)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
char[] |
getPassword()
Returns the password.
|
String |
getUsername()
Returns the username.
|
int |
hashCode() |
public UserPass(String username, char[] password)
username
- user namepassword
- passwordpublic String getUsername()
public char[] getPassword()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.