Uses of Class
com.google.auth.oauth2.OAuth2Credentials.OAuthValue
Packages that use OAuth2Credentials.OAuthValue
-
Uses of OAuth2Credentials.OAuthValue in com.google.auth.oauth2
Fields 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.task
private com.google.common.util.concurrent.ListenableFutureTask
<OAuth2Credentials.OAuthValue> OAuth2Credentials.RefreshTaskListener.task
Methods 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 TypeMethodDescriptionvoid
OAuth2Credentials.FutureCallbackToMetadataCallbackAdapter.onSuccess
(OAuth2Credentials.OAuthValue value) Method parameters in com.google.auth.oauth2 with type arguments of type OAuth2Credentials.OAuthValueModifier and TypeMethodDescriptionprivate void
OAuth2Credentials.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)