public final class AuthenticationInfo extends Object
| Constructor and Description |
|---|
AuthenticationInfo(String user,
char[] password)
The only way to construct the instances of this class.
|
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword()
Returns the password in clear text.
|
String |
getUser()
Returns the user name.
|
String |
toString() |
public AuthenticationInfo(String user, char[] password)
user - the user name for the connectionpassword - the clear text password for the connectionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.