Class GoogleSecretManagerEnvironmentRepositoryFactory
- java.lang.Object
-
- org.springframework.cloud.config.server.environment.GoogleSecretManagerEnvironmentRepositoryFactory
-
- All Implemented Interfaces:
EnvironmentRepositoryFactory<GoogleSecretManagerEnvironmentRepository,GoogleSecretManagerEnvironmentProperties>
public class GoogleSecretManagerEnvironmentRepositoryFactory extends Object implements EnvironmentRepositoryFactory<GoogleSecretManagerEnvironmentRepository,GoogleSecretManagerEnvironmentProperties>
- Author:
- Jose Maria Alvarez
-
-
Constructor Summary
Constructors Constructor Description GoogleSecretManagerEnvironmentRepositoryFactory(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleSecretManagerEnvironmentRepositorybuild(GoogleSecretManagerEnvironmentProperties environmentProperties)
-
-
-
Method Detail
-
build
public GoogleSecretManagerEnvironmentRepository build(GoogleSecretManagerEnvironmentProperties environmentProperties) throws Exception
- Specified by:
buildin interfaceEnvironmentRepositoryFactory<GoogleSecretManagerEnvironmentRepository,GoogleSecretManagerEnvironmentProperties>- Throws:
Exception
-
-