public class OAuth10CredentialsExtractor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected IndirectClient |
client |
protected O |
configuration |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
OAuth10CredentialsExtractor(OAuth10Configuration configuration,
IndirectClient client) |
| Modifier and Type | Method and Description |
|---|---|
C |
extract(WebContext context) |
protected OAuth10Credentials |
getOAuthCredentials(WebContext context)
Get the OAuth credentials from the web context.
|
protected final org.slf4j.Logger logger
protected O extends OAuthConfiguration configuration
protected IndirectClient client
public OAuth10CredentialsExtractor(OAuth10Configuration configuration, IndirectClient client)
protected OAuth10Credentials getOAuthCredentials(WebContext context)
context - the web contextpublic C extract(WebContext context)
extract in interface CredentialsExtractor<C extends OAuthCredentials>Copyright © 2018. All Rights Reserved.