public class GoogleSecretManagerEnvironmentRepository extends Object implements EnvironmentRepository, org.springframework.core.Ordered
| Constructor and Description |
|---|
GoogleSecretManagerEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request,
org.springframework.web.client.RestTemplate rest,
GoogleSecretManagerEnvironmentProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
Environment |
findOne(String application,
String profile,
String label) |
int |
getOrder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindOnepublic GoogleSecretManagerEnvironmentRepository(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request,
org.springframework.web.client.RestTemplate rest,
GoogleSecretManagerEnvironmentProperties properties)
public Environment findOne(String application, String profile, String label)
findOne in interface EnvironmentRepositorypublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2022 Pivotal Software, Inc.. All rights reserved.