B C E G H O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- blockingGetToCallback(URI, RequestMetadataCallback) - Method in class com.google.auth.Credentials
-
Call
Credentials.getRequestMetadata(URI)and pass the result or error to the callback.
C
- com.google.auth - package com.google.auth
- Credentials - Class in com.google.auth
-
Represents an abstract authorized identity instance.
- Credentials() - Constructor for class com.google.auth.Credentials
E
- equals(Object) - Method in exception com.google.auth.ServiceAccountSigner.SigningException
G
- getAccount() - Method in interface com.google.auth.ServiceAccountSigner
-
Returns the service account associated with the signer.
- getAuthenticationType() - Method in class com.google.auth.Credentials
-
A constant string name describing the authentication technology.
- getRequestMetadata() - Method in class com.google.auth.Credentials
-
Get the current request metadata, refreshing tokens if required.
- getRequestMetadata(URI) - Method in class com.google.auth.Credentials
-
Get the current request metadata in a blocking manner, refreshing tokens if required.
- getRequestMetadata(URI, Executor, RequestMetadataCallback) - Method in class com.google.auth.Credentials
-
Get the current request metadata without blocking.
H
- hashCode() - Method in exception com.google.auth.ServiceAccountSigner.SigningException
- hasRequestMetadata() - Method in class com.google.auth.Credentials
-
Whether the credentials have metadata entries that should be added to each request.
- hasRequestMetadataOnly() - Method in class com.google.auth.Credentials
-
Indicates whether or not the Auth mechanism works purely by including request metadata.
O
- onFailure(Throwable) - Method in interface com.google.auth.RequestMetadataCallback
-
Called when metadata generation failed.
- onSuccess(Map<String, List<String>>) - Method in interface com.google.auth.RequestMetadataCallback
-
Called when metadata is successfully produced.
R
- refresh() - Method in class com.google.auth.Credentials
-
Refresh the authorization data, discarding any cached state.
- RequestMetadataCallback - Interface in com.google.auth
-
The callback that receives the result of the asynchronous
Credentials.getRequestMetadata(java.net.URI, java.util.concurrent.Executor, RequestMetadataCallback).
S
- ServiceAccountSigner - Interface in com.google.auth
-
Interface for a service account signer.
- ServiceAccountSigner.SigningException - Exception in com.google.auth
- sign(byte[]) - Method in interface com.google.auth.ServiceAccountSigner
-
Signs the provided bytes using the private key associated with the service account.
- SigningException(String, Exception) - Constructor for exception com.google.auth.ServiceAccountSigner.SigningException
All Classes All Packages