public class PlainCredentials extends Object implements Credentials
Credentials which just uses its constructor to hold user/password values.| Constructor and Description |
|---|
PlainCredentials(String user,
String pwd)
Creates credentials object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns password
|
String |
getUser()
Returns user name
|
public String getUser()
getUser in interface Credentialspublic String getPassword()
getPassword in interface Credentials
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025