Uses of Package
org.jclouds.oauth.v2.domain

Packages that use org.jclouds.oauth.v2.domain
org.jclouds.oauth.v2   
org.jclouds.oauth.v2.config   
org.jclouds.oauth.v2.domain   
org.jclouds.oauth.v2.functions   
org.jclouds.oauth.v2.json   
 

Classes in org.jclouds.oauth.v2.domain used by org.jclouds.oauth.v2
Token
          The oauth token, obtained upon a successful token request and ready to embed in requests.
TokenRequest
          A complete token request.
 

Classes in org.jclouds.oauth.v2.domain used by org.jclouds.oauth.v2.config
Token
          The oauth token, obtained upon a successful token request and ready to embed in requests.
TokenRequest
          A complete token request.
 

Classes in org.jclouds.oauth.v2.domain used by org.jclouds.oauth.v2.domain
ClaimSet
          The claimset for the token.
ClaimSet.Builder
           
Header
          The header for the OAuth token, contains the signer algorithm's name and the type of the token
Header.Builder
           
OAuthCredentials
          Special kind credentials for oauth authentication that includes PrivateKey to sign requests.
OAuthCredentials.Builder
           
Token
          The oauth token, obtained upon a successful token request and ready to embed in requests.
Token.Builder
           
TokenRequest
          A complete token request.
TokenRequest.Builder
           
 

Classes in org.jclouds.oauth.v2.domain used by org.jclouds.oauth.v2.functions
OAuthCredentials
          Special kind credentials for oauth authentication that includes PrivateKey to sign requests.
Token
          The oauth token, obtained upon a successful token request and ready to embed in requests.
TokenRequest
          A complete token request.
TokenRequestFormat
          Transforms a TokenRequest into a specific format (e.g.
 

Classes in org.jclouds.oauth.v2.domain used by org.jclouds.oauth.v2.json
ClaimSet
          The claimset for the token.
Header
          The header for the OAuth token, contains the signer algorithm's name and the type of the token
TokenRequest
          A complete token request.
TokenRequestFormat
          Transforms a TokenRequest into a specific format (e.g.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.