Uses of Class
com.google.auth.oauth2.ExternalAccountCredentials.CredentialSource
Packages that use ExternalAccountCredentials.CredentialSource
-
Uses of ExternalAccountCredentials.CredentialSource in com.google.auth.oauth2
Subclasses of ExternalAccountCredentials.CredentialSource in com.google.auth.oauth2Modifier and TypeClassDescriptionclass
The AWS credential source.class
The IdentityPool credential source.class
Encapsulates the credential source portion of the configuration for PluggableAuthCredentials.Fields in com.google.auth.oauth2 declared as ExternalAccountCredentials.CredentialSourceModifier and TypeFieldDescriptionExternalAccountCredentials.Builder.credentialSource
private final ExternalAccountCredentials.CredentialSource
ExternalAccountCredentials.credentialSource
Methods in com.google.auth.oauth2 that return ExternalAccountCredentials.CredentialSourceMethods in com.google.auth.oauth2 with parameters of type ExternalAccountCredentials.CredentialSourceModifier and TypeMethodDescriptionExternalAccountCredentials.Builder.setCredentialSource
(ExternalAccountCredentials.CredentialSource credentialSource) Sets the external credential source.Constructors in com.google.auth.oauth2 with parameters of type ExternalAccountCredentials.CredentialSourceModifierConstructorDescriptionprotected
ExternalAccountCredentials
(HttpTransportFactory transportFactory, String audience, String subjectTokenType, String tokenUrl, ExternalAccountCredentials.CredentialSource credentialSource, String tokenInfoUrl, String serviceAccountImpersonationUrl, String quotaProjectId, String clientId, String clientSecret, Collection<String> scopes) Constructor with minimum identifying information and custom HTTP transport.protected
ExternalAccountCredentials
(HttpTransportFactory transportFactory, String audience, String subjectTokenType, String tokenUrl, ExternalAccountCredentials.CredentialSource credentialSource, String tokenInfoUrl, String serviceAccountImpersonationUrl, String quotaProjectId, String clientId, String clientSecret, Collection<String> scopes, EnvironmentProvider environmentProvider) Constructor with minimum identifying information and custom HTTP transport.