Uses of Interface
org.jclouds.oauth.v2.domain.TokenRequestFormat

Packages that use TokenRequestFormat
org.jclouds.oauth.v2.functions   
org.jclouds.oauth.v2.json   
 

Uses of TokenRequestFormat in org.jclouds.oauth.v2.functions
 

Constructors in org.jclouds.oauth.v2.functions with parameters of type TokenRequestFormat
BuildTokenRequest(String assertionTargetDescription, String signatureAlgorithm, TokenRequestFormat tokenRequestFormat, com.google.common.base.Supplier<OAuthCredentials> credentialsSupplier, long tokenDuration)
           
 

Uses of TokenRequestFormat in org.jclouds.oauth.v2.json
 

Classes in org.jclouds.oauth.v2.json that implement TokenRequestFormat
 class JWTTokenRequestFormat
          Formats a token request into JWT format namely: - transforms the token request to json - creates the base64 header.claimset portions of the payload.
 



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