Uses of Interface
com.google.cloud.spring.core.CredentialsSupplier
Packages that use CredentialsSupplier
Package
Description
Core support for Spring Cloud GCP that provides credentials, project IDs, and environment
metadata.
-
Uses of CredentialsSupplier in com.google.cloud.spring.core
Constructors in com.google.cloud.spring.core with parameters of type CredentialsSupplierModifierConstructorDescriptionDefaultCredentialsProvider(CredentialsSupplier credentialsSupplier) The credentials provided by this object originate from the following sources: *.credentials.location: Credentials built from JSON content inside the file pointed to by this property, *.credentials.encoded-key: Credentials built from JSON String, encoded on base64, Google Cloud Client Libraries default credentials provider.