A B C D E F G H I J K L M N O P Q R S T V Y

A

ACCESS_TOKEN - Static variable in class oauthP5.oauth.OAuthConstants
 
AccessTokenExtractor - Interface in oauthP5.oauth
Simple command object that extracts a Token from a String
add(String, String) - Method in class oauthP5.oauth.ParameterList
 
addAll(ParameterList) - Method in class oauthP5.oauth.ParameterList
 
addOAuthParameter(String, String) - Method in class oauthP5.oauth.OAuthRequest
Adds an OAuth parameter.
addQuerystring(String) - Method in class oauthP5.oauth.ParameterList
 
Api - Interface in oauthP5.apis
Contains all the configuration needed to instantiate a valid OAuthService
apiKey(String) - Method in class oauthP5.oauth.ServiceBuilder
Configures the api key
apiSecret(String) - Method in class oauthP5.oauth.ServiceBuilder
Configures the api secret
appendTo(String) - Method in class oauthP5.oauth.ParameterList
 
asFormUrlEncodedString() - Method in class oauthP5.oauth.ParameterList
 
asOauthBaseString() - Method in class oauthP5.oauth.ParameterList
 
asUrlEncodedPair() - Method in class oauthP5.oauth.Parameter
 

B

BaseStringExtractor - Interface in oauthP5.oauth
Simple command object that extracts a base string from a OAuthRequest
BaseStringExtractorImpl - Class in oauthP5.oauth
Default implementation of BaseStringExtractor.
BaseStringExtractorImpl() - Constructor for class oauthP5.oauth.BaseStringExtractorImpl
 
build() - Method in class oauthP5.oauth.ServiceBuilder
Returns the fully configured OAuthService

C

CALLBACK - Static variable in class oauthP5.oauth.OAuthConstants
 
callback(String) - Method in class oauthP5.oauth.ServiceBuilder
Adds an OAuth callback url
checkEmptyString(String, String) - Static method in class oauthP5.oauth.Preconditions
Checks that a string is not null or empty
checkNotNull(Object, String) - Static method in class oauthP5.oauth.Preconditions
Checks that an object is not null.
checkValidOAuthCallback(String, String) - Static method in class oauthP5.oauth.Preconditions
Checks that a URL is a valid OAuth callback
checkValidUrl(String, String) - Static method in class oauthP5.oauth.Preconditions
Checks that a URL is valid
CLIENT_ID - Static variable in class oauthP5.oauth.OAuthConstants
 
CLIENT_SECRET - Static variable in class oauthP5.oauth.OAuthConstants
 
CODE - Static variable in class oauthP5.oauth.OAuthConstants
 
compareTo(Parameter) - Method in class oauthP5.oauth.Parameter
 
ConstantContactApi - Class in oauthP5.apis
 
ConstantContactApi() - Constructor for class oauthP5.apis.ConstantContactApi
 
CONSUMER_KEY - Static variable in class oauthP5.oauth.OAuthConstants
 
CONSUMER_SECRET - Static variable in class oauthP5.oauth.OAuthConstants
 
contains(Parameter) - Method in class oauthP5.oauth.ParameterList
 
createService(OAuthConfig) - Method in interface oauthP5.apis.Api
Creates an OAuthService
createService(OAuthConfig) - Method in class oauthP5.apis.DefaultApi10a
Returns the OAuthService for this Api
createService(OAuthConfig) - Method in class oauthP5.apis.DefaultApi20
Creates an OAuthService

D

debug() - Method in class oauthP5.oauth.ServiceBuilder
 
debugStream(OutputStream) - Method in class oauthP5.oauth.ServiceBuilder
 
decode(String) - Static method in class oauthP5.oauth.OAuthEncoder
 
DefaultApi10a - Class in oauthP5.apis
Default implementation of the OAuth protocol, version 1.0a This class is meant to be extended by concrete implementations of the API, providing the endpoints and endpoint-http-verbs.
DefaultApi10a() - Constructor for class oauthP5.apis.DefaultApi10a
 
DefaultApi20 - Class in oauthP5.apis
Default implementation of the OAuth protocol, version 2.0 (draft 11) This class is meant to be extended by concrete implementations of the API, providing the endpoints and endpoint-http-verbs.
DefaultApi20() - Constructor for class oauthP5.apis.DefaultApi20
 
DiggApi - Class in oauthP5.apis
 
DiggApi() - Constructor for class oauthP5.apis.DiggApi
 
DropBoxApi - Class in oauthP5.apis
 
DropBoxApi() - Constructor for class oauthP5.apis.DropBoxApi
 

E

EMPTY_TOKEN - Static variable in class oauthP5.oauth.OAuthConstants
 
encode(String) - Static method in class oauthP5.oauth.OAuthEncoder
 
equals(Object) - Method in class oauthP5.oauth.Parameter
 
EvernoteApi - Class in oauthP5.apis
 
EvernoteApi() - Constructor for class oauthP5.apis.EvernoteApi
 
EvernoteApi.Sandbox - Class in oauthP5.apis
 
EvernoteApi.Sandbox() - Constructor for class oauthP5.apis.EvernoteApi.Sandbox
 
extract(String) - Method in interface oauthP5.oauth.AccessTokenExtractor
Extracts the access token from the contents of an Http Response
extract(OAuthRequest) - Method in interface oauthP5.oauth.BaseStringExtractor
Extracts an url-encoded base string from the OAuthRequest.
extract(OAuthRequest) - Method in class oauthP5.oauth.BaseStringExtractorImpl
Extracts an url-encoded base string from the OAuthRequest.
extract(OAuthRequest) - Method in interface oauthP5.oauth.HeaderExtractor
Generates an OAuth 'Authorization' Http header to include in requests as the signature.
extract(OAuthRequest) - Method in class oauthP5.oauth.HeaderExtractorImpl
Generates an OAuth 'Authorization' Http header to include in requests as the signature.
extract(String) - Method in class oauthP5.oauth.JsonTokenExtractor
 
extract(String) - Method in interface oauthP5.oauth.RequestTokenExtractor
Extracts the request token from the contents of an Http Response
extract(String) - Method in class oauthP5.oauth.TokenExtractor20Impl
Extracts the access token from the contents of an Http Response
extract(String) - Method in class oauthP5.oauth.TokenExtractorImpl
Extracts the request token from the contents of an Http Response

F

FacebookApi - Class in oauthP5.apis
 
FacebookApi() - Constructor for class oauthP5.apis.FacebookApi
 
FlickrApi - Class in oauthP5.apis
OAuth API for Flickr.
FlickrApi() - Constructor for class oauthP5.apis.FlickrApi
 
Foursquare2Api - Class in oauthP5.apis
 
Foursquare2Api() - Constructor for class oauthP5.apis.Foursquare2Api
 
FoursquareApi - Class in oauthP5.apis
 
FoursquareApi() - Constructor for class oauthP5.apis.FoursquareApi
 
FreelancerApi - Class in oauthP5.apis
 
FreelancerApi() - Constructor for class oauthP5.apis.FreelancerApi
 
FreelancerApi.Sandbox - Class in oauthP5.apis
 
FreelancerApi.Sandbox() - Constructor for class oauthP5.apis.FreelancerApi.Sandbox
 

G

getAccessToken(Token, Verifier) - Method in class oauthP5.oauth.OAuth10aServiceImpl
Retrieve the access token
getAccessToken(Token, Verifier) - Method in class oauthP5.oauth.OAuth20ServiceImpl
Retrieve the access token
getAccessToken(Token, Verifier) - Method in interface oauthP5.oauth.OAuthService
Retrieve the access token
getAccessTokenEndpoint() - Method in class oauthP5.apis.ConstantContactApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.DefaultApi10a
Returns the URL that receives the access token requests.
getAccessTokenEndpoint() - Method in class oauthP5.apis.DefaultApi20
Returns the URL that receives the access token requests.
getAccessTokenEndpoint() - Method in class oauthP5.apis.DiggApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.DropBoxApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.EvernoteApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.EvernoteApi.Sandbox
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.FacebookApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.FlickrApi
Returns the URL that receives the access token requests.
getAccessTokenEndpoint() - Method in class oauthP5.apis.Foursquare2Api
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.FoursquareApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.FreelancerApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.FreelancerApi.Sandbox
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.GetGlueApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.GoogleApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.ImgUrApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.KaixinApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.KaixinApi20
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.LinkedInApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.LiveApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.LoveFilmApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.MeetupApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.MisoApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.NeteaseWeibooApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.NetProspexApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.OpenPathsApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.PlurkApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.Px500Api
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.QWeiboApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.RenrenApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.SapoApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.SimpleGeoApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.SinaWeiboApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.SinaWeiboApi20
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.SkyrockApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.SohuWeiboApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.TumblrApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.TwitterApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.TwitterApi.SSL
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.VimeoApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.VkontakteApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.YahooApi
 
getAccessTokenEndpoint() - Method in class oauthP5.apis.YammerApi
 
getAccessTokenExtractor() - Method in class oauthP5.apis.DefaultApi10a
Returns the access token extractor.
getAccessTokenExtractor() - Method in class oauthP5.apis.DefaultApi20
Returns the access token extractor.
getAccessTokenExtractor() - Method in class oauthP5.apis.Foursquare2Api
 
getAccessTokenExtractor() - Method in class oauthP5.apis.KaixinApi20
 
getAccessTokenExtractor() - Method in class oauthP5.apis.LiveApi
 
getAccessTokenExtractor() - Method in class oauthP5.apis.RenrenApi
 
getAccessTokenExtractor() - Method in class oauthP5.apis.SinaWeiboApi20
 
getAccessTokenExtractor() - Method in class oauthP5.apis.VkontakteApi
 
getAccessTokenVerb() - Method in class oauthP5.apis.DefaultApi10a
Returns the verb for the access token endpoint (defaults to POST)
getAccessTokenVerb() - Method in class oauthP5.apis.DefaultApi20
Returns the verb for the access token endpoint (defaults to GET)
getAccessTokenVerb() - Method in class oauthP5.apis.FreelancerApi
 
getAccessTokenVerb() - Method in class oauthP5.apis.GoogleApi
 
getAccessTokenVerb() - Method in class oauthP5.apis.KaixinApi
 
getAccessTokenVerb() - Method in class oauthP5.apis.SapoApi
 
getAccessTokenVerb() - Method in class oauthP5.apis.SinaWeiboApi20
 
getApiKey() - Method in class oauthP5.oauth.OAuthConfig
 
getApiSecret() - Method in class oauthP5.oauth.OAuthConfig
 
getAuthenticateUrl(Token) - Method in class oauthP5.apis.NeteaseWeibooApi
this method is for web client with callback url if you're creating a desktop client please call getAuthorizationUrl via http://open.t.163.com/wiki/index.php?title=%E8%AF%B7%E6%B1%82%E7%94%A8%E6%88%B7%E6%8E%88%E6%9D%83Token(oauth/authenticate)
getAuthorizationUrl(Token) - Method in class oauthP5.apis.ConstantContactApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.DefaultApi10a
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(OAuthConfig) - Method in class oauthP5.apis.DefaultApi20
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(Token) - Method in class oauthP5.apis.DiggApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.DropBoxApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.EvernoteApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.EvernoteApi.Sandbox
 
getAuthorizationUrl(OAuthConfig) - Method in class oauthP5.apis.FacebookApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.FlickrApi
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(OAuthConfig) - Method in class oauthP5.apis.Foursquare2Api
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.FoursquareApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.FreelancerApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.FreelancerApi.Sandbox
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.GetGlueApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.GoogleApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.ImgUrApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.KaixinApi
 
getAuthorizationUrl(OAuthConfig) - Method in class oauthP5.apis.KaixinApi20
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.LinkedInApi
 
getAuthorizationUrl(OAuthConfig) - Method in class oauthP5.apis.LiveApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.LoveFilmApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.MeetupApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.MisoApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.NeteaseWeibooApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.NetProspexApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.OpenPathsApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.PlurkApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.PlurkApi.Mobile
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.Px500Api
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.QWeiboApi
 
getAuthorizationUrl(OAuthConfig) - Method in class oauthP5.apis.RenrenApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.SapoApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.SimpleGeoApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.SinaWeiboApi
 
getAuthorizationUrl(OAuthConfig) - Method in class oauthP5.apis.SinaWeiboApi20
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.SkyrockApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.SohuWeiboApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.TumblrApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.TwitterApi.Authenticate
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.TwitterApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.VimeoApi
 
getAuthorizationUrl(OAuthConfig) - Method in class oauthP5.apis.VkontakteApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.YahooApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.apis.YammerApi
 
getAuthorizationUrl(Token) - Method in class oauthP5.oauth.OAuth10aServiceImpl
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(Token) - Method in class oauthP5.oauth.OAuth20ServiceImpl
Returns the URL where you should redirect your users to authenticate your application.
getAuthorizationUrl(Token) - Method in interface oauthP5.oauth.OAuthService
Returns the URL where you should redirect your users to authenticate your application.
getBaseStringExtractor() - Method in class oauthP5.apis.DefaultApi10a
Returns the base string extractor.
getBaseStringExtractor() - Method in class oauthP5.apis.OpenPathsApi
 
getBody() - Method in class oauthP5.oauth.Response
Obtains the HTTP Response body
getCallback() - Method in class oauthP5.oauth.OAuthConfig
 
getCode() - Method in class oauthP5.oauth.Response
Obtains the HTTP status code
GetGlueApi - Class in oauthP5.apis
 
GetGlueApi() - Constructor for class oauthP5.apis.GetGlueApi
 
getHeader(String) - Method in class oauthP5.oauth.Response
Obtains a single HTTP Header value, or null if undefined
getHeaderExtractor() - Method in class oauthP5.apis.DefaultApi10a
Returns the header extractor.
getHeaders() - Method in class oauthP5.oauth.Response
Obtains a Map containing the HTTP Response Headers
getNonce() - Method in interface oauthP5.oauth.TimestampService
Returns a nonce (unique value for each request)
getNonce() - Method in class oauthP5.oauth.TimestampServiceImpl
Returns a nonce (unique value for each request)
getOauthParameters() - Method in class oauthP5.oauth.OAuthRequest
Returns the Map containing the key-value pair of parameters.
getRawResponse() - Method in class oauthP5.oauth.Token
 
getRequestToken() - Method in class oauthP5.oauth.OAuth10aServiceImpl
Retrieve the request token.
getRequestToken() - Method in class oauthP5.oauth.OAuth20ServiceImpl
Retrieve the request token.
getRequestToken() - Method in interface oauthP5.oauth.OAuthService
Retrieve the request token.
getRequestTokenEndpoint() - Method in class oauthP5.apis.ConstantContactApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.DefaultApi10a
Returns the URL that receives the request token requests.
getRequestTokenEndpoint() - Method in class oauthP5.apis.DiggApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.DropBoxApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.EvernoteApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.EvernoteApi.Sandbox
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.FlickrApi
Returns the URL that receives the request token requests.
getRequestTokenEndpoint() - Method in class oauthP5.apis.FoursquareApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.FreelancerApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.FreelancerApi.Sandbox
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.GetGlueApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.GoogleApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.ImgUrApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.KaixinApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.LinkedInApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.LoveFilmApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.MeetupApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.MisoApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.NeteaseWeibooApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.NetProspexApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.OpenPathsApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.PlurkApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.Px500Api
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.QWeiboApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.SapoApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.SimpleGeoApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.SinaWeiboApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.SkyrockApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.SohuWeiboApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.TumblrApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.TwitterApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.TwitterApi.SSL
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.VimeoApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.YahooApi
 
getRequestTokenEndpoint() - Method in class oauthP5.apis.YammerApi
 
getRequestTokenExtractor() - Method in class oauthP5.apis.DefaultApi10a
Returns the request token extractor.
getRequestTokenVerb() - Method in class oauthP5.apis.DefaultApi10a
Returns the verb for the request token endpoint (defaults to POST)
getRequestTokenVerb() - Method in class oauthP5.apis.FreelancerApi
 
getRequestTokenVerb() - Method in class oauthP5.apis.GoogleApi
 
getRequestTokenVerb() - Method in class oauthP5.apis.KaixinApi
 
getRequestTokenVerb() - Method in class oauthP5.apis.SapoApi
 
getScope() - Method in class oauthP5.oauth.OAuthConfig
 
getSecret() - Method in class oauthP5.oauth.Token
 
getSignature(String, String, String) - Method in class oauthP5.oauth.HMACSha1SignatureService
Returns the signature
getSignature(String, String, String) - Method in class oauthP5.oauth.PlaintextSignatureService
Returns the signature
getSignature(String, String, String) - Method in interface oauthP5.oauth.SignatureService
Returns the signature
getSignatureMethod() - Method in class oauthP5.oauth.HMACSha1SignatureService
Returns the signature method/algorithm
getSignatureMethod() - Method in class oauthP5.oauth.PlaintextSignatureService
Returns the signature method/algorithm
getSignatureMethod() - Method in interface oauthP5.oauth.SignatureService
Returns the signature method/algorithm
getSignatureService() - Method in class oauthP5.apis.DefaultApi10a
Returns the signature service.
getSignatureService() - Method in class oauthP5.apis.YammerApi
 
getSignatureType() - Method in class oauthP5.oauth.OAuthConfig
 
getStream() - Method in class oauthP5.oauth.Response
Obtains the meaningful stream of the HttpUrlConnection, either inputStream or errorInputStream, depending on the status code
getStreamContents(InputStream) - Static method in class oauthP5.oauth.StreamUtils
Returns the stream contents as an UTF-8 encoded string
getTimestampInSeconds() - Method in interface oauthP5.oauth.TimestampService
Returns the unix epoch timestamp in seconds
getTimestampInSeconds() - Method in class oauthP5.oauth.TimestampServiceImpl
Returns the unix epoch timestamp in seconds
getTimestampService() - Method in class oauthP5.apis.DefaultApi10a
Returns the timestamp service.
getToken() - Method in class oauthP5.oauth.Token
 
getValue() - Method in class oauthP5.oauth.Verifier
 
getVersion() - Method in class oauthP5.oauth.OAuth10aServiceImpl
Returns the OAuth version of the service.
getVersion() - Method in class oauthP5.oauth.OAuth20ServiceImpl
Returns the OAuth version of the service.
getVersion() - Method in interface oauthP5.oauth.OAuthService
Returns the OAuth version of the service.
GoogleApi - Class in oauthP5.apis
 
GoogleApi() - Constructor for class oauthP5.apis.GoogleApi
 

H

hashCode() - Method in class oauthP5.oauth.Parameter
 
hasScope() - Method in class oauthP5.oauth.OAuthConfig
 
HEADER - Static variable in class oauthP5.oauth.OAuthConstants
 
HeaderExtractor - Interface in oauthP5.oauth
Simple command object that generates an OAuth Authorization header to include in the request.
HeaderExtractorImpl - Class in oauthP5.oauth
Default implementation of HeaderExtractor.
HeaderExtractorImpl() - Constructor for class oauthP5.oauth.HeaderExtractorImpl
 
HMACSha1SignatureService - Class in oauthP5.oauth
HMAC-SHA1 implementation of
HMACSha1SignatureService() - Constructor for class oauthP5.oauth.HMACSha1SignatureService
 

I

ImgUrApi - Class in oauthP5.apis
OAuth API for ImgUr
ImgUrApi() - Constructor for class oauthP5.apis.ImgUrApi
 
isSuccessful() - Method in class oauthP5.oauth.Response
 

J

JsonTokenExtractor - Class in oauthP5.oauth
 
JsonTokenExtractor() - Constructor for class oauthP5.oauth.JsonTokenExtractor
 

K

KaixinApi - Class in oauthP5.apis
 
KaixinApi() - Constructor for class oauthP5.apis.KaixinApi
 
KaixinApi20 - Class in oauthP5.apis
Kaixin(http://www.kaixin001.com/) open platform api based on OAuth 2.0.
KaixinApi20() - Constructor for class oauthP5.apis.KaixinApi20
 

L

LinkedInApi - Class in oauthP5.apis
 
LinkedInApi() - Constructor for class oauthP5.apis.LinkedInApi
 
LiveApi - Class in oauthP5.apis
 
LiveApi() - Constructor for class oauthP5.apis.LiveApi
 
log(String) - Method in class oauthP5.oauth.OAuthConfig
 
LoveFilmApi - Class in oauthP5.apis
 
LoveFilmApi() - Constructor for class oauthP5.apis.LoveFilmApi
 

M

MapUtils - Class in oauthP5.oauth
 
MapUtils() - Constructor for class oauthP5.oauth.MapUtils
 
MeetupApi - Class in oauthP5.apis
OAuth access to the Meetup.com API.
MeetupApi() - Constructor for class oauthP5.apis.MeetupApi
 
MisoApi - Class in oauthP5.apis
 
MisoApi() - Constructor for class oauthP5.apis.MisoApi
 

N

NeteaseWeibooApi - Class in oauthP5.apis
 
NeteaseWeibooApi() - Constructor for class oauthP5.apis.NeteaseWeibooApi
 
NetProspexApi - Class in oauthP5.apis
 
NetProspexApi() - Constructor for class oauthP5.apis.NetProspexApi
 
NONCE - Static variable in class oauthP5.oauth.OAuthConstants
 

O

OAuth10aServiceImpl - Class in oauthP5.oauth
OAuth 1.0a implementation of OAuthService
OAuth10aServiceImpl(DefaultApi10a, OAuthConfig) - Constructor for class oauthP5.oauth.OAuth10aServiceImpl
Default constructor
OAuth20ServiceImpl - Class in oauthP5.oauth
 
OAuth20ServiceImpl(DefaultApi20, OAuthConfig) - Constructor for class oauthP5.oauth.OAuth20ServiceImpl
Default constructor
OAuthConfig - Class in oauthP5.oauth
Parameter object that groups OAuth config values
OAuthConfig(String, String) - Constructor for class oauthP5.oauth.OAuthConfig
 
OAuthConfig(String, String, String, SignatureType, String, OutputStream) - Constructor for class oauthP5.oauth.OAuthConfig
 
OAuthConnectionException - Exception in oauthP5.oauth
 
OAuthConnectionException(Exception) - Constructor for exception oauthP5.oauth.OAuthConnectionException
 
OAuthConstants - Class in oauthP5.oauth
This class contains OAuth constants, used project-wide
OAuthConstants() - Constructor for class oauthP5.oauth.OAuthConstants
 
OAuthEncoder - Class in oauthP5.oauth
 
OAuthEncoder() - Constructor for class oauthP5.oauth.OAuthEncoder
 
OAuthException - Exception in oauthP5.oauth
Default scribe exception.
OAuthException(String, Exception) - Constructor for exception oauthP5.oauth.OAuthException
Default constructor
OAuthException(String) - Constructor for exception oauthP5.oauth.OAuthException
No-exception constructor.
oauthP5.apis - package oauthP5.apis
 
oauthP5.oauth - package oauthP5.oauth
 
OAuthParametersMissingException - Exception in oauthP5.oauth
Specialized exception that represents a missing OAuth parameter.
OAuthParametersMissingException(OAuthRequest) - Constructor for exception oauthP5.oauth.OAuthParametersMissingException
Default constructor.
OAuthRequest - Class in oauthP5.oauth
The representation of an OAuth HttpRequest.
OAuthRequest(Verb, String) - Constructor for class oauthP5.oauth.OAuthRequest
Default constructor.
OAuthService - Interface in oauthP5.oauth
The main Scribe object.
OAuthSignatureException - Exception in oauthP5.oauth
Specialized exception that represents a problem in the signature
OAuthSignatureException(String, Exception) - Constructor for exception oauthP5.oauth.OAuthSignatureException
Default constructor
OpenPathsApi - Class in oauthP5.apis
 
OpenPathsApi() - Constructor for class oauthP5.apis.OpenPathsApi
 
OpenPathsApi.OpenPathsBaseStringExtractor - Class in oauthP5.apis
 
OpenPathsApi.OpenPathsBaseStringExtractor() - Constructor for class oauthP5.apis.OpenPathsApi.OpenPathsBaseStringExtractor
 
OpenPathsApi.ParameterListExt - Class in oauthP5.apis
So these are actually non-ideal because they require changing access levels of Scribe's original code (which means we can't use Scribe in a jar.) But maybe that's okay and we only want selected parts of Scribe in our P5-OAuth library anyway.
OpenPathsApi.ParameterListExt() - Constructor for class oauthP5.apis.OpenPathsApi.ParameterListExt
 
OUT_OF_BAND - Static variable in class oauthP5.oauth.OAuthConstants
 

P

PARAM_PREFIX - Static variable in class oauthP5.oauth.OAuthConstants
 
Parameter - Class in oauthP5.oauth
 
Parameter(String, String) - Constructor for class oauthP5.oauth.Parameter
 
ParameterList - Class in oauthP5.oauth
 
ParameterList() - Constructor for class oauthP5.oauth.ParameterList
 
ParameterList(Map<String, String>) - Constructor for class oauthP5.oauth.ParameterList
 
PlaintextSignatureService - Class in oauthP5.oauth
plaintext implementation of
PlaintextSignatureService() - Constructor for class oauthP5.oauth.PlaintextSignatureService
 
PlurkApi - Class in oauthP5.apis
 
PlurkApi() - Constructor for class oauthP5.apis.PlurkApi
 
PlurkApi.Mobile - Class in oauthP5.apis
 
PlurkApi.Mobile() - Constructor for class oauthP5.apis.PlurkApi.Mobile
 
Preconditions - Class in oauthP5.oauth
Utils for checking preconditions and invariants
Preconditions() - Constructor for class oauthP5.oauth.Preconditions
 
provider(Class<? extends Api>) - Method in class oauthP5.oauth.ServiceBuilder
Configures the Api
provider(Api) - Method in class oauthP5.oauth.ServiceBuilder
Configures the Api Overloaded version.
Px500Api - Class in oauthP5.apis
 
Px500Api() - Constructor for class oauthP5.apis.Px500Api
 

Q

QWeiboApi - Class in oauthP5.apis
 
QWeiboApi() - Constructor for class oauthP5.apis.QWeiboApi
 

R

REDIRECT_URI - Static variable in class oauthP5.oauth.OAuthConstants
 
remove(Parameter) - Method in class oauthP5.apis.OpenPathsApi.ParameterListExt
 
RenrenApi - Class in oauthP5.apis
Renren(http://www.renren.com/) OAuth 2.0 based api.
RenrenApi() - Constructor for class oauthP5.apis.RenrenApi
 
RequestTokenExtractor - Interface in oauthP5.oauth
Simple command object that extracts a Token from a String
Response - Class in oauthP5.oauth
Represents an HTTP Response.

S

SapoApi - Class in oauthP5.apis
 
SapoApi() - Constructor for class oauthP5.apis.SapoApi
 
SCOPE - Static variable in class oauthP5.oauth.OAuthConstants
 
scope(String) - Method in class oauthP5.oauth.ServiceBuilder
Configures the OAuth scope.
ServiceBuilder - Class in oauthP5.oauth
Implementation of the Builder pattern, with a fluent interface that creates a OAuthService
ServiceBuilder() - Constructor for class oauthP5.oauth.ServiceBuilder
Default constructor
SIGN_METHOD - Static variable in class oauthP5.oauth.OAuthConstants
 
SIGNATURE - Static variable in class oauthP5.oauth.OAuthConstants
 
SignatureService - Interface in oauthP5.oauth
Signs a base string, returning the OAuth signature
signatureType(SignatureType) - Method in class oauthP5.oauth.ServiceBuilder
Configures the signature type, choose between header, querystring, etc.
SignatureType - Enum in oauthP5.oauth
 
signRequest(Token, OAuthRequest) - Method in class oauthP5.oauth.OAuth10aServiceImpl
Signs am OAuth request
signRequest(Token, OAuthRequest) - Method in class oauthP5.oauth.OAuth20ServiceImpl
Signs am OAuth request
signRequest(Token, OAuthRequest) - Method in interface oauthP5.oauth.OAuthService
Signs am OAuth request
SimpleGeoApi - Class in oauthP5.apis
 
SimpleGeoApi() - Constructor for class oauthP5.apis.SimpleGeoApi
 
SinaWeiboApi - Class in oauthP5.apis
 
SinaWeiboApi() - Constructor for class oauthP5.apis.SinaWeiboApi
 
SinaWeiboApi20 - Class in oauthP5.apis
SinaWeibo OAuth 2.0 api.
SinaWeiboApi20() - Constructor for class oauthP5.apis.SinaWeiboApi20
 
size() - Method in class oauthP5.oauth.ParameterList
 
SkyrockApi - Class in oauthP5.apis
OAuth API for Skyrock.
SkyrockApi() - Constructor for class oauthP5.apis.SkyrockApi
 
SohuWeiboApi - Class in oauthP5.apis
 
SohuWeiboApi() - Constructor for class oauthP5.apis.SohuWeiboApi
 
sort() - Method in class oauthP5.oauth.ParameterList
 
StreamUtils - Class in oauthP5.oauth
Utils to deal with Streams.
StreamUtils() - Constructor for class oauthP5.oauth.StreamUtils
 

T

TIMESTAMP - Static variable in class oauthP5.oauth.OAuthConstants
 
TimestampService - Interface in oauthP5.oauth
Unix epoch timestamp generator.
TimestampServiceImpl - Class in oauthP5.oauth
Implementation of TimestampService using plain java classes.
TimestampServiceImpl() - Constructor for class oauthP5.oauth.TimestampServiceImpl
Default constructor.
TOKEN - Static variable in class oauthP5.oauth.OAuthConstants
 
Token - Class in oauthP5.oauth
Represents an OAuth token (either request or access token) and its secret
Token(String, String) - Constructor for class oauthP5.oauth.Token
Default constructor
Token(String, String, String) - Constructor for class oauthP5.oauth.Token
 
TOKEN_SECRET - Static variable in class oauthP5.oauth.OAuthConstants
 
TokenExtractor20Impl - Class in oauthP5.oauth
Default implementation of .
TokenExtractor20Impl() - Constructor for class oauthP5.oauth.TokenExtractor20Impl
 
TokenExtractorImpl - Class in oauthP5.oauth
Default implementation of and .
TokenExtractorImpl() - Constructor for class oauthP5.oauth.TokenExtractorImpl
 
toString(Map<K, V>) - Static method in class oauthP5.oauth.MapUtils
 
toString() - Method in class oauthP5.oauth.OAuthRequest
 
toString() - Method in class oauthP5.oauth.Token
 
TumblrApi - Class in oauthP5.apis
 
TumblrApi() - Constructor for class oauthP5.apis.TumblrApi
 
TwitterApi - Class in oauthP5.apis
 
TwitterApi() - Constructor for class oauthP5.apis.TwitterApi
 
TwitterApi.Authenticate - Class in oauthP5.apis
Twitter 'friendlier' authorization endpoint for OAuth.
TwitterApi.Authenticate() - Constructor for class oauthP5.apis.TwitterApi.Authenticate
 
TwitterApi.Authorize - Class in oauthP5.apis
Just an alias to the default (SSL) authorization endpoint.
TwitterApi.Authorize() - Constructor for class oauthP5.apis.TwitterApi.Authorize
 
TwitterApi.SSL - Class in oauthP5.apis
 
TwitterApi.SSL() - Constructor for class oauthP5.apis.TwitterApi.SSL
 

V

valueOf(String) - Static method in enum oauthP5.oauth.SignatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oauthP5.oauth.Verb
Returns the enum constant of this type with the specified name.
values() - Static method in enum oauthP5.oauth.SignatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oauthP5.oauth.Verb
Returns an array containing the constants of this enum type, in the order they are declared.
Verb - Enum in oauthP5.oauth
An enumeration containing the most common HTTP Verbs.
VERIFIER - Static variable in class oauthP5.oauth.OAuthConstants
 
Verifier - Class in oauthP5.oauth
Represents an OAuth verifier code.
Verifier(String) - Constructor for class oauthP5.oauth.Verifier
Default constructor.
VERSION - Static variable in class oauthP5.oauth.OAuthConstants
 
VimeoApi - Class in oauthP5.apis
 
VimeoApi() - Constructor for class oauthP5.apis.VimeoApi
 
VkontakteApi - Class in oauthP5.apis
 
VkontakteApi() - Constructor for class oauthP5.apis.VkontakteApi
 

Y

YahooApi - Class in oauthP5.apis
 
YahooApi() - Constructor for class oauthP5.apis.YahooApi
 
YammerApi - Class in oauthP5.apis
 
YammerApi() - Constructor for class oauthP5.apis.YammerApi
 

A B C D E F G H I J K L M N O P Q R S T V Y

Processing library oauthP5 by New York Times R&D Lab. (c) 2012