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