Uses of Interface
com.google.api.client.auth.oauth2.CredentialStore

Packages that use CredentialStore
com.google.api.client.auth.oauth2 OAuth 2.0 authorization as specified in the OAuth 2.0 Protocol
 

Uses of CredentialStore in com.google.api.client.auth.oauth2
 

Classes in com.google.api.client.auth.oauth2 that implement CredentialStore
 class MemoryCredentialStore
          Thread-safe in-memory implementation of a credential store.
 

Methods in com.google.api.client.auth.oauth2 that return CredentialStore
 CredentialStore CredentialStoreRefreshListener.getCredentialStore()
          Returns the credential store.
 CredentialStore AuthorizationCodeFlow.getCredentialStore()
          Returns the credential persistence store or null for none.
 CredentialStore AuthorizationCodeFlow.Builder.getCredentialStore()
          Returns the credential persistence store or null for none.
 

Methods in com.google.api.client.auth.oauth2 with parameters of type CredentialStore
 AuthorizationCodeFlow.Builder AuthorizationCodeFlow.Builder.setCredentialStore(CredentialStore credentialStore)
          Sets the credential persistence store or null for none.
 

Constructors in com.google.api.client.auth.oauth2 with parameters of type CredentialStore
AuthorizationCodeFlow(Credential.AccessMethod method, HttpTransport transport, JsonFactory jsonFactory, GenericUrl tokenServerUrl, HttpExecuteInterceptor clientAuthentication, String clientId, String authorizationServerEncodedUrl, CredentialStore credentialStore, HttpRequestInitializer requestInitializer, String scopes)
           
CredentialStoreRefreshListener(String userId, CredentialStore credentialStore)
           
 



Copyright © 2011-2012 Google. All Rights Reserved.