Skip navigation links
A B C E F G H M O R T V 

A

accessTokenUrl - Variable in class oauth1.OAuth1Generic
 
authorised(String) - Static method in class example.Example
The authorised endpoint, i.e.
authorised(String, String) - Method in class oauth1.OAuth1Generic
Fetches the token secret corresponding to the temporary token, then uses the obtained token secret along with the original temporary token and verifier to obtain an access token from the server.
authorised(String) - Method in class oauth1.OAuth1NoCallback
Fetches the token secret corresponding to the temporary token, then uses the obtained token secret along with the original temporary token to obtain an access token from the server.
authorised(String, String) - Method in class oauth1.OAuth1WithCallback
Fetches the token secret corresponding to the temporary token, then uses the obtained token secret along with the original temporary token and verifier to obtain an access token from the server.
AuthorisedResult - Class in oauth1.lib
 
AuthorisedResult(String, OAuthParameters) - Constructor for class oauth1.lib.AuthorisedResult
 
authoriseUrl - Variable in class oauth1.OAuth1Generic
 

B

begin() - Static method in class example.Example
The begin endpoint, i.e.
begin() - Method in class oauth1.OAuth1Generic
Requests a temporary token and corresponding token secret from the server, then maps the temporary token to the token secret and returns the obtained temporary token along with the authenticate URL (redirect URL) if OAuth1Generic.authoriseUrl is non-null.
begin() - Method in class oauth1.OAuth1NoCallback
Requests a temporary token and corresponding token secret from the server, then maps the temporary token to the token secret and returns the obtained temporary token along with the authenticate URL (redirect URL) if OAuth1Generic.authoriseUrl is non-null.
begin() - Method in class oauth1.OAuth1WithCallback
Requests a temporary token and corresponding token secret from the server, then maps the temporary token to the token secret and returns the obtained temporary token along with the authenticate URL (redirect URL) if OAuth1Generic.authoriseUrl is non-null.
BeginResult - Class in oauth1.lib
 
BeginResult(String, String) - Constructor for class oauth1.lib.BeginResult
 

C

callbackUrl - Variable in class oauth1.OAuth1Generic
 
consumerKey - Variable in class oauth1.OAuth1Generic
 
consumerSecret - Variable in class oauth1.OAuth1Generic
 

E

example - package example
 
Example - Class in example
 
Example() - Constructor for class example.Example
 

F

fetchTemporaryTokenSecretForTemporaryToken(String) - Method in class oauth1.strategy.preset.HashMapTokenMapStrategy
Uses Map.get(Object) to obtain the temporary token secret mapped to the given temporary token.
fetchTemporaryTokenSecretForTemporaryToken(String) - Method in interface oauth1.strategy.TokenMapStrategy
Retrieve the value of a temporary token secret mapped to the given temporary token, which was mapped in the past via TokenMapStrategy.mapTemporaryTokenToTemporaryTokenSecret(String, String).

G

GetAccessTokenException - Exception in oauth1.exception
 
GetAccessTokenException(String) - Constructor for exception oauth1.exception.GetAccessTokenException
 
GetAccessTokenException(Throwable) - Constructor for exception oauth1.exception.GetAccessTokenException
 
getApiRepresentation() - Method in enum oauth1.lib.RequestMethod
 
GetTemporaryTokenException - Exception in oauth1.exception
 
GetTemporaryTokenException(String) - Constructor for exception oauth1.exception.GetTemporaryTokenException
 
GetTemporaryTokenException(Throwable) - Constructor for exception oauth1.exception.GetTemporaryTokenException
 

H

HashMapTokenMapStrategy - Class in oauth1.strategy.preset
A preset implementation of TokenMapStrategy, simply using a HashMap.
HashMapTokenMapStrategy() - Constructor for class oauth1.strategy.preset.HashMapTokenMapStrategy
 

M

main(String[]) - Static method in class example.Example
This application: 1.
makeOAuthBackedRequest(String, OAuthParameters, RequestMethod, HttpContent) - Static method in class oauth1.OAuth1Generic
Makes a request to the given URL wrapped with a user's OAuth credentials (which includes their access token) obtained from OAuth1Generic.authorised(String, String), to make a request on a user's behalf.
mapTemporaryTokenToTemporaryTokenSecret(String, String) - Method in class oauth1.strategy.preset.HashMapTokenMapStrategy
Uses Map.put(Object, Object) to map the given temporary token to the given temporary token secret.
mapTemporaryTokenToTemporaryTokenSecret(String, String) - Method in interface oauth1.strategy.TokenMapStrategy
Persistently map the given temporary token to the given temporary token secret.
MissingDataGetAccessTokenException - Exception in oauth1.exception.missingdata
 
MissingDataGetAccessTokenException() - Constructor for exception oauth1.exception.missingdata.MissingDataGetAccessTokenException
 
MissingDataGetTemporaryTokenException - Exception in oauth1.exception.missingdata
 
MissingDataGetTemporaryTokenException() - Constructor for exception oauth1.exception.missingdata.MissingDataGetTemporaryTokenException
 
MissingDataOAuthBackedRequestException - Exception in oauth1.exception.missingdata
 
MissingDataOAuthBackedRequestException() - Constructor for exception oauth1.exception.missingdata.MissingDataOAuthBackedRequestException
 
MissingDataTokenMapException - Exception in oauth1.exception.missingdata
 
MissingDataTokenMapException() - Constructor for exception oauth1.exception.missingdata.MissingDataTokenMapException
 

O

O_AUTH_1_NO_CALLBACK - Static variable in class example.Example
Construct the OAuth1NoCallback instance.
oauth1 - package oauth1
 
oauth1.exception - package oauth1.exception
 
oauth1.exception.missingdata - package oauth1.exception.missingdata
 
oauth1.lib - package oauth1.lib
 
oauth1.strategy - package oauth1.strategy
 
oauth1.strategy.preset - package oauth1.strategy.preset
 
OAuth1Generic - Class in oauth1
An OAuth1.0 consumer class, using the HMAC signing strategy.
OAuth1Generic(String, String, String, String, String, String, TokenMapStrategy) - Constructor for class oauth1.OAuth1Generic
 
OAuth1NoCallback - Class in oauth1
An OAuth1.0 consumer class, using the HMAC signing strategy.
OAuth1NoCallback(String, String, String, String, String, TokenMapStrategy) - Constructor for class oauth1.OAuth1NoCallback
 
OAuth1WithCallback - Class in oauth1
An OAuth1.0 consumer class, using the HMAC signing strategy.
OAuth1WithCallback(String, String, String, String, String, String, TokenMapStrategy) - Constructor for class oauth1.OAuth1WithCallback
 
OAuthBackedRequestException - Exception in oauth1.exception
 
OAuthBackedRequestException(String) - Constructor for exception oauth1.exception.OAuthBackedRequestException
 
OAuthBackedRequestException(Throwable) - Constructor for exception oauth1.exception.OAuthBackedRequestException
 

R

RequestMethod - Enum in oauth1.lib
 
requestTokenUrl - Variable in class oauth1.OAuth1Generic
 

T

TEMPORARY_TOKEN_TOKEN_SECRET_MAP - Static variable in class oauth1.strategy.preset.HashMapTokenMapStrategy
The map which persistently maps temporary tokens to temporary token secrets.
TokenMapException - Exception in oauth1.exception
 
TokenMapException(String) - Constructor for exception oauth1.exception.TokenMapException
 
TokenMapException(Throwable) - Constructor for exception oauth1.exception.TokenMapException
 
tokenMapStrategy - Variable in class oauth1.OAuth1Generic
 
TokenMapStrategy - Interface in oauth1.strategy
An interface which provides a strategy to persistently map temporary tokens to temporary token secrets.

V

valueOf(String) - Static method in enum oauth1.lib.RequestMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum oauth1.lib.RequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G H M O R T V 
Skip navigation links

Copyright © 2020. All rights reserved.