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(URI uri, RequestMetadataCallback callback)CallCredentials.getRequestMetadata(URI)and pass the result or error to the callback.voidCredentials. getRequestMetadata(URI uri, Executor executor, RequestMetadataCallback callback)Get the current request metadata without blocking. -
Uses of RequestMetadataCallback in com.google.auth.oauth2
Methods in com.google.auth.oauth2 with parameters of type RequestMetadataCallback Modifier and Type Method Description voidExternalAccountCredentials. getRequestMetadata(URI uri, Executor executor, RequestMetadataCallback callback)voidOAuth2Credentials. getRequestMetadata(URI uri, Executor executor, RequestMetadataCallback callback)voidServiceAccountCredentials. getRequestMetadata(URI uri, Executor executor, RequestMetadataCallback callback)voidServiceAccountJwtAccessCredentials. getRequestMetadata(URI uri, Executor executor, RequestMetadataCallback callback)
-