- generateError(String) - Method in class com.github.scribejava.core.extractors.OAuth2AccessTokenJsonExtractor
-
Related documentation: https://tools.ietf.org/html/rfc6749#section-5.2
- generatePKCE() - Method in class com.github.scribejava.core.pkce.PKCEService
-
- generatePKCE(byte[]) - Method in class com.github.scribejava.core.pkce.PKCEService
-
- get() - Method in class com.github.scribejava.core.httpclient.jdk.JDKHttpFuture
-
- get(long, TimeUnit) - Method in class com.github.scribejava.core.httpclient.jdk.JDKHttpFuture
-
- 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
-
- getAccessToken(String, String) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- getAccessToken(String, OAuthAsyncRequestCallback<OAuth2AccessToken>, String) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
Start the request to retrieve the access token.
- getAccessToken(String, OAuthAsyncRequestCallback<OAuth2AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- getAccessTokenAsync(OAuth1RequestToken, String) - Method in class com.github.scribejava.core.oauth.OAuth10aService
-
- getAccessTokenAsync(OAuth1RequestToken, String, OAuthAsyncRequestCallback<OAuth1AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth10aService
-
Start the request to retrieve the access token.
- getAccessTokenAsync(String) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- getAccessTokenAsync(String, String) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- getAccessTokenClientCredentialsGrant() - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- getAccessTokenClientCredentialsGrant(OAuthAsyncRequestCallback<OAuth2AccessToken>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
Start the request to retrieve the access token using client-credentials grant.
- getAccessTokenClientCredentialsGrantAsync() - 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
-
- getAccessTokenPasswordGrantAsync(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.DefaultApi10a
-
- 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.
- getAuthorizationUrl(PKCE) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- getAuthorizationUrl(Map<String, String>, PKCE) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- getAuthorizationUrl() - Method in class com.github.scribejava.core.pkce.AuthorizationUrlWithPKCE
-
- getAuthorizationUrlParams() - Method in class com.github.scribejava.core.pkce.PKCE
-
- getAuthorizationUrlWithPKCE() - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- getAuthorizationUrlWithPKCE(Map<String, String>) - Method in class com.github.scribejava.core.oauth.OAuth20Service
-
- 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
-
- getBodyParams() - Method in class com.github.scribejava.core.model.OAuthRequest
-
- getByteArrayPayload() - Method in class com.github.scribejava.core.model.OAuthRequest
-
- getCallback() - Method in class com.github.scribejava.core.model.OAuthConfig
-
- getCharset() - Method in class com.github.scribejava.core.model.OAuthRequest
-
- getClientAuthenticationType() - Method in class com.github.scribejava.core.builder.api.DefaultApi20
-
- 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
- getCodeChallenge() - Method in class com.github.scribejava.core.pkce.PKCE
-
- getCodeChallengeMethod() - Method in class com.github.scribejava.core.pkce.PKCE
-
- getCodeVerifier() - Method in class com.github.scribejava.core.pkce.PKCE
-
- getCompleteUrl() - Method in class com.github.scribejava.core.model.OAuthRequest
-
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.httpclient.jdk.JDKHttpClientConfig
-
- getDecoder() - Static method in class com.github.scribejava.core.java8.Base64
-
- getEncoder() - Static method in class com.github.scribejava.core.java8.Base64
-
- 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
-
- getFilePayload() - Method in class com.github.scribejava.core.model.OAuthRequest
-
- 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.OAuthRequest
-
- 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
-
- 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.
- getMimeDecoder() - Static method in class com.github.scribejava.core.java8.Base64
-
- getMimeEncoder() - Static method in class com.github.scribejava.core.java8.Base64
-
- getMimeEncoder(int, byte[]) - Static method in class com.github.scribejava.core.java8.Base64
-
Returns a
Base64.Encoder
that encodes using the
MIME type base64 encoding scheme with specified line length and line separators.
- 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.OAuthRequest
-
- getParameter(String) - Method in class com.github.scribejava.core.model.Token
-
- getParams() - Method in class com.github.scribejava.core.model.ParameterList
-
- getPkce() - Method in class com.github.scribejava.core.pkce.AuthorizationUrlWithPKCE
-
- getQueryStringParams() - Method in class com.github.scribejava.core.model.OAuthRequest
-
- 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.httpclient.jdk.JDKHttpClientConfig
-
- getRealm() - Method in class com.github.scribejava.core.model.OAuthRequest
-
- 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() - 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
-
- getRevokeTokenEndpoint() - Method in class com.github.scribejava.core.builder.api.DefaultApi20
-
As stated in RFC 7009 OAuth 2.0 Token Revocation
- getSanitizedUrl() - Method in class com.github.scribejava.core.model.OAuthRequest
-
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
-
- 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.builder.api.DefaultApi10a
-
- getSignatureType() - Method in class com.github.scribejava.core.builder.api.DefaultApi20
-
- getSortedAndEncodedParams(OAuthRequest) - 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
- getStringPayload() - Method in class com.github.scribejava.core.model.OAuthRequest
-
- 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
-
- getUrl(OAuthRequest) - Method in class com.github.scribejava.core.extractors.BaseStringExtractorImpl
-
- getUrl() - Method in class com.github.scribejava.core.model.OAuthRequest
-
Obtains the URL of the HTTP Request.
- getUrlDecoder() - Static method in class com.github.scribejava.core.java8.Base64
-
- getUrlEncoder() - Static method in class com.github.scribejava.core.java8.Base64
-
- getUserAgent() - Method in class com.github.scribejava.core.model.OAuthConfig
-
- getValue() - Method in class com.github.scribejava.core.model.Parameter
-
- getVerb(OAuthRequest) - Method in class com.github.scribejava.core.extractors.BaseStringExtractorImpl
-
- getVerb() - Method in class com.github.scribejava.core.model.OAuthRequest
-
- 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
-
- valueOf(String) - Static method in enum com.github.scribejava.core.builder.api.ClientAuthenticationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.scribejava.core.builder.api.OAuth1SignatureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.scribejava.core.builder.api.OAuth2SignatureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.scribejava.core.model.OAuth2AccessTokenErrorResponse.ErrorCode
-
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.
- valueOf(String) - Static method in enum com.github.scribejava.core.pkce.PKCECodeChallengeMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.scribejava.core.revoke.TokenTypeHint
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.scribejava.core.builder.api.ClientAuthenticationType
-
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.builder.api.OAuth1SignatureType
-
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.builder.api.OAuth2SignatureType
-
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.OAuth2AccessTokenErrorResponse.ErrorCode
-
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.
- values() - Static method in enum com.github.scribejava.core.pkce.PKCECodeChallengeMethod
-
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.revoke.TokenTypeHint
-
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
-