| Package | Description |
|---|---|
| com.github.scribejava.core.builder.api | |
| com.github.scribejava.core.extractors |
| Class and Description |
|---|
| BaseStringExtractor
Simple command object that extracts a base string from a
AbstractRequest |
| HeaderExtractor
Simple command object that generates an OAuth Authorization header to include in the request.
|
| TokenExtractor
Simple command object that extracts a concrete
Token from a String |
| Class and Description |
|---|
| AbstractOAuth1TokenExtractor
Abstract base implementation of
TokenExtractor for OAuth 1.0a
The process for extracting access and request tokens is similar so this class can do both things. |
| BaseStringExtractor
Simple command object that extracts a base string from a
AbstractRequest |
| HeaderExtractor
Simple command object that generates an OAuth Authorization header to include in the request.
|
| OAuth1AccessTokenExtractor |
| OAuth1RequestTokenExtractor |
| OAuth2AccessTokenExtractor
Custom implementation of
TokenExtractor for OAuth 2.0 |
| OAuth2AccessTokenJsonExtractor
JSON (default) implementation of
TokenExtractor for OAuth 2.0 |
| TokenExtractor
Simple command object that extracts a concrete
Token from a String |
Copyright © 2016. All rights reserved.