Uses of Interface
com.google.api.client.auth.oauth2.CredentialStore
-
Packages that use CredentialStore Package Description com.google.api.client.auth.oauth2 Implementation of the OAuth 2.0 Authorization Framework.com.google.api.client.extensions.java6.auth.oauth2 OAuth 2.0 utilities that help simplify the authorization flow on Java 6. -
-
Uses of CredentialStore in com.google.api.client.auth.oauth2
Fields in com.google.api.client.auth.oauth2 declared as CredentialStore Modifier and Type Field Description (package private) CredentialStoreAuthorizationCodeFlow.Builder. credentialStoreDeprecated.private CredentialStoreAuthorizationCodeFlow. credentialStoreDeprecated.private CredentialStoreCredentialStoreRefreshListener. credentialStoreDeprecated.Credential store.Methods in com.google.api.client.auth.oauth2 that return CredentialStore Modifier and Type Method Description CredentialStoreAuthorizationCodeFlow.Builder. getCredentialStore()Deprecated.(to be removed in the future) UseAuthorizationCodeFlow.Builder.getCredentialDataStore()instead.CredentialStoreAuthorizationCodeFlow. getCredentialStore()Deprecated.(to be removed in the future) UseAuthorizationCodeFlow.getCredentialDataStore()instead.CredentialStoreCredentialStoreRefreshListener. getCredentialStore()Deprecated.Returns the credential store.Methods in com.google.api.client.auth.oauth2 with parameters of type CredentialStore Modifier and Type Method Description AuthorizationCodeFlow.BuilderAuthorizationCodeFlow.Builder. setCredentialStore(CredentialStore credentialStore)Deprecated.(to be removed in the future) UseAuthorizationCodeFlow.Builder.setDataStoreFactory(DataStoreFactory)orAuthorizationCodeFlow.Builder.setCredentialDataStore(DataStore)instead.Constructors in com.google.api.client.auth.oauth2 with parameters of type CredentialStore Constructor Description CredentialStoreRefreshListener(java.lang.String userId, CredentialStore credentialStore)Deprecated. -
Uses of CredentialStore in com.google.api.client.extensions.java6.auth.oauth2
Classes in com.google.api.client.extensions.java6.auth.oauth2 that implement CredentialStore Modifier and Type Class Description classFileCredentialStoreDeprecated.(to be removed in the future) UseFileDataStoreFactorywithStoredCredentialinstead, optionally usingFileCredentialStore.migrateTo(FileDataStoreFactory)orFileCredentialStore.migrateTo(DataStore)to migrating an existingFileCredentialStore.
-