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 void
Credentials. blockingGetToCallback(java.net.URI uri, RequestMetadataCallback callback)
CallCredentials.getRequestMetadata(URI)
and pass the result or error to the callback.void
Credentials. 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 RequestMetadataCallback
OAuth2Credentials.FutureCallbackToMetadataCallbackAdapter. callback
Methods in com.google.auth.oauth2 with parameters of type RequestMetadataCallback Modifier and Type Method Description void
ExternalAccountCredentials. getRequestMetadata(java.net.URI uri, java.util.concurrent.Executor executor, RequestMetadataCallback callback)
void
OAuth2Credentials. getRequestMetadata(java.net.URI uri, java.util.concurrent.Executor executor, RequestMetadataCallback callback)
void
ServiceAccountCredentials. getRequestMetadata(java.net.URI uri, java.util.concurrent.Executor executor, RequestMetadataCallback callback)
void
ServiceAccountJwtAccessCredentials. 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)
-