Class GoogleSecretManagerEnvironmentRepository

java.lang.Object
org.springframework.cloud.config.server.environment.GoogleSecretManagerEnvironmentRepository
All Implemented Interfaces:
EnvironmentRepository, org.springframework.core.Ordered

public class GoogleSecretManagerEnvironmentRepository extends Object implements EnvironmentRepository, org.springframework.core.Ordered
Author:
Jose Maria Alvarez, KNV Srinivas
  • Constructor Details

    • GoogleSecretManagerEnvironmentRepository

      public GoogleSecretManagerEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<jakarta.servlet.http.HttpServletRequest> request, org.springframework.web.client.RestTemplate rest, GoogleSecretManagerEnvironmentProperties properties)
  • Method Details

    • findOne

      public org.springframework.cloud.config.environment.Environment findOne(String application, String profile, String label)
      Specified by:
      findOne in interface EnvironmentRepository
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered