Package org.springframework.boot.ssl
Interface SslBundles
- All Known Implementing Classes:
DefaultSslBundleRegistry
public interface SslBundles
A managed set of
SslBundle
instances that can be retrieved by name.- Since:
- 3.1.0
- Author:
- Scott Frederick
-
Method Summary
-
Method Details
-
getBundle
Return anSslBundle
with the provided name.- Parameters:
bundleName
- the bundle name- Returns:
- the bundle
- Throws:
NoSuchSslBundleException
- if a bundle with the provided name does not exist
-