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

A

authHeader() - Method in interface com.twitter.joauth.Request
 

B

BEARER_TOKEN - Static variable in class com.twitter.joauth.OAuthParams
pull all the OAuth parameter string constants into one place, add a convenience method for determining if a string is an OAuth 1.0 fieldname.
body() - Method in interface com.twitter.joauth.Request
 
bodyParamKeyValueHandler(KeyValueHandler) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
buildOAuth1Request(Request.ParsedRequest, OAuthParams.OAuth1Params, Normalizer) - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestHelper
 
buildOAuth1TwoLeggedRequest(Request.ParsedRequest, OAuthParams.OAuth1Params, Normalizer) - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestHelper
 

C

CLIENT_ID - Static variable in class com.twitter.joauth.OAuthParams
 
clientId() - Method in class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
com.twitter.joauth - package com.twitter.joauth
 
com.twitter.joauth.keyvalue - package com.twitter.joauth.keyvalue
 
ConstKeyValueParser(List<Request.Pair>) - Constructor for class com.twitter.joauth.keyvalue.KeyValueParser.ConstKeyValueParser
 
ConstNonceValidator(boolean) - Constructor for class com.twitter.joauth.NonceValidator.ConstNonceValidator
 
ConstSigner(String, byte[]) - Constructor for class com.twitter.joauth.Signer.ConstSigner
 
consumerKey() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
consumerKey - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
consumerKey() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
contentType() - Method in interface com.twitter.joauth.Request
 
CustomizableUnpacker(OAuthParams.OAuthParamsHelper, Normalizer, KeyValueParser, KeyValueParser, Unpacker.KeyValueCallback, Unpacker.KeyValueCallback, Unpacker.KeyValueCallback, Unpacker.OAuth2Checker) - Constructor for class com.twitter.joauth.Unpacker.CustomizableUnpacker
 

D

decode(String) - Static method in class com.twitter.joauth.UrlCodec
 
DuplicateKeyValueHandler() - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.DuplicateKeyValueHandler
 

E

encode(String) - Static method in class com.twitter.joauth.UrlCodec
 
equals(Object) - Method in class com.twitter.joauth.Request.Pair
 
equals(Object) - Method in class com.twitter.joauth.Request.ParsedRequest
 
equals(Object) - Method in class com.twitter.joauth.UnpackedRequest.OAuth1Request
 
equals(Object) - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
equals(Object) - Method in class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
equals(Object) - Method in class com.twitter.joauth.UnpackedRequest.UnknownRequest
 

F

factory - Static variable in interface com.twitter.joauth.Request
 

G

getBytes(String, String, String, String) - Method in class com.twitter.joauth.Signer.ConstSigner
 
getBytes(String, String, String) - Method in class com.twitter.joauth.Signer
produce a signature as a byte array
getBytes(String, String, String, String) - Method in class com.twitter.joauth.Signer
produce a signature as a byte array
getBytes(String, String, String, String) - Method in class com.twitter.joauth.Signer.StandardSigner
 
getKey() - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.OneKeyOnlyKeyValueHandler
 
getOAuth1Request(Request.ParsedRequest, OAuthParams.OAuth1Params) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
getOAuth1TwoLeggedRequest(Request.ParsedRequest, OAuthParams.OAuth1Params) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
getOAuth2Request(Request, Request.ParsedRequest, String) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
getStandardNormalizer() - Static method in class com.twitter.joauth.Normalizer
 
getStandardSigner() - Static method in class com.twitter.joauth.Signer
 
getString(String, String, String, String) - Method in class com.twitter.joauth.Signer.ConstSigner
 
getString(String, String, String) - Method in class com.twitter.joauth.Signer
produce an encoded signature string
getString(String, String, String, String) - Method in class com.twitter.joauth.Signer
produce an encoded signature string
getString(String, String, String, String) - Method in class com.twitter.joauth.Signer.StandardSigner
 

H

handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.DuplicateKeyValueHandler
 
handle(String, String) - Method in interface com.twitter.joauth.keyvalue.KeyValueHandler
 
handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.KeyTransformingKeyValueHandler
 
handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.MaybeQuotedValueKeyValueHandler
 
handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.NullKeyValueHandler
 
handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.OneKeyOnlyKeyValueHandler
 
handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.PrintlnKeyValueHandler
 
handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.SingleKeyValueHandler
 
handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.TransformingKeyValueHandler
 
handle(String, String) - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.ValueTransformingKeyValueHandler
 
hashCode() - Method in class com.twitter.joauth.Request.Pair
 
hashCode() - Method in class com.twitter.joauth.Request.ParsedRequest
 
hashCode() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1Request
 
hashCode() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
hashCode() - Method in class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
hashCode() - Method in class com.twitter.joauth.UnpackedRequest.UnknownRequest
 
headerHandler - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
HeaderKeyValueParser - Static variable in interface com.twitter.joauth.keyvalue.KeyValueParser
HeaderKeyValueParser is a KeyValueParser for Authorization headers
headerParamKeyValueHandler(KeyValueHandler) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
HMAC_SHA1 - Static variable in class com.twitter.joauth.OAuthParams
 
HMAC_SHA256 - Static variable in class com.twitter.joauth.OAuthParams
 
host() - Method in interface com.twitter.joauth.Request
 
host() - Method in class com.twitter.joauth.Request.ParsedRequest
 
HTTPS - Static variable in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 

I

invoke(KeyValueHandler) - Method in interface com.twitter.joauth.Unpacker.KeyValueCallback
 
isOAuth1() - Method in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
isOAuth1TwoLegged() - Method in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
isOAuth2() - Method in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 

K

key - Variable in class com.twitter.joauth.Request.Pair
 
keyTransformer - Variable in class com.twitter.joauth.keyvalue.KeyValueHandler.TransformingKeyValueHandler
 
KeyTransformingKeyValueHandler(KeyValueHandler, Transformer) - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.KeyTransformingKeyValueHandler
 
KeyValueHandler - Interface in com.twitter.joauth.keyvalue
KeyValueHandler is a trait for a callback with a key and a value.
KeyValueHandler.DuplicateKeyValueHandler - Class in com.twitter.joauth.keyvalue
DuplicateKeyValueHandler produces a List[(String, String)] of key value pairs, allowing duplicate values for keys.
KeyValueHandler.KeyTransformingKeyValueHandler - Class in com.twitter.joauth.keyvalue
KeyTransformingKeyValueHandler applies a Transformer to the key before passing the key value pair to the underlying KeyValueHandler
KeyValueHandler.MaybeQuotedValueKeyValueHandler - Class in com.twitter.joauth.keyvalue
 
KeyValueHandler.NullKeyValueHandler - Class in com.twitter.joauth.keyvalue
 
KeyValueHandler.OneKeyOnlyKeyValueHandler - Class in com.twitter.joauth.keyvalue
key is set iff the handler was invoked exactly once with an empty value Note: this class is not thead safe
KeyValueHandler.PrintlnKeyValueHandler - Class in com.twitter.joauth.keyvalue
PrintlnKeyValueHandler is very nice for debugging! Pass it in to the Unpacker to see what's going on.
KeyValueHandler.SingleKeyValueHandler - Class in com.twitter.joauth.keyvalue
SingleKeyValueHandler produces either a List[(String, String)] or a Map[String, String] of key/value pairs, and will override duplicate values for keys, using the last value encountered
KeyValueHandler.TransformingKeyValueHandler - Class in com.twitter.joauth.keyvalue
TransformingKeyValueHandler applies the Transformers to their respective key and value before passing along to the underlying KeyValueHandler
KeyValueHandler.TrimmingKeyValueHandler - Class in com.twitter.joauth.keyvalue
TrimmingKeyValueHandler trims the key and value before passing them to the underlying KeyValueHandler
KeyValueHandler.UrlEncodingNormalizingKeyValueHandler - Class in com.twitter.joauth.keyvalue
UrlEncodingNormalizingKeyValueHandler normalizes URLEncoded keys and values, to properly capitalize them
KeyValueHandler.ValueTransformingKeyValueHandler - Class in com.twitter.joauth.keyvalue
ValueTransformingKeyValueHandler applies a Transformer to the value before passing the key value pair to the underlying KeyValueHandler
KeyValueParser - Interface in com.twitter.joauth.keyvalue
The KeyValueParser trait describes a parser that takes a String and a Seq[KeyValueHandler], and calls each handler for each key/value pair encountered in the parsed String
KeyValueParser.ConstKeyValueParser - Class in com.twitter.joauth.keyvalue
For testing.
KeyValueParser.StandardKeyValueParser - Class in com.twitter.joauth.keyvalue
StandardKeyValueParser is a KeyValueParser that splits a string on a delimiter, and then splits each pair with the kvDelimiter.

M

MalformedRequest - Exception in com.twitter.joauth
thrown if intent is clear, but the request is malformed
MalformedRequest(String) - Constructor for exception com.twitter.joauth.MalformedRequest
 
MaybeQuotedValueKeyValueHandler(KeyValueHandler) - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.MaybeQuotedValueKeyValueHandler
 
method() - Method in interface com.twitter.joauth.Request
 

N

newUnpacker() - Static method in class com.twitter.joauth.Unpacker.StandardUnpackerFactory
 
newUnpacker(OAuthParams.OAuthParamsHelper) - Static method in class com.twitter.joauth.Unpacker.StandardUnpackerFactory
 
newVerifier() - Static method in class com.twitter.joauth.Verifier.VerifierFactory
 
newVerifier(int, int) - Static method in class com.twitter.joauth.Verifier.VerifierFactory
 
newVerifier(int, int, NonceValidator) - Static method in class com.twitter.joauth.Verifier.VerifierFactory
 
newVerifier(Signer, int, int, NonceValidator) - Static method in class com.twitter.joauth.Verifier.VerifierFactory
 
NO_OP_NONCE_VALIDATOR - Static variable in interface com.twitter.joauth.NonceValidator
a singleton of the NoopNonceValidator class
NO_TIMESTAMP_CHECK - Static variable in interface com.twitter.joauth.Verifier
 
nonce() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
nonce - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
nonce() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
NonceValidator - Interface in com.twitter.joauth
a trait for validating a nonce.
NonceValidator.ConstNonceValidator - Class in com.twitter.joauth
for testing.
NonceValidator.NoopNonceValidator - Class in com.twitter.joauth
 
NoopNonceValidator() - Constructor for class com.twitter.joauth.NonceValidator.NoopNonceValidator
 
normalize(String, String, int, String, String, List<Request.Pair>, OAuthParams.OAuth1Params) - Method in class com.twitter.joauth.Normalizer
 
normalize(Request.ParsedRequest, OAuthParams.OAuth1Params) - Method in class com.twitter.joauth.Normalizer
 
normalize(String, String, int, String, String, List<Request.Pair>, OAuthParams.OAuth1Params) - Method in class com.twitter.joauth.Normalizer.StandardNormalizer
 
normalize(String) - Static method in class com.twitter.joauth.UrlCodec
 
NORMALIZED_REQUEST - Static variable in class com.twitter.joauth.OAuthParams
 
normalizedRequest() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
Normalizer - Class in com.twitter.joauth
a Normalizer takes the fields that describe an OAuth 1.0a request, and produces the normalized string that is used for the signature.
Normalizer() - Constructor for class com.twitter.joauth.Normalizer
 
Normalizer.StandardNormalizer - Class in com.twitter.joauth
the standard implementation of the Normalizer trait.
NULL_KEY_VALUE_HANDLER - Static variable in interface com.twitter.joauth.keyvalue.KeyValueHandler
 
NullKeyValueHandler() - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.NullKeyValueHandler
 

O

O_AUTH_1_REQUEST_HELPER - Static variable in interface com.twitter.joauth.UnpackedRequest
 
OAUTH1_HEADER_AUTHTYPE - Static variable in class com.twitter.joauth.OAuthParams
 
OAuth1Params(String, String, String, Long, String, String, String, String) - Constructor for class com.twitter.joauth.OAuthParams.OAuth1Params
 
oAuth1Params() - Method in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
OAuth1Request(String, String, String, Long, String, String, String, Request.ParsedRequest, String) - Constructor for class com.twitter.joauth.UnpackedRequest.OAuth1Request
 
OAuth1RequestBase(String, String, Long, String, String, String, Request.ParsedRequest, String) - Constructor for class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
OAuth1RequestHelper() - Constructor for class com.twitter.joauth.UnpackedRequest.OAuth1RequestHelper
 
OAuth1TwoLeggedRequest(String, String, Long, String, String, String, Request.ParsedRequest, String) - Constructor for class com.twitter.joauth.UnpackedRequest.OAuth1TwoLeggedRequest
 
OAUTH2_HEADER_AUTHTYPE - Static variable in class com.twitter.joauth.OAuthParams
 
OAuth2Request(String, Request.ParsedRequest, String) - Constructor for class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
oAuth2Token() - Method in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
OAUTH_CONSUMER_KEY - Static variable in class com.twitter.joauth.OAuthParams
 
OAUTH_NONCE - Static variable in class com.twitter.joauth.OAuthParams
 
OAUTH_SIGNATURE - Static variable in class com.twitter.joauth.OAuthParams
 
OAUTH_SIGNATURE_METHOD - Static variable in class com.twitter.joauth.OAuthParams
 
OAUTH_TIMESTAMP - Static variable in class com.twitter.joauth.OAuthParams
 
OAUTH_TOKEN - Static variable in class com.twitter.joauth.OAuthParams
 
OAUTH_VERSION - Static variable in class com.twitter.joauth.OAuthParams
 
oAuthParamMap() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1Request
 
oAuthParamMap() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
oAuthParamMap() - Method in class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
oAuthParamMap() - Method in interface com.twitter.joauth.UnpackedRequest.OAuthRequest
 
OAuthParams - Class in com.twitter.joauth
 
OAuthParams() - Constructor for class com.twitter.joauth.OAuthParams
 
OAuthParams.OAuth1Params - Class in com.twitter.joauth
OAuth1Params is mostly just a container for OAuth 1.0a parameters.
OAuthParams.OAuthParamsBuilder - Class in com.twitter.joauth
A collector for OAuth and other params.
OAuthParams.OAuthParamsHelper - Interface in com.twitter.joauth
 
OAuthParams.StandardOAuthParamsHelperImpl - Class in com.twitter.joauth
Provides the default implementation of the OAuthParamsHelper trait Though stateless and threadsafe, this is a class rather than an object to allow easy access from Java.
OAuthParamsBuilder(OAuthParams.OAuthParamsHelper) - Constructor for class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
oAuthVersionString() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
oAuthVersionString() - Method in class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
oAuthVersionString() - Method in interface com.twitter.joauth.UnpackedRequest.OAuthRequest
 
ONE_DOT_OH - Static variable in class com.twitter.joauth.OAuthParams
 
ONE_DOT_OH_A - Static variable in class com.twitter.joauth.OAuthParams
 
OneKeyOnlyKeyValueHandler() - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.OneKeyOnlyKeyValueHandler
 
otherParams() - Method in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 

P

Pair(String, String) - Constructor for class com.twitter.joauth.Request.Pair
 
params() - Method in class com.twitter.joauth.Request.ParsedRequest
 
parse(String, List<KeyValueHandler>) - Method in class com.twitter.joauth.keyvalue.KeyValueParser.ConstKeyValueParser
 
parse(String, List<KeyValueHandler>) - Method in interface com.twitter.joauth.keyvalue.KeyValueParser
 
parse(String, List<KeyValueHandler>) - Method in class com.twitter.joauth.keyvalue.KeyValueParser.StandardKeyValueParser
 
ParsedRequest(String, String, int, String, String, List<Request.Pair>) - Constructor for class com.twitter.joauth.Request.ParsedRequest
 
parsedRequest(Request, List<Request.Pair>) - Method in interface com.twitter.joauth.Request.ParsedRequestFactory
 
parsedRequest() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
parsedRequest() - Method in class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
parsedRequest() - Method in interface com.twitter.joauth.UnpackedRequest
 
parsedRequest() - Method in class com.twitter.joauth.UnpackedRequest.UnknownRequest
 
parseHeader(String, KeyValueHandler) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
parseRequest(Request, List<KeyValueHandler>) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
parseTimestamp(String) - Method in interface com.twitter.joauth.OAuthParams.OAuthParamsHelper
allows one to override the default behavior when parsing timestamps, which is to parse them as integers, and ignore timestamps that are malformed
parseTimestamp(String) - Method in class com.twitter.joauth.OAuthParams.StandardOAuthParamsHelperImpl
 
path() - Method in class com.twitter.joauth.Request.ParsedRequest
 
path() - Method in interface com.twitter.joauth.Request
 
port() - Method in class com.twitter.joauth.Request.ParsedRequest
 
port() - Method in interface com.twitter.joauth.Request
 
PrintlnKeyValueHandler(String) - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.PrintlnKeyValueHandler
 
processKey(String) - Method in interface com.twitter.joauth.OAuthParams.OAuthParamsHelper
allows custom processing of keys obtained from the request
processKey(String) - Method in class com.twitter.joauth.OAuthParams.StandardOAuthParamsHelperImpl
 
processSignature(String) - Method in interface com.twitter.joauth.OAuthParams.OAuthParamsHelper
allows custom processing of the OAuth 1.0 signature obtained from the request.
processSignature(String) - Method in class com.twitter.joauth.OAuthParams.StandardOAuthParamsHelperImpl
 

Q

queryHandler - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
QueryKeyValueParser - Static variable in interface com.twitter.joauth.keyvalue.KeyValueParser
QueryKeyValueParser is a KeyValueParser for a query string
queryParamKeyValueHandler(KeyValueHandler) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
queryString() - Method in interface com.twitter.joauth.Request
 

R

Request - Interface in com.twitter.joauth
 
Request.Pair - Class in com.twitter.joauth
 
Request.ParsedRequest - Class in com.twitter.joauth
 
Request.ParsedRequestFactory - Interface in com.twitter.joauth
 

S

scheme() - Method in class com.twitter.joauth.Request.ParsedRequest
 
scheme() - Method in interface com.twitter.joauth.Request
 
shouldAllowOAuth2(Request, Request.ParsedRequest) - Method in interface com.twitter.joauth.Unpacker.OAuth2Checker
 
signature() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
signature - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
signature() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
signatureMethod() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
signatureMethod - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
signatureMethod() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
Signer - Class in com.twitter.joauth
A Signer takes a string, a token secret and a consumer secret, and produces a signed string
Signer() - Constructor for class com.twitter.joauth.Signer
 
Signer.ConstSigner - Class in com.twitter.joauth
For testing.
Signer.StandardSigner - Class in com.twitter.joauth
the standard implementation of the Signer trait.
SingleKeyValueHandler() - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.SingleKeyValueHandler
 
STANDARD_OAUTH_PARAMS_HELPER - Static variable in class com.twitter.joauth.OAuthParams
the singleton object of StandardOAuthParamsHelper
StandardKeyValueParser(String, String) - Constructor for class com.twitter.joauth.keyvalue.KeyValueParser.StandardKeyValueParser
 
StandardNormalizer() - Constructor for class com.twitter.joauth.Normalizer.StandardNormalizer
 
StandardOAuthParamsHelperImpl() - Constructor for class com.twitter.joauth.OAuthParams.StandardOAuthParamsHelperImpl
 
StandardSigner() - Constructor for class com.twitter.joauth.Signer.StandardSigner
 
StandardUnpacker(OAuthParams.OAuthParamsHelper, Normalizer, KeyValueParser, KeyValueParser) - Constructor for class com.twitter.joauth.Unpacker.StandardUnpacker
 
StandardUnpackerFactory() - Constructor for class com.twitter.joauth.Unpacker.StandardUnpackerFactory
 
StandardVerifier(Signer, int, int, NonceValidator) - Constructor for class com.twitter.joauth.Verifier.StandardVerifier
 

T

timestampSecs() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
timestampSecs - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
timestampSecs() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
timestampStr() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
timestampStr - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
toBytes(String) - Method in class com.twitter.joauth.Signer.ConstSigner
 
toBytes(String) - Method in class com.twitter.joauth.Signer.StandardSigner
 
toBytes(String) - Method in class com.twitter.joauth.Signer
decode an existing signature to a byte array
token() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
token - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
token() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1Request
 
token - Variable in class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
token() - Method in class com.twitter.joauth.UnpackedRequest.OAuth2Request
 
toList() - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.DuplicateKeyValueHandler
 
toList() - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.SingleKeyValueHandler
 
toList(boolean) - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
toMap() - Method in class com.twitter.joauth.keyvalue.KeyValueHandler.SingleKeyValueHandler
 
toString() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
toString() - Method in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
toString() - Method in class com.twitter.joauth.Request.Pair
 
toString() - Method in class com.twitter.joauth.Request.ParsedRequest
 
toString() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1Request
 
toString() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 
transform(String) - Method in interface com.twitter.joauth.keyvalue.Transformer
 
transform(String) - Method in class com.twitter.joauth.keyvalue.Transformer.TrimTransformer
 
transform(String) - Method in class com.twitter.joauth.keyvalue.Transformer.UrlEncodingNormalizingTransformer
 
Transformer - Interface in com.twitter.joauth.keyvalue
The Transformer trait describes the transformation function from a string to a derived string
Transformer.TrimTransformer - Class in com.twitter.joauth.keyvalue
The TrimTransformer trims the string
Transformer.UrlEncodingNormalizingTransformer - Class in com.twitter.joauth.keyvalue
The UrlEncodingNormalizingTransformer capitializes all of the URLEncoded entities in a string, replaces +'s with %20s, and un-encodes dashes and underscores.
TransformingKeyValueHandler(KeyValueHandler, Transformer, Transformer) - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.TransformingKeyValueHandler
 
TRIM_TRANSFORMER - Static variable in interface com.twitter.joauth.keyvalue.Transformer
 
TrimmingKeyValueHandler(KeyValueHandler) - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.TrimmingKeyValueHandler
 
TrimTransformer() - Constructor for class com.twitter.joauth.keyvalue.Transformer.TrimTransformer
 

U

underlying - Variable in class com.twitter.joauth.keyvalue.KeyValueHandler.TransformingKeyValueHandler
 
UnknownRequest(Request.ParsedRequest) - Constructor for class com.twitter.joauth.UnpackedRequest.UnknownRequest
 
unpack(Request, List<KeyValueHandler>) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
unpack(Request) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
unpack(Request, KeyValueHandler) - Method in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
unpack(Request) - Method in interface com.twitter.joauth.Unpacker
 
unpack(Request, KeyValueHandler) - Method in interface com.twitter.joauth.Unpacker
 
unpack(Request, List<KeyValueHandler>) - Method in interface com.twitter.joauth.Unpacker
 
UnpackedRequest - Interface in com.twitter.joauth
 
UnpackedRequest.OAuth1Request - Class in com.twitter.joauth
 
UnpackedRequest.OAuth1RequestBase - Class in com.twitter.joauth
 
UnpackedRequest.OAuth1RequestHelper - Class in com.twitter.joauth
The companion object's apply method produces an OAuth1Request instance by passing the request details into a Normalizer to produce the normalized request.
UnpackedRequest.OAuth1TwoLeggedRequest - Class in com.twitter.joauth
models an OAuth 1.0a request.
UnpackedRequest.OAuth2Request - Class in com.twitter.joauth
models an OAuth 2.0 rev 25 request.
UnpackedRequest.OAuthRequest - Interface in com.twitter.joauth
Both OAuth 1.0a and 2.0 requests have access tokens, so it's convenient to combine them into a single trait
UnpackedRequest.UnknownRequest - Class in com.twitter.joauth
 
Unpacker - Interface in com.twitter.joauth
An Unpacker takes an Request and optionally a Seq[KeyValueHandler], and parses the request into an OAuthRequest instance, invoking each KeyValueHandler for every key/value pair obtained from either the queryString or the request body.
Unpacker.CustomizableUnpacker - Class in com.twitter.joauth
 
Unpacker.KeyValueCallback - Interface in com.twitter.joauth
 
Unpacker.OAuth2Checker - Interface in com.twitter.joauth
 
Unpacker.StandardUnpacker - Class in com.twitter.joauth
 
Unpacker.StandardUnpackerFactory - Class in com.twitter.joauth
StandardUnpacker constants, and a few more convenience factory methods, for tests that need to call methods of the StandardUnpacker directly.
UnpackerException - Exception in com.twitter.joauth
If Unpacker encounters an unexpected exception, it will wrap it in an UnpackerException
UnpackerException(String, Throwable) - Constructor for exception com.twitter.joauth.UnpackerException
 
UnpackerException(String) - Constructor for exception com.twitter.joauth.UnpackerException
 
UNSET - Static variable in class com.twitter.joauth.OAuthParams
 
URL_ENCODING_NORMALIZING_TRANSFORMER - Static variable in interface com.twitter.joauth.keyvalue.Transformer
 
UrlCodec - Class in com.twitter.joauth
 
UrlCodec() - Constructor for class com.twitter.joauth.UrlCodec
 
UrlEncodingNormalizingKeyValueHandler(KeyValueHandler) - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.UrlEncodingNormalizingKeyValueHandler
 
UrlEncodingNormalizingTransformer() - Constructor for class com.twitter.joauth.keyvalue.Transformer.UrlEncodingNormalizingTransformer
 

V

v2Token - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
validate(String) - Method in class com.twitter.joauth.NonceValidator.ConstNonceValidator
 
validate(String) - Method in class com.twitter.joauth.NonceValidator.NoopNonceValidator
 
validate(String) - Method in interface com.twitter.joauth.NonceValidator
 
validateTimestampSecs(long) - Method in class com.twitter.joauth.Verifier.StandardVerifier
 
value - Variable in class com.twitter.joauth.Request.Pair
 
valueOf(String) - Static method in enum com.twitter.joauth.VerifierResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twitter.joauth.VerifierResult
Returns an array containing the constants of this enum type, in the order they are declared.
valueTransformer - Variable in class com.twitter.joauth.keyvalue.KeyValueHandler.TransformingKeyValueHandler
 
ValueTransformingKeyValueHandler(KeyValueHandler, Transformer) - Constructor for class com.twitter.joauth.keyvalue.KeyValueHandler.ValueTransformingKeyValueHandler
 
verb() - Method in class com.twitter.joauth.Request.ParsedRequest
 
Verifier - Interface in com.twitter.joauth
A Verifier takes either a) an OAuth1 request, a token secret, and a consumer secret or b) an OAuth1TwoLegged request and a consumer secret and validates the request.
Verifier.StandardVerifier - Class in com.twitter.joauth
 
Verifier.VerifierFactory - Class in com.twitter.joauth
a factory with various convenience constructors for a StandardVerifier
VerifierFactory() - Constructor for class com.twitter.joauth.Verifier.VerifierFactory
 
VerifierResult - Enum in com.twitter.joauth
 
verify(Request.ParsedRequest, OAuthParams.OAuth1Params) - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestHelper
 
verify(UnpackedRequest.OAuth1TwoLeggedRequest, String) - Method in class com.twitter.joauth.Verifier.StandardVerifier
 
verify(UnpackedRequest.OAuth1Request, String, String) - Method in class com.twitter.joauth.Verifier.StandardVerifier
 
verify(UnpackedRequest.OAuth1Request, String, String) - Method in interface com.twitter.joauth.Verifier
 
verify(UnpackedRequest.OAuth1TwoLeggedRequest, String) - Method in interface com.twitter.joauth.Verifier
 
version() - Method in class com.twitter.joauth.OAuthParams.OAuth1Params
 
version - Variable in class com.twitter.joauth.OAuthParams.OAuthParamsBuilder
 
version() - Method in class com.twitter.joauth.UnpackedRequest.OAuth1RequestBase
 

W

WWW_FORM_URLENCODED - Static variable in class com.twitter.joauth.Unpacker.CustomizableUnpacker
 
A B C D E F G H I K M N O P Q R S T U V W 
Skip navigation links

Copyright © 2019. All Rights Reserved.