Uses of Class
com.google.auth.oauth2.ExternalAccountCredentials.CredentialSource
-
Packages that use ExternalAccountCredentials.CredentialSource Package Description com.google.auth.oauth2 -
-
Uses of ExternalAccountCredentials.CredentialSource in com.google.auth.oauth2
Subclasses of ExternalAccountCredentials.CredentialSource in com.google.auth.oauth2 Modifier and Type Class Description class
AwsCredentialSource
The AWS credential source.class
IdentityPoolCredentialSource
The IdentityPool credential source.class
PluggableAuthCredentialSource
Encapsulates the credential source portion of the configuration for PluggableAuthCredentials.Fields in com.google.auth.oauth2 declared as ExternalAccountCredentials.CredentialSource Modifier and Type Field Description protected ExternalAccountCredentials.CredentialSource
ExternalAccountCredentials.Builder. credentialSource
private ExternalAccountCredentials.CredentialSource
ExternalAccountCredentials. credentialSource
Methods in com.google.auth.oauth2 that return ExternalAccountCredentials.CredentialSource Modifier and Type Method Description ExternalAccountCredentials.CredentialSource
ExternalAccountCredentials. getCredentialSource()
Methods in com.google.auth.oauth2 with parameters of type ExternalAccountCredentials.CredentialSource Modifier and Type Method Description ExternalAccountCredentials.Builder
ExternalAccountCredentials.Builder. setCredentialSource(ExternalAccountCredentials.CredentialSource credentialSource)
Sets the external credential source.Constructors in com.google.auth.oauth2 with parameters of type ExternalAccountCredentials.CredentialSource Constructor Description ExternalAccountCredentials(HttpTransportFactory transportFactory, java.lang.String audience, java.lang.String subjectTokenType, java.lang.String tokenUrl, ExternalAccountCredentials.CredentialSource credentialSource, java.lang.String tokenInfoUrl, java.lang.String serviceAccountImpersonationUrl, java.lang.String quotaProjectId, java.lang.String clientId, java.lang.String clientSecret, java.util.Collection<java.lang.String> scopes)
Constructor with minimum identifying information and custom HTTP transport.ExternalAccountCredentials(HttpTransportFactory transportFactory, java.lang.String audience, java.lang.String subjectTokenType, java.lang.String tokenUrl, ExternalAccountCredentials.CredentialSource credentialSource, java.lang.String tokenInfoUrl, java.lang.String serviceAccountImpersonationUrl, java.lang.String quotaProjectId, java.lang.String clientId, java.lang.String clientSecret, java.util.Collection<java.lang.String> scopes, EnvironmentProvider environmentProvider)
Constructor with minimum identifying information and custom HTTP transport.
-