public class VaultEnvironmentRepositoryFactory extends Object implements EnvironmentRepositoryFactory<VaultEnvironmentRepository,VaultEnvironmentProperties>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VaultEnvironmentRepositoryFactory.VaultRestTemplateFactory |
| Constructor and Description |
|---|
VaultEnvironmentRepositoryFactory(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request,
EnvironmentWatch watch,
Optional<VaultEnvironmentRepositoryFactory.VaultRestTemplateFactory> vaultRestTemplateFactory) |
| Modifier and Type | Method and Description |
|---|---|
VaultEnvironmentRepository |
build(VaultEnvironmentProperties environmentProperties) |
public VaultEnvironmentRepositoryFactory(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request,
EnvironmentWatch watch,
Optional<VaultEnvironmentRepositoryFactory.VaultRestTemplateFactory> vaultRestTemplateFactory)
public VaultEnvironmentRepository build(VaultEnvironmentProperties environmentProperties) throws Exception
build in interface EnvironmentRepositoryFactory<VaultEnvironmentRepository,VaultEnvironmentProperties>ExceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.