Uses of Interface
com.google.cloud.spring.core.CredentialsSupplier
Packages that use CredentialsSupplier
Package
Description
Auto-configuration for Spring Cloud GCP BigQuery module.
Core auto-configuration used by the Spring Cloud GCP modules.
Auto-configuration for Spring Data Cloud Datastore module.
Auto-configuration for Spring Cloud GCP Firestore module.
Auto-configuration for Spring Cloud GCP KMS module.
Auto-configuration for Spring Cloud GCP Pub/Sub module.
Auto-configuration for Spring Cloud GCP Secret Manager module.
Auto-configuration for Spring Data Cloud Spanner module.
Auto-configuration for Spring Cloud GCP Storage Resource module.
Auto-configuration for Spring Cloud GCP Trace module.
Auto-configurations for Spring Cloud GCP Vision module.
Core support for Spring Cloud GCP that provides credentials, project IDs, and environment
metadata.
-
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.bigquery
Classes in com.google.cloud.spring.autoconfigure.bigquery that implement CredentialsSupplierModifier and TypeClassDescriptionclassProperties for configuring BigQuery. -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.config
Classes in com.google.cloud.spring.autoconfigure.config that implement CredentialsSupplier -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.core
Classes in com.google.cloud.spring.autoconfigure.core that implement CredentialsSupplier -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.datastore
Classes in com.google.cloud.spring.autoconfigure.datastore that implement CredentialsSupplierModifier and TypeClassDescriptionclassProperties for configuring Cloud Datastore. -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.firestore
Classes in com.google.cloud.spring.autoconfigure.firestore that implement CredentialsSupplierModifier and TypeClassDescriptionclassProperties for configuring Cloud Datastore. -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.kms
Classes in com.google.cloud.spring.autoconfigure.kms that implement CredentialsSupplier -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.metrics
Classes in com.google.cloud.spring.autoconfigure.metrics that implement CredentialsSupplier -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.pubsub
Classes in com.google.cloud.spring.autoconfigure.pubsub that implement CredentialsSupplier -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.secretmanager
Classes in com.google.cloud.spring.autoconfigure.secretmanager that implement CredentialsSupplier -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.spanner
Classes in com.google.cloud.spring.autoconfigure.spanner that implement CredentialsSupplierModifier and TypeClassDescriptionclassSettings for Spring Data Cloud Spanner. -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.storage
Classes in com.google.cloud.spring.autoconfigure.storage that implement CredentialsSupplier -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.trace
Classes in com.google.cloud.spring.autoconfigure.trace that implement CredentialsSupplier -
Uses of CredentialsSupplier in com.google.cloud.spring.autoconfigure.vision
Classes in com.google.cloud.spring.autoconfigure.vision that implement CredentialsSupplierModifier and TypeClassDescriptionclassAdditional settings for use with Cloud Vision APIs. -
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.