Package org.springframework.boot.ssl
Class DefaultSslBundleRegistry
java.lang.Object
org.springframework.boot.ssl.DefaultSslBundleRegistry
- All Implemented Interfaces:
SslBundleRegistry
,SslBundles
Default
SslBundleRegistry
implementation.- Since:
- 3.1.0
- Author:
- Scott Frederick
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultSslBundleRegistry
public DefaultSslBundleRegistry() -
DefaultSslBundleRegistry
-
-
Method Details
-
registerBundle
Description copied from interface:SslBundleRegistry
Register a namedSslBundle
.- Specified by:
registerBundle
in interfaceSslBundleRegistry
- Parameters:
name
- the bundle namebundle
- the bundle
-
getBundle
Description copied from interface:SslBundles
Return anSslBundle
with the provided name.- Specified by:
getBundle
in interfaceSslBundles
- Parameters:
name
- the bundle name- Returns:
- the bundle
-