Uses of Interface
com.google.auth.RequestMetadataCallback
-
Packages that use RequestMetadataCallback Package Description com.google.auth com.google.auth.oauth2 -
-
Uses of RequestMetadataCallback in com.google.auth
Methods in com.google.auth with parameters of type RequestMetadataCallback Modifier and Type Method Description protected voidCredentials. blockingGetToCallback(java.net.URI uri, RequestMetadataCallback callback)CallCredentials.getRequestMetadata(URI)and pass the result or error to the callback.voidCredentials. getRequestMetadata(java.net.URI uri, java.util.concurrent.Executor executor, RequestMetadataCallback callback)Get the current request metadata without blocking. -
Uses of RequestMetadataCallback in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as RequestMetadataCallback Modifier and Type Field Description private RequestMetadataCallbackOAuth2Credentials.FutureCallbackToMetadataCallbackAdapter. callbackMethods in com.google.auth.oauth2 with parameters of type RequestMetadataCallback Modifier and Type Method Description voidExternalAccountCredentials. getRequestMetadata(java.net.URI uri, java.util.concurrent.Executor executor, RequestMetadataCallback callback)voidOAuth2Credentials. getRequestMetadata(java.net.URI uri, java.util.concurrent.Executor executor, RequestMetadataCallback callback)voidServiceAccountCredentials. getRequestMetadata(java.net.URI uri, java.util.concurrent.Executor executor, RequestMetadataCallback callback)voidServiceAccountJwtAccessCredentials. getRequestMetadata(java.net.URI uri, java.util.concurrent.Executor executor, RequestMetadataCallback callback)Constructors in com.google.auth.oauth2 with parameters of type RequestMetadataCallback Constructor Description FutureCallbackToMetadataCallbackAdapter(RequestMetadataCallback callback)
-