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

A

AbstractOAuthConsumer - oauth.signpost の クラス
ABC for consumer implementations.
AbstractOAuthConsumer(String, String) - クラス oauth.signpost.AbstractOAuthConsumer のコンストラクタ
 
AbstractOAuthProvider - oauth.signpost の クラス
ABC for all provider implementations.
AbstractOAuthProvider(String, String, String) - クラス oauth.signpost.AbstractOAuthProvider のコンストラクタ
 
addQueryParameters(String, String...) - クラス oauth.signpost.OAuth の static メソッド
Appends a list of key/value pairs to the given URL, e.g.: String url = OAuth.addQueryParameters("http://example.com?
addQueryParameters(String, Map<String, String>) - クラス oauth.signpost.OAuth の static メソッド
 
addQueryString(String, String) - クラス oauth.signpost.OAuth の static メソッド
 
AuthorizationHeaderSigningStrategy - oauth.signpost.signature の クラス
Writes to the HTTP Authorization header field.
AuthorizationHeaderSigningStrategy() - クラス oauth.signpost.signature.AuthorizationHeaderSigningStrategy のコンストラクタ
 

B

base64Encode(byte[]) - クラス oauth.signpost.signature.OAuthMessageSigner のメソッド
 

C

checkArgument(boolean) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, Object) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures the truth of an expression involving one or more parameters to the calling method.
checkArgument(boolean, String, Object...) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures the truth of an expression involving one or more parameters to the calling method.
checkContentsNotNull(T) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements.
checkContentsNotNull(T, Object) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements.
checkContentsNotNull(T, String, Object...) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that an Iterable object passed as a parameter to the calling method is not null and contains no null elements.
checkElementIndex(int, int) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that index specifies a valid element in an array, list or string of size size.
checkElementIndex(int, int, String) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that index specifies a valid element in an array, list or string of size size.
checkNotNull(T) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, Object) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that an object reference passed as a parameter to the calling method is not null.
checkNotNull(T, String, Object...) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that an object reference passed as a parameter to the calling method is not null.
checkPositionIndex(int, int) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndex(int, int, String) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that index specifies a valid position in an array, list or string of size size.
checkPositionIndexes(int, int, int) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures that start and end specify a valid positions in an array, list or string of size size, and are in order.
checkState(boolean) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, Object) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
checkState(boolean, String, Object...) - クラス com.google.gdata.util.common.base.Preconditions の static メソッド
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
clear() - クラス oauth.signpost.http.HttpParameters のメソッド
 
closeConnection(HttpRequest, HttpResponse) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
Called when the connection is being finalized after receiving the response.
closeConnection(HttpRequest, HttpResponse) - クラス oauth.signpost.basic.DefaultOAuthProvider のメソッド
 
codePointAt(CharSequence, int, int) - クラス com.google.gdata.util.common.base.UnicodeEscaper の static メソッド
Returns the Unicode code point of the character at the given index.
collectBodyParameters(HttpRequest, HttpParameters) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
Collects x-www-form-urlencoded body parameters as per OAuth Core 1.0 spec section 9.1.1
collectHeaderParameters(HttpRequest, HttpParameters) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
Collects OAuth Authorization header parameters as per OAuth Core 1.0 spec section 9.1.1
collectQueryParameters(HttpRequest, HttpParameters) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
Collects HTTP GET query string parameters as per OAuth Core 1.0 spec section 9.1.1
com.google.gdata.util.common.base - パッケージ com.google.gdata.util.common.base
 
completeOAuthParameters(HttpParameters) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
Helper method that adds any OAuth parameters to the given request parameters which are missing from the current request but required for signing.
connection - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter の変数
 
containsKey(Object) - クラス oauth.signpost.http.HttpParameters のメソッド
 
containsValue(Object) - クラス oauth.signpost.http.HttpParameters のメソッド
 
createRequest(String) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
Overrride this method if you want to customize the logic for building a request object for the given endpoint URL.
createRequest(String) - クラス oauth.signpost.basic.DefaultOAuthProvider のメソッド
 

D

debugOut(String, String) - クラス oauth.signpost.OAuth の static メソッド
 
decodeBase64(String) - クラス oauth.signpost.signature.OAuthMessageSigner のメソッド
 
decodeForm(String) - クラス oauth.signpost.OAuth の static メソッド
Parse a form-urlencoded document.
decodeForm(InputStream) - クラス oauth.signpost.OAuth の static メソッド
 
DefaultOAuthConsumer - oauth.signpost.basic の クラス
The default implementation for an OAuth consumer.
DefaultOAuthConsumer(String, String) - クラス oauth.signpost.basic.DefaultOAuthConsumer のコンストラクタ
 
DefaultOAuthProvider - oauth.signpost.basic の クラス
This default implementation uses HttpURLConnection type GET requests to receive tokens from a service provider.
DefaultOAuthProvider(String, String, String) - クラス oauth.signpost.basic.DefaultOAuthProvider のコンストラクタ
 

E

ENCODING - クラス oauth.signpost.OAuth の static 変数
 
entrySet() - クラス oauth.signpost.http.HttpParameters のメソッド
 
escape(String) - インタフェース com.google.gdata.util.common.base.Escaper のメソッド
Returns the escaped form of a given literal string.
escape(Appendable) - インタフェース com.google.gdata.util.common.base.Escaper のメソッド
Returns an Appendable instance which automatically escapes all text appended to it before passing the resulting text to an underlying Appendable.
escape(String) - クラス com.google.gdata.util.common.base.PercentEscaper のメソッド
 
escape(int) - クラス com.google.gdata.util.common.base.PercentEscaper のメソッド
Escapes the given Unicode code point in UTF-8.
escape(int) - クラス com.google.gdata.util.common.base.UnicodeEscaper のメソッド
Returns the escaped form of the given Unicode code point, or null if this code point does not need to be escaped.
escape(String) - クラス com.google.gdata.util.common.base.UnicodeEscaper のメソッド
Returns the escaped form of a given literal string.
escape(Appendable) - クラス com.google.gdata.util.common.base.UnicodeEscaper のメソッド
Returns an Appendable instance which automatically escapes all text appended to it before passing the resulting text to an underlying Appendable.
Escaper - com.google.gdata.util.common.base の インタフェース
An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
escapeSlow(String, int) - クラス com.google.gdata.util.common.base.UnicodeEscaper のメソッド
Returns the escaped form of a given literal string, starting at the given index.

F

FORM_ENCODED - クラス oauth.signpost.OAuth の static 変数
 
formEncode(Collection<T>, OutputStream) - クラス oauth.signpost.OAuth の static メソッド
Construct a x-www-form-urlencoded document containing the given sequence of name/value pairs.
formEncode(Collection<T>) - クラス oauth.signpost.OAuth の static メソッド
Construct a x-www-form-urlencoded document containing the given sequence of name/value pairs.

G

generate() - クラス oauth.signpost.signature.SignatureBaseString のメソッド
Builds the signature base string from the data this instance was configured with.
generateNonce() - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
generateTimestamp() - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
get(Object) - クラス oauth.signpost.http.HttpParameters のメソッド
 
getAccessTokenEndpointUrl() - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
getAccessTokenEndpointUrl() - インタフェース oauth.signpost.OAuthProvider のメソッド
 
getAllHeaders() - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
getAllHeaders() - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
getAllHeaders() - インタフェース oauth.signpost.http.HttpRequest のメソッド
 
getAsHeaderElement(String) - クラス oauth.signpost.http.HttpParameters のメソッド
 
getAsQueryString(Object) - クラス oauth.signpost.http.HttpParameters のメソッド
Concatenates all values for the given key to a list of key/value pairs suitable for use in a URL query string.
getAsQueryString(Object, boolean) - クラス oauth.signpost.http.HttpParameters のメソッド
Concatenates all values for the given key to a list of key/value pairs suitable for use in a URL query string.
getAuthorizationWebsiteUrl() - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
getAuthorizationWebsiteUrl() - インタフェース oauth.signpost.OAuthProvider のメソッド
 
getConsumerKey() - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
getConsumerKey() - インタフェース oauth.signpost.OAuthConsumer のメソッド
 
getConsumerSecret() - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
getConsumerSecret() - インタフェース oauth.signpost.OAuthConsumer のメソッド
 
getConsumerSecret() - クラス oauth.signpost.signature.OAuthMessageSigner のメソッド
 
getContent() - クラス oauth.signpost.basic.HttpURLConnectionResponseAdapter のメソッド
 
getContent() - インタフェース oauth.signpost.http.HttpResponse のメソッド
 
getContentType() - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
getContentType() - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
getContentType() - インタフェース oauth.signpost.http.HttpRequest のメソッド
 
getFirst(Object) - クラス oauth.signpost.http.HttpParameters のメソッド
Convenience method for #getFirst(key, false).
getFirst(Object, boolean) - クラス oauth.signpost.http.HttpParameters のメソッド
Returns the first value from the set of all values for the given parameter name.
getHeader(String) - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
getHeader(String) - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
getHeader(String) - インタフェース oauth.signpost.http.HttpRequest のメソッド
 
getMessagePayload() - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
getMessagePayload() - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
getMessagePayload() - インタフェース oauth.signpost.http.HttpRequest のメソッド
 
getMethod() - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
getMethod() - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
getMethod() - インタフェース oauth.signpost.http.HttpRequest のメソッド
 
getOAuthParameters() - クラス oauth.signpost.http.HttpParameters のメソッド
 
getReasonPhrase() - クラス oauth.signpost.basic.HttpURLConnectionResponseAdapter のメソッド
 
getReasonPhrase() - インタフェース oauth.signpost.http.HttpResponse のメソッド
 
getRequestHeaders() - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
getRequestHeaders() - インタフェース oauth.signpost.OAuthProvider のメソッド
推奨されていません。 THIS METHOD HAS BEEN DEPRECATED. Use OAuthProviderListener to customize requests.
getRequestParameters() - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
getRequestParameters() - インタフェース oauth.signpost.OAuthConsumer のメソッド
Returns all parameters collected from the HTTP request during message signing (this means the return value may be NULL before a call to OAuthConsumer.sign(oauth.signpost.http.HttpRequest)), plus all required OAuth parameters that were added because the request didn't contain them beforehand.
getRequestTokenEndpointUrl() - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
getRequestTokenEndpointUrl() - インタフェース oauth.signpost.OAuthProvider のメソッド
 
getRequestUrl() - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
getRequestUrl() - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
getRequestUrl() - インタフェース oauth.signpost.http.HttpRequest のメソッド
 
getResponseBody() - 例外 oauth.signpost.exception.OAuthCommunicationException のメソッド
 
getResponseBody() - 例外 oauth.signpost.exception.OAuthNotAuthorizedException のメソッド
 
getResponseParameter(String) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
Returns a single query parameter as served by the service provider in a token reply.
getResponseParameters() - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
getResponseParameters() - インタフェース oauth.signpost.OAuthProvider のメソッド
Any additional non-OAuth parameters returned in the response body of a token request can be obtained through this method.
getSignatureMethod() - クラス oauth.signpost.signature.HmacSha1MessageSigner のメソッド
 
getSignatureMethod() - クラス oauth.signpost.signature.OAuthMessageSigner のメソッド
 
getSignatureMethod() - クラス oauth.signpost.signature.PlainTextMessageSigner のメソッド
 
getStatusCode() - クラス oauth.signpost.basic.HttpURLConnectionResponseAdapter のメソッド
 
getStatusCode() - インタフェース oauth.signpost.http.HttpResponse のメソッド
 
getToken() - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
getToken() - インタフェース oauth.signpost.OAuthConsumer のメソッド
 
getTokenSecret() - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
getTokenSecret() - インタフェース oauth.signpost.OAuthConsumer のメソッド
 
getTokenSecret() - クラス oauth.signpost.signature.OAuthMessageSigner のメソッド
 

H

handleUnexpectedResponse(int, HttpResponse) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
HmacSha1MessageSigner - oauth.signpost.signature の クラス
 
HmacSha1MessageSigner() - クラス oauth.signpost.signature.HmacSha1MessageSigner のコンストラクタ
 
HTTP_AUTHORIZATION_HEADER - クラス oauth.signpost.OAuth の static 変数
 
HttpParameters - oauth.signpost.http の クラス
A multi-map of HTTP request parameters.
HttpParameters() - クラス oauth.signpost.http.HttpParameters のコンストラクタ
 
HttpRequest - oauth.signpost.http の インタフェース
A concise description of an HTTP request.
HttpResponse - oauth.signpost.http の インタフェース
 
HttpURLConnectionRequestAdapter - oauth.signpost.basic の クラス
 
HttpURLConnectionRequestAdapter(HttpURLConnection) - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のコンストラクタ
 
HttpURLConnectionResponseAdapter - oauth.signpost.basic の クラス
 
HttpURLConnectionResponseAdapter(HttpURLConnection) - クラス oauth.signpost.basic.HttpURLConnectionResponseAdapter のコンストラクタ
 

I

isEmpty() - クラス oauth.signpost.http.HttpParameters のメソッド
 
isEmpty(String) - クラス oauth.signpost.OAuth の static メソッド
 
isOAuth10a() - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
isOAuth10a() - インタフェース oauth.signpost.OAuthProvider のメソッド
 

K

keySet() - クラス oauth.signpost.http.HttpParameters のメソッド
 

N

nextEscapeIndex(CharSequence, int, int) - クラス com.google.gdata.util.common.base.PercentEscaper のメソッド
 
nextEscapeIndex(CharSequence, int, int) - クラス com.google.gdata.util.common.base.UnicodeEscaper のメソッド
Scans a sub-sequence of characters from a given CharSequence, returning the index of the next character that requires escaping.
normalizeRequestParameters() - クラス oauth.signpost.signature.SignatureBaseString のメソッド
Normalizes the set of request parameters this instance was configured with, as per OAuth spec section 9.1.1.
normalizeRequestUrl() - クラス oauth.signpost.signature.SignatureBaseString のメソッド
 

O

OAuth - oauth.signpost の クラス
 
OAuth() - クラス oauth.signpost.OAuth のコンストラクタ
 
oauth.signpost - パッケージ oauth.signpost
 
oauth.signpost.basic - パッケージ oauth.signpost.basic
 
oauth.signpost.exception - パッケージ oauth.signpost.exception
 
oauth.signpost.http - パッケージ oauth.signpost.http
 
oauth.signpost.signature - パッケージ oauth.signpost.signature
 
OAUTH_CALLBACK - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_CALLBACK_CONFIRMED - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_CONSUMER_KEY - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_NONCE - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_SIGNATURE - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_SIGNATURE_METHOD - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_TIMESTAMP - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_TOKEN - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_TOKEN_SECRET - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_VERIFIER - クラス oauth.signpost.OAuth の static 変数
 
OAUTH_VERSION - クラス oauth.signpost.OAuth の static 変数
 
OAuthCommunicationException - oauth.signpost.exception の 例外
 
OAuthCommunicationException(Exception) - 例外 oauth.signpost.exception.OAuthCommunicationException のコンストラクタ
 
OAuthCommunicationException(String, String) - 例外 oauth.signpost.exception.OAuthCommunicationException のコンストラクタ
 
OAuthConsumer - oauth.signpost の インタフェース
Exposes a simple interface to sign HTTP requests using a given OAuth token and secret.
OAuthException - oauth.signpost.exception の 例外
 
OAuthException(String) - 例外 oauth.signpost.exception.OAuthException のコンストラクタ
 
OAuthException(Throwable) - 例外 oauth.signpost.exception.OAuthException のコンストラクタ
 
OAuthException(String, Throwable) - 例外 oauth.signpost.exception.OAuthException のコンストラクタ
 
OAuthExpectationFailedException - oauth.signpost.exception の 例外
 
OAuthExpectationFailedException(String) - 例外 oauth.signpost.exception.OAuthExpectationFailedException のコンストラクタ
 
oauthHeaderToParamsMap(String) - クラス oauth.signpost.OAuth の static メソッド
 
OAuthMessageSigner - oauth.signpost.signature の クラス
 
OAuthMessageSigner() - クラス oauth.signpost.signature.OAuthMessageSigner のコンストラクタ
 
OAuthMessageSignerException - oauth.signpost.exception の 例外
 
OAuthMessageSignerException(String) - 例外 oauth.signpost.exception.OAuthMessageSignerException のコンストラクタ
 
OAuthMessageSignerException(Exception) - 例外 oauth.signpost.exception.OAuthMessageSignerException のコンストラクタ
 
OAuthNotAuthorizedException - oauth.signpost.exception の 例外
 
OAuthNotAuthorizedException() - 例外 oauth.signpost.exception.OAuthNotAuthorizedException のコンストラクタ
 
OAuthNotAuthorizedException(String) - 例外 oauth.signpost.exception.OAuthNotAuthorizedException のコンストラクタ
 
OAuthProvider - oauth.signpost の インタフェース
Supplies an interface that can be used to retrieve request and access tokens from an OAuth 1.0(a) service provider.
OAuthProviderListener - oauth.signpost の インタフェース
Provides hooks into the token request handling procedure executed by OAuthProvider.
onResponseReceived(HttpRequest, HttpResponse) - インタフェース oauth.signpost.OAuthProviderListener のメソッド
Called when the server response has been received.
OUT_OF_BAND - クラス oauth.signpost.OAuth の static 変数
Pass this value as the callback "url" upon retrieving a request token if your application cannot receive callbacks (e.g. because it's a desktop app).

P

percentDecode(String) - クラス oauth.signpost.OAuth の static メソッド
 
percentEncode(String) - クラス oauth.signpost.OAuth の static メソッド
 
PercentEscaper - com.google.gdata.util.common.base の クラス
A UnicodeEscaper that escapes some set of Java characters using the URI percent encoding scheme.
PercentEscaper(String, boolean) - クラス com.google.gdata.util.common.base.PercentEscaper のコンストラクタ
Constructs a URI escaper with the specified safe characters and optional handling of the space character.
PlainTextMessageSigner - oauth.signpost.signature の クラス
 
PlainTextMessageSigner() - クラス oauth.signpost.signature.PlainTextMessageSigner のコンストラクタ
 
Preconditions - com.google.gdata.util.common.base の クラス
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
prepareOAuthHeader(String...) - クラス oauth.signpost.OAuth の static メソッド
Builds an OAuth header from the given list of header fields.
prepareRequest(HttpRequest) - インタフェース oauth.signpost.OAuthProviderListener のメソッド
Called after the request has been created and default headers added, but before the request has been signed.
prepareSubmission(HttpRequest) - インタフェース oauth.signpost.OAuthProviderListener のメソッド
Called after the request has been signed, but before it's being sent.
put(String, SortedSet<String>) - クラス oauth.signpost.http.HttpParameters のメソッド
 
put(String, SortedSet<String>, boolean) - クラス oauth.signpost.http.HttpParameters のメソッド
 
put(String, String) - クラス oauth.signpost.http.HttpParameters のメソッド
Convenience method to add a single value for the parameter specified by 'key'.
put(String, String, boolean) - クラス oauth.signpost.http.HttpParameters のメソッド
Convenience method to add a single value for the parameter specified by 'key'.
putAll(Map<? extends String, ? extends SortedSet<String>>) - クラス oauth.signpost.http.HttpParameters のメソッド
 
putAll(Map<? extends String, ? extends SortedSet<String>>, boolean) - クラス oauth.signpost.http.HttpParameters のメソッド
 
putAll(String[], boolean) - クラス oauth.signpost.http.HttpParameters のメソッド
 
putMap(Map<String, List<String>>) - クラス oauth.signpost.http.HttpParameters のメソッド
Convenience method to merge a Map>.
putNull(String, String) - クラス oauth.signpost.http.HttpParameters のメソッド
Convenience method to allow for storing null values.

Q

QueryStringSigningStrategy - oauth.signpost.signature の クラス
Writes to a URL query string.
QueryStringSigningStrategy() - クラス oauth.signpost.signature.QueryStringSigningStrategy のコンストラクタ
 

R

remove(Object) - クラス oauth.signpost.http.HttpParameters のメソッド
 
removeListener(OAuthProviderListener) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
removeListener(OAuthProviderListener) - インタフェース oauth.signpost.OAuthProvider のメソッド
 
retrieveAccessToken(OAuthConsumer, String, String...) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
retrieveAccessToken(OAuthConsumer, String, String...) - インタフェース oauth.signpost.OAuthProvider のメソッド
Queries the service provider for an access token.
retrieveRequestToken(OAuthConsumer, String, String...) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
retrieveRequestToken(OAuthConsumer, String, String...) - インタフェース oauth.signpost.OAuthProvider のメソッド
Queries the service provider for a request token.
retrieveToken(OAuthConsumer, String, HttpParameters) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
Implemented by subclasses.

S

SAFECHARS_URLENCODER - クラス com.google.gdata.util.common.base.PercentEscaper の static 変数
A string of safe characters that mimics the behavior of URLEncoder.
SAFEPATHCHARS_URLENCODER - クラス com.google.gdata.util.common.base.PercentEscaper の static 変数
A string of characters that do not need to be encoded when used in URI path segments, as specified in RFC 3986.
SAFEQUERYSTRINGCHARS_URLENCODER - クラス com.google.gdata.util.common.base.PercentEscaper の static 変数
A string of characters that do not need to be encoded when used in URI query strings, as specified in RFC 3986.
safeToString(Object) - クラス oauth.signpost.OAuth の static メソッド
 
sendRequest(HttpRequest) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
Override this method if you want to customize the logic for how the given request is sent to the server.
sendRequest(HttpRequest) - クラス oauth.signpost.basic.DefaultOAuthProvider のメソッド
 
setAdditionalParameters(HttpParameters) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
setAdditionalParameters(HttpParameters) - インタフェース oauth.signpost.OAuthConsumer のメソッド
Allows you to add parameters (typically OAuth parameters such as oauth_callback or oauth_verifier) which will go directly into the signer, i.e. you don't have to put them into the request first.
setConsumerSecret(String) - クラス oauth.signpost.signature.OAuthMessageSigner のメソッド
 
setHeader(String, String) - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
setHeader(String, String) - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
setHeader(String, String) - インタフェース oauth.signpost.http.HttpRequest のメソッド
 
setListener(OAuthProviderListener) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
setListener(OAuthProviderListener) - インタフェース oauth.signpost.OAuthProvider のメソッド
 
setMessageSigner(OAuthMessageSigner) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
setMessageSigner(OAuthMessageSigner) - インタフェース oauth.signpost.OAuthConsumer のメソッド
Sets the message signer that should be used to generate the OAuth signature.
setOAuth10a(boolean) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
setOAuth10a(boolean) - インタフェース oauth.signpost.OAuthProvider のメソッド
 
setRequestHeader(String, String) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
setRequestHeader(String, String) - インタフェース oauth.signpost.OAuthProvider のメソッド
推奨されていません。 
setRequestUrl(String) - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
setRequestUrl(String) - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
setRequestUrl(String) - インタフェース oauth.signpost.http.HttpRequest のメソッド
 
setResponseParameters(HttpParameters) - クラス oauth.signpost.AbstractOAuthProvider のメソッド
 
setResponseParameters(HttpParameters) - インタフェース oauth.signpost.OAuthProvider のメソッド
Subclasses must use this setter to preserve any non-OAuth query parameters contained in the server response.
setSendEmptyTokens(boolean) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
setSendEmptyTokens(boolean) - インタフェース oauth.signpost.OAuthConsumer のメソッド
Causes the consumer to always include the oauth_token parameter to be sent, even if blank.
setSigningStrategy(SigningStrategy) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
setSigningStrategy(SigningStrategy) - インタフェース oauth.signpost.OAuthConsumer のメソッド
Defines which strategy should be used to write a signature to an HTTP request.
setTokenSecret(String) - クラス oauth.signpost.signature.OAuthMessageSigner のメソッド
 
setTokenWithSecret(String, String) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
setTokenWithSecret(String, String) - インタフェース oauth.signpost.OAuthConsumer のメソッド
Sets the OAuth token and token secret used for message signing.
sign(HttpRequest) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
sign(Object) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
sign(String) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
 
sign(HttpRequest) - インタフェース oauth.signpost.OAuthConsumer のメソッド
Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.
sign(Object) - インタフェース oauth.signpost.OAuthConsumer のメソッド
Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.
sign(String) - インタフェース oauth.signpost.OAuthConsumer のメソッド
"Signs" the given URL by appending all OAuth parameters to it which are required for message signing.
sign(HttpRequest, HttpParameters) - クラス oauth.signpost.signature.HmacSha1MessageSigner のメソッド
 
sign(HttpRequest, HttpParameters) - クラス oauth.signpost.signature.OAuthMessageSigner のメソッド
 
sign(HttpRequest, HttpParameters) - クラス oauth.signpost.signature.PlainTextMessageSigner のメソッド
 
SignatureBaseString - oauth.signpost.signature の クラス
 
SignatureBaseString(HttpRequest, HttpParameters) - クラス oauth.signpost.signature.SignatureBaseString のコンストラクタ
Constructs a new SBS instance that will operate on the given request object and parameter set.
SigningStrategy - oauth.signpost.signature の インタフェース
Defines how an OAuth signature string is written to a request.
size() - クラス oauth.signpost.http.HttpParameters のメソッド
 

T

toHeaderElement(String, String) - クラス oauth.signpost.OAuth の static メソッド
Helper method to concatenate a parameter and its value to a pair that can be used in an HTTP header.
toMap(Collection<T>) - クラス oauth.signpost.OAuth の static メソッド
Construct a Map containing a copy of the given parameters.

U

UnicodeEscaper - com.google.gdata.util.common.base の クラス
An Escaper that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
UnicodeEscaper() - クラス com.google.gdata.util.common.base.UnicodeEscaper のコンストラクタ
 
unwrap() - クラス oauth.signpost.basic.HttpURLConnectionRequestAdapter のメソッド
 
unwrap() - クラス oauth.signpost.basic.HttpURLConnectionResponseAdapter のメソッド
 
unwrap() - クラス oauth.signpost.basic.UrlStringRequestAdapter のメソッド
 
unwrap() - インタフェース oauth.signpost.http.HttpRequest のメソッド
Returns the wrapped request object, in case you must work directly on it.
unwrap() - インタフェース oauth.signpost.http.HttpResponse のメソッド
Returns the underlying response object, in case you need to work on it directly.
UrlStringRequestAdapter - oauth.signpost.basic の クラス
 
UrlStringRequestAdapter(String) - クラス oauth.signpost.basic.UrlStringRequestAdapter のコンストラクタ
 

V

values() - クラス oauth.signpost.http.HttpParameters のメソッド
 
VERSION_1_0 - クラス oauth.signpost.OAuth の static 変数
 

W

wrap(Object) - クラス oauth.signpost.AbstractOAuthConsumer のメソッド
Adapts the given request object to a Signpost HttpRequest.
wrap(Object) - クラス oauth.signpost.basic.DefaultOAuthConsumer のメソッド
 
writeSignature(String, HttpRequest, HttpParameters) - クラス oauth.signpost.signature.AuthorizationHeaderSigningStrategy のメソッド
 
writeSignature(String, HttpRequest, HttpParameters) - クラス oauth.signpost.signature.QueryStringSigningStrategy のメソッド
 
writeSignature(String, HttpRequest, HttpParameters) - インタフェース oauth.signpost.signature.SigningStrategy のメソッド
Writes an OAuth signature and all remaining required parameters to an HTTP message.

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

Copyright © 2012. All Rights Reserved.