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

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

Uses of Token in org.jclouds.oauth.v2
 

Methods in org.jclouds.oauth.v2 that return Token
 Token OAuthApi.authenticate(TokenRequest tokenRequest)
          Authenticates/Authorizes access to a resource defined in TokenRequest against an OAuth v2 authentication/authorization server.
 

Uses of Token in org.jclouds.oauth.v2.config
 

Methods in org.jclouds.oauth.v2.config that return types with arguments of type Token
 com.google.common.cache.LoadingCache<TokenRequest,Token> OAuthModule.provideAccessCache(com.google.common.base.Function<TokenRequest,Token> getAccess, long sessionIntervalInSeconds)
          Provides a cache for tokens.
 

Method parameters in org.jclouds.oauth.v2.config with type arguments of type Token
 com.google.common.cache.LoadingCache<TokenRequest,Token> OAuthModule.provideAccessCache(com.google.common.base.Function<TokenRequest,Token> getAccess, long sessionIntervalInSeconds)
          Provides a cache for tokens.
 

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

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

Methods in org.jclouds.oauth.v2.domain with parameters of type Token
 Token.Builder Token.Builder.fromToken(Token token)
           
 

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

Methods in org.jclouds.oauth.v2.functions that return Token
 Token FetchToken.apply(TokenRequest input)
           
 



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