Package com.dyuproject.oauth

Interface Summary
NonceAndTimestamp Nonce and timestamp generator for the request
Signature.Listener Listens on the encoding of every single oauth and request parameter.
TokenManager Manages the token; Provides the ability to get, save or invalidate the token.
 

Class Summary
Constants OAuth constants
Consumer OAuth Consumer helper class which manages the oauth consumer lifecycle
ConsumerContext ConsumerContext - contains all necessary objects to operate on oauth procedures.
Endpoint Endpoint which contains all the information for the target webservice.
HttpAuthTransport Sends the oauth request parameters via the HTTP Authorization header.
HttpGetTransport Sends the oauth request parameters using HTTP GET and appended with queryString
HttpPostTransport Sends the oauth request parameters via HTTP POST with application/x-www-form-urlencoded content type.
Signature Signature - for signing and verification of oauth requests
SimpleNonceAndTimestamp A simple nonce and timestamp generator.
Token Token - stores the keys and state whether it is already useable or not.
TokenExchange Responsible for including certain oath request parameters based from the state of the token.
Transport The scheme/transport which determines how the oauth parameters are sent over http.
 



Copyright © 2008-2013. All Rights Reserved.