public final class AuthenticationInfo extends Object
| Constructor and Description |
|---|
AuthenticationInfo(String user,
String password)
The only way to construct the instances of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns the password in clear text.
|
String |
getUser()
Returns the user name.
|
String |
toString() |
Copyright © 2017. All rights reserved.