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 classAwsCredentialSourceThe AWS credential source.classIdentityPoolCredentialSourceThe IdentityPool credential source.classPluggableAuthCredentialSourceEncapsulates 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.CredentialSourceExternalAccountCredentials.Builder. credentialSourceprivate ExternalAccountCredentials.CredentialSourceExternalAccountCredentials. credentialSourceMethods in com.google.auth.oauth2 that return ExternalAccountCredentials.CredentialSource Modifier and Type Method Description ExternalAccountCredentials.CredentialSourceExternalAccountCredentials. getCredentialSource()Methods in com.google.auth.oauth2 with parameters of type ExternalAccountCredentials.CredentialSource Modifier and Type Method Description ExternalAccountCredentials.BuilderExternalAccountCredentials.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.
-