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

A

AbstractOAuth1TokenExtractor<T extends OAuth1Token> - Class in com.github.scribejava.core.extractors
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.
AbstractOAuth1TokenExtractor() - Constructor for class com.github.scribejava.core.extractors.AbstractOAuth1TokenExtractor
 
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
 
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
AMPERSAND_SEPARATED_STRING - Static variable in class com.github.scribejava.core.extractors.BaseStringExtractorImpl
 
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
 
BASIC - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 

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
 
checkPreconditions(AbstractRequest) - Method in class com.github.scribejava.core.extractors.BaseStringExtractorImpl
 
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
 
createAccessTokenPasswordGrantRequest(String, String, T) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
createAccessTokenRequest(String, T) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
createConfig() - Method in class com.github.scribejava.core.builder.ServiceBuilder
 
createConfig() - Method in class com.github.scribejava.core.builder.ServiceBuilderAsync
 
createRefreshTokenRequest(String, T) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
createService(OAuthConfig) - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
 
createService(OAuthConfig) - Method in class com.github.scribejava.core.builder.api.DefaultApi20
 
createToken(String, String, String) - Method in class com.github.scribejava.core.extractors.AbstractOAuth1TokenExtractor
 
createToken(String, String, String) - Method in class com.github.scribejava.core.extractors.OAuth1AccessTokenExtractor
 
createToken(String, String, String) - Method in class com.github.scribejava.core.extractors.OAuth1RequestTokenExtractor
 
createToken(String, String, Integer, String, String, String) - Method in class com.github.scribejava.core.extractors.OAuth2AccessTokenJsonExtractor
 

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 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

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.OAuth1AccessToken
 
equals(Object) - Method in class com.github.scribejava.core.model.OAuth1RequestToken
 
equals(Object) - Method in class com.github.scribejava.core.model.OAuth2AccessToken
 
equals(Object) - Method in class com.github.scribejava.core.model.Parameter
 
ESTIMATED_PARAM_LENGTH - Static variable in class com.github.scribejava.core.extractors.HeaderExtractorImpl
 
extract(String) - Method in class com.github.scribejava.core.extractors.AbstractOAuth1TokenExtractor
Extracts the concrete type of 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.OAuth2AccessTokenExtractor
Extracts the concrete type of token from the contents of an Http Response
extract(String) - Method in class com.github.scribejava.core.extractors.OAuth2AccessTokenJsonExtractor
 
extract(String) - Method in interface com.github.scribejava.core.extractors.TokenExtractor
Extracts the concrete type of token from the contents of an Http Response
extractParameter(String, String, boolean) - Static method in class com.github.scribejava.core.extractors.OAuth2AccessTokenJsonExtractor
 

F

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

G

getAccessToken() - Method in class com.github.scribejava.core.model.OAuth2AccessToken
 
getAccessToken(OAuth1RequestToken, String) - Method in class com.github.scribejava.core.oauth.OAuth10aService
 
getAccessToken(String) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
getAccessTokenAsync(OAuth1RequestToken, String, OAuthAsyncRequestCallback<OAuth1AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth10aService
Start the request to retrieve the access token.
getAccessTokenAsync(OAuth1RequestToken, String, OAuthAsyncRequestCallback<OAuth1AccessToken>, ProxyServer) - Method in class com.github.scribejava.core.oauth.OAuth10aService
 
getAccessTokenAsync(String, OAuthAsyncRequestCallback<OAuth2AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
Start the request to retrieve the access token.
getAccessTokenAsync(String, OAuthAsyncRequestCallback<OAuth2AccessToken>, ProxyServer) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
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.
getAccessTokenPasswordGrant(String, String) - Method in class com.github.scribejava.core.oauth.OAuth20Service
Request Access Token Password Grant sync version
getAccessTokenPasswordGrantAsync(String, String, OAuthAsyncRequestCallback<OAuth2AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
Request Access Token Password Grant async version
getAccessTokenPasswordGrantAsync(String, String, OAuthAsyncRequestCallback<OAuth2AccessToken>, ProxyServer) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
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 POST)
getApi() - Method in class com.github.scribejava.core.oauth.OAuth10aService
 
getApi() - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
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(OAuth1RequestToken) - 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(OAuthConfig, Map<String, String>) - Method in class com.github.scribejava.core.builder.api.DefaultApi20
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(OAuth1RequestToken) - Method in class com.github.scribejava.core.oauth.OAuth10aService
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl() - Method in class com.github.scribejava.core.oauth.OAuth20Service
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(Map<String, String>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
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
 
getExpiresIn() - Method in class com.github.scribejava.core.model.OAuth2AccessToken
 
getForceTypeOfHttpRequests() - Static method in class com.github.scribejava.core.model.ScribeJavaConfig
 
getGrantType() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getGzipStreamContents(InputStream) - Static method in class com.github.scribejava.core.utils.StreamUtils
Return String content from a gzip stream
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
 
getRefreshToken() - Method in class com.github.scribejava.core.model.OAuth2AccessToken
 
getRefreshTokenEndpoint() - Method in class com.github.scribejava.core.builder.api.DefaultApi20
 
getRequestToken() - Method in class com.github.scribejava.core.oauth.OAuth10aService
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)
getResponseType() - Method in class com.github.scribejava.core.model.OAuthConfig
 
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.OAuth2AccessToken
 
getScope() - Method in class com.github.scribejava.core.model.OAuthConfig
 
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
 
getSortedAndEncodedParams(AbstractRequest) - Method in class com.github.scribejava.core.extractors.BaseStringExtractorImpl
 
getState() - Method in class com.github.scribejava.core.model.OAuthConfig
 
getStream() - Method in class com.github.scribejava.core.model.Response
Obtains the meaningful stream of the HttpUrlConnection, either inputStream or errorInputStream, depending on the status code
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.OAuth1AccessToken
The token identifier.
getToken() - Method in class com.github.scribejava.core.model.OAuth1RequestToken
The temporary credentials identifier.
getToken() - Method in class com.github.scribejava.core.model.OAuth1Token
 
getTokenSecret() - Method in class com.github.scribejava.core.model.OAuth1AccessToken
The token shared-secret.
getTokenSecret() - Method in class com.github.scribejava.core.model.OAuth1RequestToken
The temporary credentials shared-secret.
getTokenSecret() - Method in class com.github.scribejava.core.model.OAuth1Token
 
getTokenType() - Method in class com.github.scribejava.core.model.OAuth2AccessToken
 
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(AbstractRequest) - Method in class com.github.scribejava.core.extractors.BaseStringExtractorImpl
 
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
 
getVerb(AbstractRequest) - Method in class com.github.scribejava.core.extractors.BaseStringExtractorImpl
 
getVerb() - Method in class com.github.scribejava.core.model.AbstractRequest
 
getVersion() - Method in class com.github.scribejava.core.oauth.OAuth10aService
 
getVersion() - Method in class com.github.scribejava.core.oauth.OAuth20Service
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.OAuth1AccessToken
 
hashCode() - Method in class com.github.scribejava.core.model.OAuth1RequestToken
 
hashCode() - Method in class com.github.scribejava.core.model.OAuth2AccessToken
 
hashCode() - Method in class com.github.scribejava.core.model.Parameter
 
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

instance() - Static method in class com.github.scribejava.core.extractors.OAuth1AccessTokenExtractor
 
instance() - Static method in class com.github.scribejava.core.extractors.OAuth1RequestTokenExtractor
 
instance() - Static method in class com.github.scribejava.core.extractors.OAuth2AccessTokenExtractor
 
instance() - Static method in class com.github.scribejava.core.extractors.OAuth2AccessTokenJsonExtractor
 
isConnectionKeepAlive() - Method in class com.github.scribejava.core.model.AbstractRequest
 
isEmpty() - Method in class com.github.scribejava.core.model.OAuth1Token
 
isEmptyOAuthTokenParamIsRequired() - Method in class com.github.scribejava.core.builder.api.DefaultApi10a
http://tools.ietf.org/html/rfc5849 says that "The client MAY omit the empty "oauth_token" protocol parameter from the request", but not all oauth servers are good boys.
isFollowRedirects() - Method in class com.github.scribejava.core.model.AbstractRequest
 
isOauthCallbackConfirmed() - Method in class com.github.scribejava.core.model.OAuth1RequestToken
 
isPresent() - Static method in class com.github.scribejava.core.services.CommonsEncoder
 
isSuccessful() - Method in class com.github.scribejava.core.model.Response
 

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

OAuth10aService - Class in com.github.scribejava.core.oauth
OAuth 1.0a implementation of OAuthService
OAuth10aService(DefaultApi10a, OAuthConfig) - Constructor for class com.github.scribejava.core.oauth.OAuth10aService
Default constructor
OAuth1AccessToken - Class in com.github.scribejava.core.model
Represents an OAuth 1 Access Token http://tools.ietf.org/html/rfc5849#section-2.3
OAuth1AccessToken(String, String) - Constructor for class com.github.scribejava.core.model.OAuth1AccessToken
 
OAuth1AccessToken(String, String, String) - Constructor for class com.github.scribejava.core.model.OAuth1AccessToken
 
OAuth1AccessTokenExtractor - Class in com.github.scribejava.core.extractors
 
OAuth1AccessTokenExtractor() - Constructor for class com.github.scribejava.core.extractors.OAuth1AccessTokenExtractor
 
OAuth1RequestToken - Class in com.github.scribejava.core.model
Represents an OAuth 1 Request Token http://tools.ietf.org/html/rfc5849#section-2.1
OAuth1RequestToken(String, String) - Constructor for class com.github.scribejava.core.model.OAuth1RequestToken
 
OAuth1RequestToken(String, String, String) - Constructor for class com.github.scribejava.core.model.OAuth1RequestToken
 
OAuth1RequestToken(String, String, boolean, String) - Constructor for class com.github.scribejava.core.model.OAuth1RequestToken
 
OAuth1RequestTokenExtractor - Class in com.github.scribejava.core.extractors
 
OAuth1RequestTokenExtractor() - Constructor for class com.github.scribejava.core.extractors.OAuth1RequestTokenExtractor
 
OAuth1Token - Class in com.github.scribejava.core.model
Represents an abstract OAuth 1 Token (either request or access token)
OAuth1Token(String, String, String) - Constructor for class com.github.scribejava.core.model.OAuth1Token
 
OAuth20Service - Class in com.github.scribejava.core.oauth
 
OAuth20Service(DefaultApi20, OAuthConfig) - Constructor for class com.github.scribejava.core.oauth.OAuth20Service
Default constructor
OAuth2AccessToken - Class in com.github.scribejava.core.model
Represents an OAuth 2 Access token.
OAuth2AccessToken(String) - Constructor for class com.github.scribejava.core.model.OAuth2AccessToken
 
OAuth2AccessToken(String, String) - Constructor for class com.github.scribejava.core.model.OAuth2AccessToken
 
OAuth2AccessToken(String, String, Integer, String, String, String) - Constructor for class com.github.scribejava.core.model.OAuth2AccessToken
 
OAuth2AccessTokenExtractor - Class in com.github.scribejava.core.extractors
Custom implementation of TokenExtractor for OAuth 2.0
OAuth2AccessTokenExtractor() - Constructor for class com.github.scribejava.core.extractors.OAuth2AccessTokenExtractor
 
OAuth2AccessTokenJsonExtractor - Class in com.github.scribejava.core.extractors
JSON (default) implementation of TokenExtractor for OAuth 2.0
OAuth2AccessTokenJsonExtractor() - Constructor for class com.github.scribejava.core.extractors.OAuth2AccessTokenJsonExtractor
 
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, String, 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, 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
 
PASSWORD - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
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
 
prepareAccessTokenRequest(AbstractRequest, OAuth1RequestToken, String) - Method in class com.github.scribejava.core.oauth.OAuth10aService
 

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
 
REFRESH_TOKEN - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
refreshAccessToken(String) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
refreshAccessTokenAsync(String, OAuthAsyncRequestCallback<OAuth2AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
refreshAccessTokenAsync(String, OAuthAsyncRequestCallback<OAuth2AccessToken>, ProxyServer) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
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
sendAccessTokenRequestAsync(OAuthRequestAsync, OAuthAsyncRequestCallback<OAuth2AccessToken>, ProxyServer) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
sendAccessTokenRequestSync(OAuthRequest) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
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
 
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(OAuth1AccessToken, AbstractRequest) - Method in class com.github.scribejava.core.oauth.OAuth10aService
 
signRequest(OAuth2AccessToken, AbstractRequest) - Method in class com.github.scribejava.core.oauth.OAuth20Service
 
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 abstract OAuth (1 and 2) token (either request or access token)
Token(String) - Constructor for class com.github.scribejava.core.model.Token
 
TOKEN_SECRET - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
TokenExtractor<T extends Token> - Interface in com.github.scribejava.core.extractors
Simple command object that extracts a concrete Token from a String
toString() - Method in class com.github.scribejava.core.model.AbstractRequest
 
toString() - Method in class com.github.scribejava.core.model.OAuth1AccessToken
 
toString() - Method in class com.github.scribejava.core.model.OAuth1RequestToken
 
toString() - Method in class com.github.scribejava.core.model.OAuth2AccessToken
 
toString() - Method in class com.github.scribejava.core.model.Response
 
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
 

U

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

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
 
VERSION - Static variable in interface com.github.scribejava.core.model.OAuthConstants
 
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.