public class HttpOAuthConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpOAuthConfig.HttpOAuthConfigBuilder |
Constructor and Description |
---|
HttpOAuthConfig(HttpOAuthConfig.HttpOAuthConfigBuilder builder) |
HttpOAuthConfig(String callbackURL,
String authorizationURL,
Map<String,String> authorizationParams,
String tokenType,
boolean generateCSRFToken,
String scope,
boolean accessTokenInHeader) |
Modifier and Type | Method and Description |
---|---|
static HttpOAuthConfig.HttpOAuthConfigBuilder |
builder() |
boolean |
equals(Object that) |
Map<String,String> |
getAuthorizationParams() |
String |
getAuthorizationURL() |
String |
getCallbackURL() |
String |
getScope() |
String |
getTokenType() |
int |
hashCode() |
boolean |
isAccessTokenInHeader() |
boolean |
isGenerateCSRFToken() |
String |
toString() |
public HttpOAuthConfig(String callbackURL, String authorizationURL, Map<String,String> authorizationParams, String tokenType, boolean generateCSRFToken, String scope, boolean accessTokenInHeader)
public HttpOAuthConfig(HttpOAuthConfig.HttpOAuthConfigBuilder builder)
public static HttpOAuthConfig.HttpOAuthConfigBuilder builder()
public String getCallbackURL()
public String getAuthorizationURL()
public String getTokenType()
public boolean isGenerateCSRFToken()
public String getScope()
public boolean isAccessTokenInHeader()
Copyright © 1970 The Apache Software Foundation. All rights reserved.