Uses of Class
com.google.auth.oauth2.OAuth2Credentials.OAuthValue
-
Packages that use OAuth2Credentials.OAuthValue Package Description com.google.auth.oauth2 -
-
Uses of OAuth2Credentials.OAuthValue in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as OAuth2Credentials.OAuthValue Modifier and Type Field Description private OAuth2Credentials.OAuthValue
OAuth2Credentials. value
Fields in com.google.auth.oauth2 with type parameters of type OAuth2Credentials.OAuthValue Modifier and Type Field Description private 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.OAuthValue Modifier and Type Method Description (package private) static OAuth2Credentials.OAuthValue
OAuth2Credentials.OAuthValue. create(AccessToken token, java.util.Map<java.lang.String,java.util.List<java.lang.String>> additionalHeaders)
Methods in com.google.auth.oauth2 that return types with arguments of type OAuth2Credentials.OAuthValue Modifier and Type Method Description private com.google.common.util.concurrent.ListenableFuture<OAuth2Credentials.OAuthValue>
OAuth2Credentials. asyncFetch(java.util.concurrent.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.OAuthValue Modifier and Type Method Description void
OAuth2Credentials.FutureCallbackToMetadataCallbackAdapter. onSuccess(OAuth2Credentials.OAuthValue value)
Method parameters in com.google.auth.oauth2 with type arguments of type OAuth2Credentials.OAuthValue Modifier and Type Method Description private 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.OAuthValue Constructor Description RefreshTask(com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task, OAuth2Credentials.RefreshTaskListener listener)
RefreshTaskListener(com.google.common.util.concurrent.ListenableFutureTask<OAuth2Credentials.OAuthValue> task)
-