public class ServiceCredential extends Object implements Serializable
| Constructor and Description |
|---|
ServiceCredential() |
ServiceCredential(String username,
String scope,
String token) |
| Modifier and Type | Method and Description |
|---|---|
String |
getScope() |
String |
getToken() |
String |
getUsername() |
void |
setScope(String scope) |
void |
setToken(String token) |
void |
setUsername(String username) |
String |
toString() |
Copyright © 2016. All Rights Reserved.