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 Summary
Constructors Constructor Description GoogleSecretManagerEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request, org.springframework.web.client.RestTemplate rest, GoogleSecretManagerEnvironmentProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentfindOne(String application, String profile, String label)intgetOrder()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.cloud.config.server.environment.EnvironmentRepository
findOne
-
-
-
-
Constructor Detail
-
GoogleSecretManagerEnvironmentRepository
public GoogleSecretManagerEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request, org.springframework.web.client.RestTemplate rest, GoogleSecretManagerEnvironmentProperties properties)
-
-
Method Detail
-
findOne
public Environment findOne(String application, String profile, String label)
- Specified by:
findOnein interfaceEnvironmentRepository
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
-