Interface VaultEnvironmentRepositoryFactory.VaultRestTemplateFactory
-
- All Known Implementing Classes:
HttpClientVaultRestTemplateFactory
- Enclosing class:
- VaultEnvironmentRepositoryFactory
public static interface VaultEnvironmentRepositoryFactory.VaultRestTemplateFactoryRest template factory for Vault.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.web.client.RestTemplatebuild(VaultEnvironmentProperties environmentProperties)
-
-
-
Method Detail
-
build
org.springframework.web.client.RestTemplate build(VaultEnvironmentProperties environmentProperties) throws Exception
- Throws:
Exception
-
-