public class OauthBody extends Object implements JsonObject
| Constructor and Description |
|---|
OauthBody(String grantType,
String scope) |
OauthBody(String grantType,
String username,
char[] password,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGrantType() |
char[] |
getPassword() |
String |
getScope() |
String |
getUsername() |
void |
setGrantType(String grantType) |
void |
setPassword(char[] password) |
void |
setScope(String scope) |
void |
setUsername(String username) |
String |
toJson() |
public String getGrantType()
public void setGrantType(String grantType)
public String getUsername()
public void setUsername(String username)
public char[] getPassword()
public void setPassword(char[] password)
public String getScope()
public void setScope(String scope)
public String toJson()
toJson in interface JsonObjectCopyright © 2019. All rights reserved.