Modifier and Type | Class and Description |
---|---|
static class |
OAuth2Config.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
accessTokenEndpoint |
protected String |
clientId |
protected String |
clientSecret |
protected String |
oauth2_scheme |
protected String |
password |
protected String |
refreshTokenEndpoint |
protected String |
username |
Constructor and Description |
---|
OAuth2Config(String username,
String password,
String clientId,
String clientSecret,
String accessTokenEndpoint,
String refreshTokenEndpoint,
String oauth2_scheme) |
Modifier and Type | Method and Description |
---|---|
String |
getAccessTokenEndpoint() |
String |
getClientId() |
String |
getClientSecret() |
String |
getOAuth2Scheme() |
String |
getPassword() |
String |
getRefreshTokenEndpoint() |
String |
getUsername() |
protected String username
protected String password
protected String clientId
protected String clientSecret
protected String accessTokenEndpoint
protected String refreshTokenEndpoint
protected String oauth2_scheme
public String getUsername()
public String getPassword()
public String getClientId()
public String getClientSecret()
public String getAccessTokenEndpoint()
public String getRefreshTokenEndpoint()
public String getOAuth2Scheme()
Copyright © 2009–2014. All rights reserved.