Uses of Interface
com.google.auth.oauth2.EnvironmentProvider
Packages that use EnvironmentProvider
-
Uses of EnvironmentProvider in com.google.auth.mtls
Methods in com.google.auth.mtls with parameters of type EnvironmentProviderModifier and TypeMethodDescriptionstatic StringMtlsUtils.getCertificatePath(EnvironmentProvider envProvider, PropertyProvider propProvider, String certConfigPathOverride) Returns the path to the client certificate file specified by the loaded workload certificate configuration.Constructors in com.google.auth.mtls with parameters of type EnvironmentProviderModifierConstructorDescriptionX509Provider(EnvironmentProvider envProvider, PropertyProvider propProvider, String certConfigPathOverride) Creates an X509 provider with an override path for the certificate configuration, bypassing the normal checks for the well known certificate configuration file path and environment variable. -
Uses of EnvironmentProvider in com.google.auth.oauth2
Classes in com.google.auth.oauth2 that implement EnvironmentProviderModifier and TypeClassDescriptionclassRepresents the default system environment provider.Fields in com.google.auth.oauth2 declared as EnvironmentProviderModifier and TypeFieldDescriptionprotected EnvironmentProviderExternalAccountCredentials.Builder.environmentProviderConstructors in com.google.auth.oauth2 with parameters of type EnvironmentProviderModifierConstructorDescriptionprotectedExternalAccountCredentials(HttpTransportFactory transportFactory, String audience, String subjectTokenType, String tokenUrl, com.google.auth.oauth2.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.