Class AbstractVaultConfiguration.ClientFactoryWrapper
java.lang.Object
org.springframework.vault.config.AbstractVaultConfiguration.ClientFactoryWrapper
- All Implemented Interfaces:
DisposableBean, InitializingBean
- Enclosing class:
AbstractVaultConfiguration
public static class AbstractVaultConfiguration.ClientFactoryWrapper
extends Object
implements InitializingBean, DisposableBean
Wrapper for
ClientHttpRequestFactory
to not expose the bean globally.- Author:
- Spencer Gibb, Mark Paluch
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientFactoryWrapper
-
-
Method Details
-
destroy
- Specified by:
destroy
in interfaceDisposableBean
- Throws:
Exception
-
afterPropertiesSet
- Specified by:
afterPropertiesSet
in interfaceInitializingBean
- Throws:
Exception
-
getClientHttpRequestFactory
-