public class UserPassCredentials extends Object
| Constructor and Description |
|---|
UserPassCredentials(String user,
char[] password)
Constructor.
|
public UserPassCredentials(String user, char[] password)
user - is the user; must not be nullpassword - is the password; must not be nullpublic String getUser()
public char[] getPassword()
Copyright © 2023. All rights reserved.