Uses of Class
org.jclouds.oauth.v2.domain.OAuthCredentials

Packages that use OAuthCredentials
org.jclouds.oauth.v2.domain   
org.jclouds.oauth.v2.functions   
 

Uses of OAuthCredentials in org.jclouds.oauth.v2.domain
 

Methods in org.jclouds.oauth.v2.domain that return OAuthCredentials
 OAuthCredentials OAuthCredentials.Builder.build()
           
 

Methods in org.jclouds.oauth.v2.domain with parameters of type OAuthCredentials
 OAuthCredentials.Builder OAuthCredentials.Builder.fromOauthCredentials(OAuthCredentials credentials)
           
 

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

Methods in org.jclouds.oauth.v2.functions that return OAuthCredentials
 OAuthCredentials OAuthCredentialsSupplier.get()
           
 

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



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