Class HttpClientVaultRestTemplateFactory
- java.lang.Object
-
- org.springframework.cloud.config.server.environment.HttpClientVaultRestTemplateFactory
-
- All Implemented Interfaces:
VaultEnvironmentRepositoryFactory.VaultRestTemplateFactory
public class HttpClientVaultRestTemplateFactory extends Object implements VaultEnvironmentRepositoryFactory.VaultRestTemplateFactory
- Author:
- Dylan Roberts
-
-
Constructor Summary
Constructors Constructor Description HttpClientVaultRestTemplateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.client.RestTemplatebuild(VaultEnvironmentProperties environmentProperties)
-
-
-
Method Detail
-
build
public org.springframework.web.client.RestTemplate build(VaultEnvironmentProperties environmentProperties) throws GeneralSecurityException
- Specified by:
buildin interfaceVaultEnvironmentRepositoryFactory.VaultRestTemplateFactory- Throws:
GeneralSecurityException
-
-