Uses of Package
com.dyuproject.oauth

Packages that use com.dyuproject.oauth
com.dyuproject.oauth   
com.dyuproject.oauth.manager   
 

Classes in com.dyuproject.oauth used by com.dyuproject.oauth
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.
NonceAndTimestamp
          Nonce and timestamp generator for the request
Signature
          Signature - for signing and verification of oauth requests
Signature.Listener
          Listens on the encoding of every single oauth and request parameter.
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.
TokenManager
          Manages the token; Provides the ability to get, save or invalidate the token.
Transport
          The scheme/transport which determines how the oauth parameters are sent over http.
 

Classes in com.dyuproject.oauth used by com.dyuproject.oauth.manager
Token
          Token - stores the keys and state whether it is already useable or not.
TokenManager
          Manages the token; Provides the ability to get, save or invalidate the token.
 



Copyright © 2008-2013. All Rights Reserved.