Uses of Class
com.google.auth.oauth2.OAuth2Credentials.OAuthValue
Packages that use OAuth2Credentials.OAuthValue
-
Uses of OAuth2Credentials.OAuthValue in com.google.auth.oauth2
Subclasses with type arguments of type OAuth2Credentials.OAuthValue in com.google.auth.oauth2Classes in com.google.auth.oauth2 that implement interfaces with type arguments of type OAuth2Credentials.OAuthValueModifier and TypeClassDescription(package private) static classFields in com.google.auth.oauth2 declared as OAuth2Credentials.OAuthValueFields in com.google.auth.oauth2 with type parameters of type OAuth2Credentials.OAuthValueModifier and TypeFieldDescriptionprivate final com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> OAuth2Credentials.RefreshTask.taskprivate com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> OAuth2Credentials.RefreshTaskListener.taskMethods in com.google.auth.oauth2 that return OAuth2Credentials.OAuthValueMethods in com.google.auth.oauth2 that return types with arguments of type OAuth2Credentials.OAuthValueModifier and TypeMethodDescriptionprivate com.google.common.util.concurrent.ListenableFuture<OAuth2Credentials.OAuthValue> OAuth2Credentials.asyncFetch(Executor executor) Attempts to get a fresh token.com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> OAuth2Credentials.RefreshTask.getTask()Methods in com.google.auth.oauth2 with parameters of type OAuth2Credentials.OAuthValueModifier and TypeMethodDescriptionvoidOAuth2Credentials.FutureCallbackToMetadataCallbackAdapter.onSuccess(OAuth2Credentials.OAuthValue value) Method parameters in com.google.auth.oauth2 with type arguments of type OAuth2Credentials.OAuthValueModifier and TypeMethodDescriptionprivate voidOAuth2Credentials.finishRefreshAsync(com.google.common.util.concurrent.ListenableFuture<OAuth2Credentials.OAuthValue> finishedTask) Async callback for committing the result from a token refresh.Constructor parameters in com.google.auth.oauth2 with type arguments of type OAuth2Credentials.OAuthValueModifierConstructorDescription(package private)RefreshTask(com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task, OAuth2Credentials.RefreshTaskListener listener) (package private)RefreshTaskListener(com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task)