Package org.springframework.boot.ssl
Interface SslBundleRegistry
- All Known Implementing Classes:
DefaultSslBundleRegistry
public interface SslBundleRegistry
Interface that can be used to register an
SslBundle
for a given name.- Since:
- 3.1.0
- Author:
- Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerBundle
(String name, SslBundle bundle) Register a namedSslBundle
.
-
Method Details
-
registerBundle
Register a namedSslBundle
.- Parameters:
name
- the bundle namebundle
- the bundle
-