Uses of Interface
com.google.api.client.auth.oauth2.CredentialStore
Packages that use CredentialStore
Package
Description
Implementation of the OAuth 2.0 Authorization
Framework.
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 CredentialStoreModifier and TypeFieldDescription(package private) CredentialStoreAuthorizationCodeFlow.Builder.credentialStoreDeprecated.private final CredentialStoreAuthorizationCodeFlow.credentialStoreDeprecated.private final CredentialStoreCredentialStoreRefreshListener.credentialStoreDeprecated.Credential store.Methods in com.google.api.client.auth.oauth2 that return CredentialStoreModifier and TypeMethodDescriptionfinal CredentialStoreAuthorizationCodeFlow.Builder.getCredentialStore()Deprecated.final CredentialStoreAuthorizationCodeFlow.getCredentialStore()Deprecated.(to be removed in the future) UseAuthorizationCodeFlow.getCredentialDataStore()instead.CredentialStoreRefreshListener.getCredentialStore()Deprecated.Returns the credential store.Methods in com.google.api.client.auth.oauth2 with parameters of type CredentialStoreModifier and TypeMethodDescriptionAuthorizationCodeFlow.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 CredentialStoreModifierConstructorDescriptionCredentialStoreRefreshListener(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 CredentialStoreModifier and TypeClassDescriptionclassDeprecated.(to be removed in the future) UseFileDataStoreFactorywithStoredCredentialinstead, optionally usingFileCredentialStore.migrateTo(FileDataStoreFactory)orFileCredentialStore.migrateTo(DataStore)to migrating an existingFileCredentialStore.
AuthorizationCodeFlow.Builder.getCredentialDataStore()instead.