Class VaultEnvironmentRepositoryFactory

java.lang.Object
org.springframework.cloud.config.server.environment.VaultEnvironmentRepositoryFactory
All Implemented Interfaces:
EnvironmentRepositoryFactory<VaultEnvironmentRepository,VaultEnvironmentProperties>

public class VaultEnvironmentRepositoryFactory extends Object implements EnvironmentRepositoryFactory<VaultEnvironmentRepository,VaultEnvironmentProperties>
Deprecated.
Prefer SpringVaultEnvironmentRepository instead of this environment repository implementation. The alternative implementation supports additional features including more authentication options, support for several underlying HTTP client libraries, and better SSL configuration.
Author:
Dylan Roberts, Scott Frederick