| Package | Description |
|---|---|
| com.github.scribejava.core.extractors | |
| com.github.scribejava.core.model | |
| com.github.scribejava.core.oauth |
| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessToken |
OAuth2AccessTokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
T |
TokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
OAuth2AccessToken |
OAuth2AccessTokenJsonExtractor.extract(Response response) |
T |
AbstractOAuth1TokenExtractor.extract(Response response)
Extracts the concrete type of token from the contents of an Http Response
|
| Modifier and Type | Method and Description |
|---|---|
Response |
OAuthRequest.send()
Execute the request and return a
Response
the same as OAuthService.execute(com.github.scribejava.core.model.OAuthRequest) |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthRequestAsync.sendAsync(OAuthAsyncRequestCallback<Response> callback)
|
| Modifier and Type | Method and Description |
|---|---|
T |
OAuthRequestAsync.ResponseConverter.convert(Response response) |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthRequestAsync.sendAsync(OAuthAsyncRequestCallback<Response> callback)
|
| Modifier and Type | Method and Description |
|---|---|
Response |
OAuthService.execute(OAuthRequest request)
the same as
OAuthRequest.send() |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthService.execute(OAuthRequestAsync request,
OAuthAsyncRequestCallback<Response> callback) |
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
OAuthService.execute(OAuthRequestAsync request,
OAuthAsyncRequestCallback<Response> callback) |
Copyright © 2016. All rights reserved.