public class OAuth2FetcherConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OAUTH2_STATE_CRYPTER |
| Constructor and Description |
|---|
OAuth2FetcherConfig(GadgetOAuth2TokenStore tokenStore,
boolean viewerAccessTokensEnabled) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Store |
getOAuth2Store() |
GadgetOAuth2TokenStore |
getTokenStore() |
boolean |
isViewerAccessTokensEnabled() |
public static final String OAUTH2_STATE_CRYPTER
@Inject public OAuth2FetcherConfig(GadgetOAuth2TokenStore tokenStore, boolean viewerAccessTokensEnabled)
public OAuth2Store getOAuth2Store()
public GadgetOAuth2TokenStore getTokenStore()
public boolean isViewerAccessTokensEnabled()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.