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) CredentialStore
AuthorizationCodeFlow.Builder.credentialStore
Deprecated.private final CredentialStore
AuthorizationCodeFlow.credentialStore
Deprecated.private final CredentialStore
CredentialStoreRefreshListener.credentialStore
Deprecated.Credential store.Methods in com.google.api.client.auth.oauth2 that return CredentialStoreModifier and TypeMethodDescriptionfinal CredentialStore
AuthorizationCodeFlow.Builder.getCredentialStore()
Deprecated.final CredentialStore
AuthorizationCodeFlow.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 TypeClassDescriptionclass
Deprecated.(to be removed in the future) UseFileDataStoreFactory
withStoredCredential
instead, optionally usingFileCredentialStore.migrateTo(FileDataStoreFactory)
orFileCredentialStore.migrateTo(DataStore)
to migrating an existingFileCredentialStore
.
AuthorizationCodeFlow.Builder.getCredentialDataStore()
instead.