- 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(String, OAuthAsyncRequestCallback<OAuth2AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
Start the request to retrieve the access token.
- 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
-
- getAccessTokenPasswordGrantAsync(String, String, OAuthAsyncRequestCallback<OAuth2AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
Request Access Token Password Grant async version
- 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
-
- getAuthorizationBaseUrl() - Method in class com.github.scribejava.core.builder.api.DefaultApi20
-
- 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, 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
-
- 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
-
- 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.OAuth2Authorization
-
- 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
-
- getErrorCode() - Method in exception com.github.scribejava.core.model.OAuth2AccessTokenErrorResponse
-
- getErrorDescription() - Method in exception com.github.scribejava.core.model.OAuth2AccessTokenErrorResponse
-
- getErrorUri() - Method in exception com.github.scribejava.core.model.OAuth2AccessTokenErrorResponse
-
- getExpiresIn() - Method in class com.github.scribejava.core.model.OAuth2AccessToken
-
- getForceTypeOfHttpRequests() - Static method in class com.github.scribejava.core.model.ScribeJavaConfig
-
- 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
- getHttpClient() - Method in class com.github.scribejava.core.model.OAuthConfig
-
- getHttpClientConfig() - Method in class com.github.scribejava.core.model.OAuthConfig
-
- 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
-
- getRawResponse() - Method in exception com.github.scribejava.core.model.OAuth2AccessTokenErrorResponse
-
- 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
-
- getRequestTokenAsync(OAuthAsyncRequestCallback<OAuth1RequestToken>) - Method in class com.github.scribejava.core.oauth.OAuth10aService
-
- 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.OAuth2Authorization
-
- 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.
- getUserAgent() - Method in class com.github.scribejava.core.model.OAuthConfig
-
- 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
-