Uses of Class
com.google.auth.Credentials
Packages that use Credentials
-
Uses of Credentials in com.google.auth
Subclasses of Credentials in com.google.authModifier and TypeClassDescriptionclassCredentials class for calling Google APIs using an API key. -
Uses of Credentials in com.google.auth.http
Fields in com.google.auth.http declared as CredentialsMethods in com.google.auth.http that return CredentialsModifier and TypeMethodDescriptionHttpCredentialsAdapter.getCredentials()A getter for the credentials instance being usedConstructors in com.google.auth.http with parameters of type Credentials -
Uses of Credentials in com.google.auth.oauth2
Subclasses of Credentials in com.google.auth.oauth2Modifier and TypeClassDescription(package private) classOAuth2 credentials representing the built-in service account for Google App Engine.classCredentials representing an AWS third-party identity for calling Google APIs.classOAuth2 credentials representing the built-in service account for Google Cloud Shell.classOAuth2 credentials representing the built-in service account for a Google Compute Engine VM.final classDownscopedCredentials enables the ability to downscope, or restrict, the Identity and Access Management (IAM) permissions that a short-lived credential can use for Cloud Storage.classOAuth2 credentials sourced using external identities through Workforce Identity Federation.classBase external account credentials class.classclassBase type for credentials for authorizing calls to Google APIs using OAuth2.classUrl-sourced, file-sourced, or user provided supplier method-sourced external account credentials.classIdTokenCredentials provides a Google Issued OpenIdConnect token.classImpersonatedCredentials allowing credentials issued to a user or service account to impersonate another.classCredentials class for calling Google APIs using a JWT with custom claims.classBase type for Credentials using OAuth2.classA refreshable alternative toOAuth2Credentials.classPluggableAuthCredentials enables the exchange of workload identity pool external credentials for Google access tokens by retrieving 3rd party tokens through a user supplied executable.classOAuth2 credentials representing a Service Account for calling Google APIs.classService Account credentials for calling Google APIs using a JWT directly for access.classOAuth2 Credentials representing a user's identity and consent.Methods in com.google.auth.oauth2 with parameters of type CredentialsModifier and TypeMethodDescription(package private) static IdTokenIamUtils.getIdToken(String serviceAccountEmail, Credentials credentials, com.google.api.client.http.HttpTransport transport, String targetAudience, boolean includeEmail, Map<String, ?> additionalFields, CredentialTypeForMetrics credentialTypeForMetrics) Returns an IdToken issued to the serviceAccount with a specified targetAudience(package private) static byte[]IamUtils.sign(String serviceAccountEmail, Credentials credentials, com.google.api.client.http.HttpTransport transport, byte[] toSign, Map<String, ?> additionalFields) Returns a signature for the provided bytes.