public abstract class ProviderConfigOauth20 extends ProviderConfigOauth
ProviderConfigOauth.SignaturePlace
Constructor and Description |
---|
ProviderConfigOauth20() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAccessTokenEndpoint()
Returns the URL that receives the access token requests.
|
TokenExtractor |
getAccessTokenExtractor()
Returns the access token extractor.
|
Verb |
getAccessTokenVerb()
Returns the verb for the access token endpoint (defaults to GET)
|
abstract String |
getAuthorizationUrl(OAuthAppSettings config)
Returns the URL where you should redirect your users to authenticate
your application.
|
OAuth.OAuthVersion |
getOAuthVersion() |
getSignaturePlace
getProviderAnnotation, getProviderName
public TokenExtractor getAccessTokenExtractor()
getAccessTokenExtractor
in class ProviderConfigOauth
public Verb getAccessTokenVerb()
public abstract String getAccessTokenEndpoint()
public abstract String getAuthorizationUrl(OAuthAppSettings config)
config
- OAuth 2.0 configuration param objectpublic OAuth.OAuthVersion getOAuthVersion()
getOAuthVersion
in class ProviderConfigOauth
Copyright © 2012-2013. All Rights Reserved.