Uses of Interface
com.fitbit.api.client.FitbitApiCredentialsCache

Packages that use FitbitApiCredentialsCache
com.fitbit.api.client   
com.fitbit.api.client.service   
 

Uses of FitbitApiCredentialsCache in com.fitbit.api.client
 

Classes in com.fitbit.api.client that implement FitbitApiCredentialsCache
 class FitbitApiCredentialsCacheMapImpl
           
 

Methods in com.fitbit.api.client that return FitbitApiCredentialsCache
 FitbitApiCredentialsCache FitbitApiClientAgent.getCredentialsCache()
          Retrieves credentials cache
 

Constructors in com.fitbit.api.client with parameters of type FitbitApiCredentialsCache
FitbitApiClientAgent(String apiBaseUrl, String webBaseUrl, FitbitApiCredentialsCache credentialsCache)
          Creates FitbitApiClientAgent with custom API hosts and credentials cache.
 

Uses of FitbitApiCredentialsCache in com.fitbit.api.client.service
 

Fields in com.fitbit.api.client.service declared as FitbitApiCredentialsCache
protected  FitbitApiCredentialsCache FitbitAPIClientService.credentialsCache
           
 

Constructors in com.fitbit.api.client.service with parameters of type FitbitApiCredentialsCache
FitbitAPIClientService(C client, String consumerKey, String consumerSecret, FitbitApiCredentialsCache credentialsCache, FitbitAPIEntityCache entityCache, FitbitApiSubscriptionStorage subscriptionStore)
           
 



Copyright © 2012. All Rights Reserved.