Skip navigation links
A B C D E F G H I J L M N O P R S T V 

A

AbstractRequest - Class in com.github.scribejava.core.model
The representation of an OAuth HttpRequest.
AbstractRequest(Verb, String, OAuthService) - Constructor for class com.github.scribejava.core.model.AbstractRequest
Default constructor.
ACCESS_TOKEN - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
AccessTokenExtractor - Interface in com.github.scribejava.core.extractors
Simple command object that extracts a Token from a String
add(String, String) - Method in class com.github.scribejava.core.model.ParameterList
 
addAll(ParameterList) - Method in class com.github.scribejava.core.model.ParameterList
 
addBodyParameter(String, String) - Method in class com.github.scribejava.core.model.AbstractRequest
Add a body Parameter (for POST/ PUT Requests)
addHeader(String, String) - Method in class com.github.scribejava.core.model.AbstractRequest
Add an HTTP Header to the Request
addOAuthParameter(String, String) - Method in class com.github.scribejava.core.model.AbstractRequest
Adds an OAuth parameter.
addParameter(String, String) - Method in class com.github.scribejava.core.model.AbstractRequest
 
addPayload(String) - Method in class com.github.scribejava.core.model.AbstractRequest
Add body payload.
addPayload(byte[]) - Method in class com.github.scribejava.core.model.AbstractRequest
Overloaded version for byte arrays
addQuerystring(String) - Method in class com.github.scribejava.core.model.ParameterList
 
addQuerystringParameter(String, String) - Method in class com.github.scribejava.core.model.AbstractRequest
Add a QueryString parameter
Api - Interface in com.github.scribejava.core.builder.api
Contains all the configuration needed to instantiate a valid OAuthService
appendTo(String) - Method in class com.github.scribejava.core.model.ParameterList
 
asFormUrlEncodedString() - Method in class com.github.scribejava.core.model.ParameterList
 
asOauthBaseString() - Method in class com.github.scribejava.core.model.ParameterList
 
asUrlEncodedPair() - Method in class com.github.scribejava.core.model.Parameter
 
asyncHttpClientConfig(AsyncHttpClientConfig) - Method in class com.github.scribejava.core.builder.ServiceBuilderAsync
 
asyncHttpProviderClassName(String) - Method in class com.github.scribejava.core.builder.ServiceBuilderAsync
 
AUTHORIZATION_CODE - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 

B

Base64Encoder - Class in com.github.scribejava.core.services
 
Base64Encoder() - Constructor for class com.github.scribejava.core.services.Base64Encoder
 
BaseStringExtractor - Interface in com.github.scribejava.core.extractors
Simple command object that extracts a base string from a AbstractRequest
BaseStringExtractorImpl - Class in com.github.scribejava.core.extractors
Default implementation of BaseStringExtractor.
BaseStringExtractorImpl() - Constructor for class com.github.scribejava.core.extractors.BaseStringExtractorImpl
 
build() - Method in class com.github.scribejava.core.builder.ServiceBuilder
Returns the fully configured OAuthService
build() - Method in class com.github.scribejava.core.builder.ServiceBuilderAsync
 

C

CALLBACK - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
checkEmptyString(String, String) - Static method in class com.github.scribejava.core.utils.Preconditions
Checks that a string is not null or empty
checkNotNull(Object, String) - Static method in class com.github.scribejava.core.utils.Preconditions
Checks that an object is not null.
checkPreconditions() - Method in class com.github.scribejava.core.builder.ServiceBuilderAsync
 
checkValidOAuthCallback(String, String) - Static method in class com.github.scribejava.core.utils.Preconditions
Checks that a URL is a valid OAuth callback
checkValidUrl(String, String) - Static method in class com.github.scribejava.core.utils.Preconditions
Checks that a URL is valid
CLIENT_ID - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
CLIENT_SECRET - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
closeAsyncClient() - Method in class com.github.scribejava.core.oauth.OAuthService
 
CODE - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
com.github.scribejava.core.builder - package com.github.scribejava.core.builder
 
com.github.scribejava.core.builder.api - package com.github.scribejava.core.builder.api
 
com.github.scribejava.core.exceptions - package com.github.scribejava.core.exceptions
 
com.github.scribejava.core.extractors - package com.github.scribejava.core.extractors
 
com.github.scribejava.core.model - package com.github.scribejava.core.model
 
com.github.scribejava.core.oauth - package com.github.scribejava.core.oauth
 
com.github.scribejava.core.services - package com.github.scribejava.core.services
 
com.github.scribejava.core.utils - package com.github.scribejava.core.utils
 
CommonsEncoder - Class in com.github.scribejava.core.services
 
CommonsEncoder() - Constructor for class com.github.scribejava.core.services.CommonsEncoder
 
compareTo(Parameter) - Method in class com.github.scribejava.core.model.Parameter
 
connectTimeout(Integer) - Method in class com.github.scribejava.core.builder.ServiceBuilder
 
CONSUMER_KEY - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
CONSUMER_SECRET - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
contains(Parameter) - Method in class com.github.scribejava.core.model.ParameterList
 
CONTENT_LENGTH - Static variable in class com.github.scribejava.core.model.AbstractRequest
 
CONTENT_TYPE - Static variable in class com.github.scribejava.core.model.AbstractRequest
 
convert(Response) - Method in interface com.github.scribejava.core.model.OAuthRequestAsync.ResponseConverter
 
createAccessTokenRequest(Verifier, T) - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
 
createService(OAuthConfig) - Method in interface com.github.scribejava.core.builder.api.Api
 
createService(OAuthConfig) - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
 
createService(OAuthConfig) - Method in class com.github.scribejava.core.builder.api.DefaultApi20

D

DatatypeConverterEncoder - Class in com.github.scribejava.core.services
 
DatatypeConverterEncoder() - Constructor for class com.github.scribejava.core.services.DatatypeConverterEncoder
 
decode(String) - Static method in class com.github.scribejava.core.utils.OAuthEncoder
 
DEFAULT_CONTENT_TYPE - Static variable in class com.github.scribejava.core.model.AbstractRequest
 
DefaultApi10a - Class in com.github.scribejava.core.builder.api
Default implementation of the OAuth protocol, version 1.0a This class is meant to be extended by concrete implementations of the API, providing the endpoints and endpoint-http-verbs.
DefaultApi10a() - Constructor for class com.github.scribejava.core.builder.api.DefaultApi10a
 
DefaultApi20 - Class in com.github.scribejava.core.builder.api
Default implementation of the OAuth protocol, version 2.0 (draft 11) This class is meant to be extended by concrete implementations of the API, providing the endpoints and endpoint-http-verbs.
DefaultApi20() - Constructor for class com.github.scribejava.core.builder.api.DefaultApi20
 

E

empty() - Static method in class com.github.scribejava.core.model.Token
Factory method Useful for two legged OAuth.
EMPTY_TOKEN - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
encode(byte[]) - Method in class com.github.scribejava.core.services.Base64Encoder
 
encode(byte[]) - Method in class com.github.scribejava.core.services.CommonsEncoder
 
encode(byte[]) - Method in class com.github.scribejava.core.services.DatatypeConverterEncoder
 
encode(String) - Static method in class com.github.scribejava.core.utils.OAuthEncoder
 
equals(Object) - Method in class com.github.scribejava.core.model.Parameter
 
equals(Object) - Method in class com.github.scribejava.core.model.Token
 
ESTIMATED_PARAM_LENGTH - Static variable in class com.github.scribejava.core.extractors.HeaderExtractorImpl
 
extract(String) - Method in interface com.github.scribejava.core.extractors.AccessTokenExtractor
Extracts the access token from the contents of an Http Response
extract(AbstractRequest) - Method in interface com.github.scribejava.core.extractors.BaseStringExtractor
Extracts an url-encoded base string from the AbstractRequest.
extract(AbstractRequest) - Method in class com.github.scribejava.core.extractors.BaseStringExtractorImpl
Extracts an url-encoded base string from the AbstractRequest.
extract(AbstractRequest) - Method in interface com.github.scribejava.core.extractors.HeaderExtractor
Generates an OAuth 'Authorization' Http header to include in requests as the signature.
extract(AbstractRequest) - Method in class com.github.scribejava.core.extractors.HeaderExtractorImpl
Generates an OAuth 'Authorization' Http header to include in requests as the signature.
extract(String) - Method in class com.github.scribejava.core.extractors.JsonTokenExtractor
 
extract(String) - Method in interface com.github.scribejava.core.extractors.RequestTokenExtractor
Extracts the request token from the contents of an Http Response
extract(String) - Method in class com.github.scribejava.core.extractors.TokenExtractor20Impl
Extracts the access token from the contents of an Http Response
extract(String) - Method in class com.github.scribejava.core.extractors.TokenExtractorImpl
Extracts the request token from the contents of an Http Response
extractAccessToken(String) - Method in class com.github.scribejava.core.extractors.JsonTokenExtractor
 

F

ForceTypeOfHttpRequest - Enum in com.github.scribejava.core.model
 

G

getAccessToken(Token, Verifier) - Method in class com.github.scribejava.core.oauth.OAuth10aServiceImpl
 
getAccessToken(Token, Verifier) - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
 
getAccessToken(Token, Verifier) - Method in class com.github.scribejava.core.oauth.OAuthService
 
getAccessTokenAsync(Token, Verifier, OAuthAsyncRequestCallback<Token>) - Method in class com.github.scribejava.core.oauth.OAuth10aServiceImpl
 
getAccessTokenAsync(Token, Verifier, OAuthAsyncRequestCallback<Token>, ProxyServer) - Method in class com.github.scribejava.core.oauth.OAuth10aServiceImpl
 
getAccessTokenAsync(Token, Verifier, OAuthAsyncRequestCallback<Token>) - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
 
getAccessTokenAsync(Token, Verifier, OAuthAsyncRequestCallback<Token>, ProxyServer) - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
 
getAccessTokenAsync(Token, Verifier, OAuthAsyncRequestCallback<Token>) - Method in class com.github.scribejava.core.oauth.OAuthService
Start the request to retrieve the access token.
getAccessTokenAsync(Token, Verifier, OAuthAsyncRequestCallback<Token>, ProxyServer) - Method in class com.github.scribejava.core.oauth.OAuthService
 
getAccessTokenEndpoint() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the URL that receives the access token requests.
getAccessTokenEndpoint() - Method in class com.github.scribejava.core.builder.api.DefaultApi20
Returns the URL that receives the access token requests.
getAccessTokenExtractor() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the access token extractor.
getAccessTokenExtractor() - Method in class com.github.scribejava.core.builder.api.DefaultApi20
Returns the access token extractor.
getAccessTokenVerb() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the verb for the access token endpoint (defaults to POST)
getAccessTokenVerb() - Method in class com.github.scribejava.core.builder.api.DefaultApi20
Returns the verb for the access token endpoint (defaults to GET)
getApi() - Method in class com.github.scribejava.core.oauth.OAuth10aServiceImpl
 
getApi() - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
 
getApiKey() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getApiSecret() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getAsyncHttpClient() - Method in class com.github.scribejava.core.oauth.OAuthService
 
getAsyncHttpClientConfig() - Method in class com.github.scribejava.core.model.OAuthConfigAsync
 
getAsyncHttpProviderClassName() - Method in class com.github.scribejava.core.model.OAuthConfigAsync
 
getAuthorizationUrl(Token) - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(OAuthConfig) - Method in class com.github.scribejava.core.builder.api.DefaultApi20
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(Token) - Method in class com.github.scribejava.core.oauth.OAuth10aServiceImpl
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(Token) - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(Token) - Method in class com.github.scribejava.core.oauth.OAuthService
Returns the URL where you should redirect your users to authenticate your application.
getBaseStringExtractor() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the base string extractor.
getBody() - Method in class com.github.scribejava.core.model.Response
Obtains the HTTP Response body
getBodyContents() - Method in class com.github.scribejava.core.model.AbstractRequest
Returns the body of the request
getBodyParams() - Method in class com.github.scribejava.core.model.AbstractRequest
Obtains a ParameterList of the body parameters.
getCallback() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getCharset() - Method in class com.github.scribejava.core.model.AbstractRequest
 
getCode() - Method in class com.github.scribejava.core.model.Response
Obtains the HTTP status code
getCompleteUrl() - Method in class com.github.scribejava.core.model.AbstractRequest
Returns the complete url (host + resource + encoded querystring parameters).
getConfig() - Method in class com.github.scribejava.core.oauth.OAuthService
 
getConnectTimeout() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getForceTypeOfHttpRequests() - Static method in class com.github.scribejava.core.model.ScribeJavaConfig
 
getGrantType() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getHeader(String) - Method in class com.github.scribejava.core.model.Response
Obtains a single HTTP Header value, or null if undefined
getHeaderExtractor() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the header extractor.
getHeaders() - Method in class com.github.scribejava.core.model.AbstractRequest
 
getHeaders() - Method in class com.github.scribejava.core.model.Response
Obtains a Map containing the HTTP Response Headers
getInstance() - Static method in class com.github.scribejava.core.services.Base64Encoder
 
getKey() - Method in class com.github.scribejava.core.model.Parameter
 
getMessage() - Method in class com.github.scribejava.core.model.Response
Obtains the HTTP status message.
getNonce() - Method in interface com.github.scribejava.core.services.TimestampService
Returns a nonce (unique value for each request)
getNonce() - Method in class com.github.scribejava.core.services.TimestampServiceImpl
Returns a nonce (unique value for each request)
getOauthParameters() - Method in class com.github.scribejava.core.model.AbstractRequest
 
getParameter(String) - Method in class com.github.scribejava.core.model.Token
 
getParams() - Method in class com.github.scribejava.core.model.ParameterList
 
getQueryStringParams() - Method in class com.github.scribejava.core.model.AbstractRequest
Get a ParameterList with the query string parameters.
getRawResponse() - Method in class com.github.scribejava.core.model.Token
 
getReadTimeout() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getRealm() - Method in class com.github.scribejava.core.model.AbstractRequest
 
getRequestToken() - Method in class com.github.scribejava.core.oauth.OAuth10aServiceImpl
 
getRequestToken() - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
Retrieve the request token.
getRequestToken() - Method in class com.github.scribejava.core.oauth.OAuthService
Retrieve the request token.
getRequestTokenEndpoint() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the URL that receives the request token requests.
getRequestTokenExtractor() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the request token extractor.
getRequestTokenVerb() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the verb for the request token endpoint (defaults to POST)
getSanitizedUrl() - Method in class com.github.scribejava.core.model.AbstractRequest
Returns the URL without the port and the query string part.
getScope() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getSecret() - Method in class com.github.scribejava.core.model.Token
 
getService() - Method in class com.github.scribejava.core.model.AbstractRequest
 
getSignature(String, String, String) - Method in class com.github.scribejava.core.services.HMACSha1SignatureService
Returns the signature
getSignature(String, String, String) - Method in class com.github.scribejava.core.services.PlaintextSignatureService
Returns the signature
getSignature(String, String, String) - Method in class com.github.scribejava.core.services.RSASha1SignatureService
Returns the signature
getSignature(String, String, String) - Method in interface com.github.scribejava.core.services.SignatureService
Returns the signature
getSignatureMethod() - Method in class com.github.scribejava.core.services.HMACSha1SignatureService
getSignatureMethod() - Method in class com.github.scribejava.core.services.PlaintextSignatureService
getSignatureMethod() - Method in class com.github.scribejava.core.services.RSASha1SignatureService
getSignatureMethod() - Method in interface com.github.scribejava.core.services.SignatureService
 
getSignatureService() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the signature service.
getSignatureType() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getState() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getStreamContents(InputStream) - Static method in class com.github.scribejava.core.utils.StreamUtils
Returns the stream contents as an UTF-8 encoded string
getTimestampInSeconds() - Method in interface com.github.scribejava.core.services.TimestampService
Returns the unix epoch timestamp in seconds
getTimestampInSeconds() - Method in class com.github.scribejava.core.services.TimestampServiceImpl
Returns the unix epoch timestamp in seconds
getTimestampService() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
Returns the timestamp service.
getToken() - Method in class com.github.scribejava.core.model.Token
 
getType() - Method in class com.github.scribejava.core.services.Base64Encoder
 
getType() - Method in class com.github.scribejava.core.services.CommonsEncoder
 
getType() - Method in class com.github.scribejava.core.services.DatatypeConverterEncoder
 
getUrl() - Method in class com.github.scribejava.core.model.AbstractRequest
Obtains the URL of the HTTP Request.
getValue() - Method in class com.github.scribejava.core.model.Parameter
 
getValue() - Method in class com.github.scribejava.core.model.Verifier
 
getVerb() - Method in class com.github.scribejava.core.model.AbstractRequest
 
getVersion() - Method in class com.github.scribejava.core.oauth.OAuth10aServiceImpl
Returns the OAuth version of the service.
getVersion() - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
Returns the OAuth version of the service.
getVersion() - Method in class com.github.scribejava.core.oauth.OAuthService
Returns the OAuth version of the service.
GRANT_TYPE - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 

H

hasBodyContent() - Method in class com.github.scribejava.core.model.AbstractRequest
 
hasGrantType() - Method in class com.github.scribejava.core.model.OAuthConfig
 
hashCode() - Method in class com.github.scribejava.core.model.Parameter
 
hashCode() - Method in class com.github.scribejava.core.model.Token
 
hasScope() - Method in class com.github.scribejava.core.model.OAuthConfig
 
HEADER - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
HeaderExtractor - Interface in com.github.scribejava.core.extractors
Simple command object that generates an OAuth Authorization header to include in the request.
HeaderExtractorImpl - Class in com.github.scribejava.core.extractors
Default implementation of HeaderExtractor.
HeaderExtractorImpl() - Constructor for class com.github.scribejava.core.extractors.HeaderExtractorImpl
 
HMACSha1SignatureService - Class in com.github.scribejava.core.services
HMAC-SHA1 implementation of SignatureService
HMACSha1SignatureService() - Constructor for class com.github.scribejava.core.services.HMACSha1SignatureService
 

I

isConnectionKeepAlive() - Method in class com.github.scribejava.core.model.AbstractRequest
 
isEmpty() - Method in class com.github.scribejava.core.model.Token
 
isFollowRedirects() - Method in class com.github.scribejava.core.model.AbstractRequest
 
isPresent() - Static method in class com.github.scribejava.core.services.CommonsEncoder
 
isSuccessful() - Method in class com.github.scribejava.core.model.Response
 

J

JsonTokenExtractor - Class in com.github.scribejava.core.extractors
 
JsonTokenExtractor() - Constructor for class com.github.scribejava.core.extractors.JsonTokenExtractor
 

L

log(String) - Method in class com.github.scribejava.core.model.OAuthConfig
 

M

MapUtils - Class in com.github.scribejava.core.utils
 
MapUtils() - Constructor for class com.github.scribejava.core.utils.MapUtils
 

N

NONCE - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 

O

OAuth10aServiceImpl - Class in com.github.scribejava.core.oauth
OAuth 1.0a implementation of OAuthService
OAuth10aServiceImpl(DefaultApi10a, OAuthConfig) - Constructor for class com.github.scribejava.core.oauth.OAuth10aServiceImpl
Default constructor
OAuth20ServiceImpl - Class in com.github.scribejava.core.oauth
 
OAuth20ServiceImpl(DefaultApi20, OAuthConfig) - Constructor for class com.github.scribejava.core.oauth.OAuth20ServiceImpl
Default constructor
OAuthAsyncRequestCallback<T> - Interface in com.github.scribejava.core.model
 
OAuthConfig - Class in com.github.scribejava.core.model
Parameter object that groups OAuth config values
OAuthConfig(String, String) - Constructor for class com.github.scribejava.core.model.OAuthConfig
 
OAuthConfig(String, String, String, SignatureType, String, OutputStream, Integer, Integer, String) - Constructor for class com.github.scribejava.core.model.OAuthConfig
 
OAuthConfigAsync - Class in com.github.scribejava.core.model
 
OAuthConfigAsync(String, String) - Constructor for class com.github.scribejava.core.model.OAuthConfigAsync
 
OAuthConfigAsync(String, String, String, SignatureType, String, String, OutputStream, AsyncHttpClientConfig) - Constructor for class com.github.scribejava.core.model.OAuthConfigAsync
 
OAuthConnectionException - Exception in com.github.scribejava.core.exceptions
 
OAuthConnectionException(String, Exception) - Constructor for exception com.github.scribejava.core.exceptions.OAuthConnectionException
 
OAuthConstants - Interface in com.github.scribejava.core.model
This class contains OAuth constants, used project-wide
OAuthEncoder - Class in com.github.scribejava.core.utils
 
OAuthEncoder() - Constructor for class com.github.scribejava.core.utils.OAuthEncoder
 
OAuthException - Exception in com.github.scribejava.core.exceptions
Default ScribeJava exception.
OAuthException(String, Exception) - Constructor for exception com.github.scribejava.core.exceptions.OAuthException
Default constructor
OAuthException(String) - Constructor for exception com.github.scribejava.core.exceptions.OAuthException
No-exception constructor.
OAuthException(Exception) - Constructor for exception com.github.scribejava.core.exceptions.OAuthException
Exception constructor.
OAuthParametersMissingException - Exception in com.github.scribejava.core.exceptions
Specialized exception that represents a missing OAuth parameter.
OAuthParametersMissingException(AbstractRequest) - Constructor for exception com.github.scribejava.core.exceptions.OAuthParametersMissingException
Default constructor.
OAuthRequest - Class in com.github.scribejava.core.model
 
OAuthRequest(Verb, String, OAuthService) - Constructor for class com.github.scribejava.core.model.OAuthRequest
 
OAuthRequestAsync - Class in com.github.scribejava.core.model
 
OAuthRequestAsync(Verb, String, OAuthService) - Constructor for class com.github.scribejava.core.model.OAuthRequestAsync
 
OAuthRequestAsync.ResponseConverter<T> - Interface in com.github.scribejava.core.model
 
OAuthService - Class in com.github.scribejava.core.oauth
The main ScribeJava object.
OAuthService(OAuthConfig) - Constructor for class com.github.scribejava.core.oauth.OAuthService
 
OAuthSignatureException - Exception in com.github.scribejava.core.exceptions
Specialized exception that represents a problem in the signature
OAuthSignatureException(String, Exception) - Constructor for exception com.github.scribejava.core.exceptions.OAuthSignatureException
Default constructor
onCompleted(T) - Method in interface com.github.scribejava.core.model.OAuthAsyncRequestCallback
 
onThrowable(Throwable) - Method in interface com.github.scribejava.core.model.OAuthAsyncRequestCallback
 
OUT_OF_BAND - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 

P

PARAM_PREFIX - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
Parameter - Class in com.github.scribejava.core.model
 
Parameter(String, String) - Constructor for class com.github.scribejava.core.model.Parameter
 
ParameterList - Class in com.github.scribejava.core.model
 
ParameterList() - Constructor for class com.github.scribejava.core.model.ParameterList
 
ParameterList(Map<String, String>) - Constructor for class com.github.scribejava.core.model.ParameterList
 
PlaintextSignatureService - Class in com.github.scribejava.core.services
plaintext implementation of SignatureService
PlaintextSignatureService() - Constructor for class com.github.scribejava.core.services.PlaintextSignatureService
 
Preconditions - Class in com.github.scribejava.core.utils
Utils for checking preconditions and invariants
Preconditions() - Constructor for class com.github.scribejava.core.utils.Preconditions
 

R

readTimeout(Integer) - Method in class com.github.scribejava.core.builder.ServiceBuilder
 
REALM - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
REDIRECT_URI - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
RequestTokenExtractor - Interface in com.github.scribejava.core.extractors
Simple command object that extracts a Token from a String
Response - Class in com.github.scribejava.core.model
 
Response(int, String, Map<String, String>, String, InputStream) - Constructor for class com.github.scribejava.core.model.Response
 
RESPONSE_CONVERTER - Static variable in class com.github.scribejava.core.model.OAuthRequestAsync
 
RSASha1SignatureService - Class in com.github.scribejava.core.services
A signature service that uses the RSA-SHA1 algorithm.
RSASha1SignatureService(PrivateKey) - Constructor for class com.github.scribejava.core.services.RSASha1SignatureService
 

S

SCOPE - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
ScribeJavaConfig - Class in com.github.scribejava.core.model
 
ScribeJavaConfig() - Constructor for class com.github.scribejava.core.model.ScribeJavaConfig
 
send() - Method in class com.github.scribejava.core.model.OAuthRequest
Execute the request and return a Response
sendAsync(OAuthAsyncRequestCallback<T>, OAuthRequestAsync.ResponseConverter<T>) - Method in class com.github.scribejava.core.model.OAuthRequestAsync
 
sendAsync(OAuthAsyncRequestCallback<T>, OAuthRequestAsync.ResponseConverter<T>, ProxyServer) - Method in class com.github.scribejava.core.model.OAuthRequestAsync
 
sendAsync(OAuthAsyncRequestCallback<Response>) - Method in class com.github.scribejava.core.model.OAuthRequestAsync
 
sendAsync(OAuthAsyncRequestCallback<Response>, ProxyServer) - Method in class com.github.scribejava.core.model.OAuthRequestAsync
 
ServiceBuilder - Class in com.github.scribejava.core.builder
Implementation of the Builder pattern, with a fluent interface that creates a OAuthService
ServiceBuilder() - Constructor for class com.github.scribejava.core.builder.ServiceBuilder
 
ServiceBuilderAsync - Class in com.github.scribejava.core.builder
 
ServiceBuilderAsync() - Constructor for class com.github.scribejava.core.builder.ServiceBuilderAsync
 
setAsyncHttpProviderClassName(String) - Method in class com.github.scribejava.core.model.OAuthConfigAsync
 
setCharset(String) - Method in class com.github.scribejava.core.model.AbstractRequest
Set the charset of the body of the request
setConnectionKeepAlive(boolean) - Method in class com.github.scribejava.core.model.AbstractRequest
Sets whether the underlying Http Connection is persistent or not.
setFollowRedirects(boolean) - Method in class com.github.scribejava.core.model.AbstractRequest
Sets whether the underlying Http Connection follows redirects or not.
setForceTypeOfHttpRequests(ForceTypeOfHttpRequest) - Static method in class com.github.scribejava.core.model.ScribeJavaConfig
 
setRealm(String) - Method in class com.github.scribejava.core.model.AbstractRequest
 
setState(String) - Method in class com.github.scribejava.core.model.OAuthConfig
Sets optional value used by some provider implementations that is exchanged with provider to avoid CSRF attacks.
SIGN_METHOD - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
SIGNATURE - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
SignatureService - Interface in com.github.scribejava.core.services
Signs a base string, returning the OAuth signature
SignatureType - Enum in com.github.scribejava.core.model
 
signRequest(Token, AbstractRequest) - Method in class com.github.scribejava.core.oauth.OAuth10aServiceImpl
Signs am OAuth request
signRequest(Token, AbstractRequest) - Method in class com.github.scribejava.core.oauth.OAuth20ServiceImpl
Signs am OAuth request
signRequest(Token, AbstractRequest) - Method in class com.github.scribejava.core.oauth.OAuthService
Signs am OAuth request
size() - Method in class com.github.scribejava.core.model.ParameterList
 
sort() - Method in class com.github.scribejava.core.model.ParameterList
 
STATE - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
StreamUtils - Class in com.github.scribejava.core.utils
Utils to deal with Streams.
StreamUtils() - Constructor for class com.github.scribejava.core.utils.StreamUtils
 

T

TIMESTAMP - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
TimestampService - Interface in com.github.scribejava.core.services
Unix epoch timestamp generator.
TimestampServiceImpl - Class in com.github.scribejava.core.services
Implementation of TimestampService using plain java classes.
TimestampServiceImpl() - Constructor for class com.github.scribejava.core.services.TimestampServiceImpl
Default constructor.
TOKEN - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
Token - Class in com.github.scribejava.core.model
Represents an OAuth token (either request or access token) and its secret
Token(String, String) - Constructor for class com.github.scribejava.core.model.Token
Default constructor
Token(String, String, String) - Constructor for class com.github.scribejava.core.model.Token
 
TOKEN_SECRET - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
TokenExtractor20Impl - Class in com.github.scribejava.core.extractors
Default implementation of AccessTokenExtractor.
TokenExtractor20Impl() - Constructor for class com.github.scribejava.core.extractors.TokenExtractor20Impl
 
TokenExtractorImpl - Class in com.github.scribejava.core.extractors
Default implementation of RequestTokenExtractor and AccessTokenExtractor.
TokenExtractorImpl() - Constructor for class com.github.scribejava.core.extractors.TokenExtractorImpl
 
toString() - Method in class com.github.scribejava.core.model.AbstractRequest
 
toString() - Method in class com.github.scribejava.core.model.Response
 
toString() - Method in class com.github.scribejava.core.model.Token
 
toString(Map<K, V>) - Static method in class com.github.scribejava.core.utils.MapUtils
 
type() - Static method in class com.github.scribejava.core.services.Base64Encoder
 

V

valueOf(String) - Static method in enum com.github.scribejava.core.model.ForceTypeOfHttpRequest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.scribejava.core.model.SignatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.scribejava.core.model.Verb
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.scribejava.core.model.ForceTypeOfHttpRequest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.scribejava.core.model.SignatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.scribejava.core.model.Verb
Returns an array containing the constants of this enum type, in the order they are declared.
Verb - Enum in com.github.scribejava.core.model
An enumeration containing the most common HTTP Verbs.
VERIFIER - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
Verifier - Class in com.github.scribejava.core.model
Represents an OAuth verifier code.
Verifier(String) - Constructor for class com.github.scribejava.core.model.Verifier
Default constructor.
VERSION - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
A B C D E F G H I J L M N O P R S T V 
Skip navigation links

Copyright © 2015. All rights reserved.