public final class AuthenticationInfo extends Object
| Constructor and Description |
|---|
AuthenticationInfo(String user,
char[] password) |
AuthenticationInfo(String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns the password in clear text.
|
String |
getUser()
Returns the user name.
|
String |
toString() |
public AuthenticationInfo(String user, String password)
user - the user name for the connectionpassword - the clear text password for the connectionpublic AuthenticationInfo(String user, char[] password)
user - the user name for the connectionpassword - the clear text password for the connectionCopyright © 2019. All rights reserved.