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 TypeClassDescriptionclassThe AWS credential source.classThe IdentityPool credential source.classEncapsulates the credential source portion of the configuration for PluggableAuthCredentials.Fields in com.google.auth.oauth2 declared as ExternalAccountCredentials.CredentialSourceModifier and TypeFieldDescriptionExternalAccountCredentials.Builder.credentialSourceprivate final ExternalAccountCredentials.CredentialSourceExternalAccountCredentials.credentialSourceMethods 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.CredentialSourceModifierConstructorDescriptionprotectedExternalAccountCredentials(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.protectedExternalAccountCredentials(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.