Uses of Class
com.google.api.client.auth.oauth2.StoredCredential
-
Packages that use StoredCredential 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 StoredCredential in com.google.api.client.auth.oauth2
Fields in com.google.api.client.auth.oauth2 with type parameters of type StoredCredential Modifier and Type Field Description (package private) com.google.api.client.util.store.DataStore<StoredCredential>AuthorizationCodeFlow.Builder. credentialDataStoreStored credential data store ornullfor none.private com.google.api.client.util.store.DataStore<StoredCredential>AuthorizationCodeFlow. credentialDataStoreStored credential data store ornullfor none.private com.google.api.client.util.store.DataStore<StoredCredential>DataStoreCredentialRefreshListener. credentialDataStoreStored credential data store.Methods in com.google.api.client.auth.oauth2 that return StoredCredential Modifier and Type Method Description StoredCredentialStoredCredential. setAccessToken(java.lang.String accessToken)Sets the access token ornullfor none.StoredCredentialStoredCredential. setExpirationTimeMilliseconds(java.lang.Long expirationTimeMilliseconds)Sets the expected expiration time in milliseconds ornullfor none.StoredCredentialStoredCredential. setRefreshToken(java.lang.String refreshToken)Sets the refresh token ornullfor none.Methods in com.google.api.client.auth.oauth2 that return types with arguments of type StoredCredential Modifier and Type Method Description com.google.api.client.util.store.DataStore<StoredCredential>AuthorizationCodeFlow.Builder. getCredentialDataStore()Beta
Returns the stored credential data store ornullfor none.com.google.api.client.util.store.DataStore<StoredCredential>AuthorizationCodeFlow. getCredentialDataStore()Beta
Returns the stored credential data store ornullfor none.com.google.api.client.util.store.DataStore<StoredCredential>DataStoreCredentialRefreshListener. getCredentialDataStore()Returns the stored credential data store.static com.google.api.client.util.store.DataStore<StoredCredential>StoredCredential. getDefaultDataStore(com.google.api.client.util.store.DataStoreFactory dataStoreFactory)Returns the stored credential data store using the IDDEFAULT_DATA_STORE_ID.Method parameters in com.google.api.client.auth.oauth2 with type arguments of type StoredCredential Modifier and Type Method Description AuthorizationCodeFlow.BuilderAuthorizationCodeFlow.Builder. setCredentialDataStore(com.google.api.client.util.store.DataStore<StoredCredential> credentialDataStore)Beta
Sets the stored credential data store ornullfor none.Constructor parameters in com.google.api.client.auth.oauth2 with type arguments of type StoredCredential Constructor Description DataStoreCredentialRefreshListener(java.lang.String userId, com.google.api.client.util.store.DataStore<StoredCredential> credentialDataStore) -
Uses of StoredCredential in com.google.api.client.extensions.java6.auth.oauth2
Methods in com.google.api.client.extensions.java6.auth.oauth2 that return StoredCredential Modifier and Type Method Description (package private) StoredCredentialFilePersistedCredential. toStoredCredential()Deprecated.Method parameters in com.google.api.client.extensions.java6.auth.oauth2 with type arguments of type StoredCredential Modifier and Type Method Description voidFileCredentialStore. migrateTo(com.google.api.client.util.store.DataStore<StoredCredential> credentialDataStore)Deprecated.Migrates to the new format usingDataStoreofStoredCredential.(package private) voidFilePersistedCredentials. migrateTo(com.google.api.client.util.store.DataStore<StoredCredential> typedDataStore)Deprecated.
-