public class AuthenticationRequest extends Object
| Constructor and Description |
|---|
AuthenticationRequest() |
AuthenticationRequest(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
public String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setCopyright © 2021 Pivotal Software, Inc.. All rights reserved.