Class CredhubEnvironmentRepositoryFactory
- java.lang.Object
-
- org.springframework.cloud.config.server.environment.CredhubEnvironmentRepositoryFactory
-
- All Implemented Interfaces:
EnvironmentRepositoryFactory<CredhubEnvironmentRepository,CredhubEnvironmentProperties>
public class CredhubEnvironmentRepositoryFactory extends Object implements EnvironmentRepositoryFactory<CredhubEnvironmentRepository,CredhubEnvironmentProperties>
- Author:
- Alberto C. RĂos, KNV Srinivas
-
-
Constructor Summary
Constructors Constructor Description CredhubEnvironmentRepositoryFactory(org.springframework.credhub.core.CredHubOperations credhubOperations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredhubEnvironmentRepositorybuild(CredhubEnvironmentProperties environmentProperties)
-
-
-
Method Detail
-
build
public CredhubEnvironmentRepository build(CredhubEnvironmentProperties environmentProperties)
- Specified by:
buildin interfaceEnvironmentRepositoryFactory<CredhubEnvironmentRepository,CredhubEnvironmentProperties>
-
-