Uses of Class
org.springframework.boot.ssl.NoSuchSslBundleException
Packages that use NoSuchSslBundleException
Package
Description
Auto-configuration for RestClient and RestTemplate.
Management of trust material that can be used to establish an SSL connection.
Support for embedded web servers.
Auto-configuration for Spring Framework's functional web client.
-
Uses of NoSuchSslBundleException in org.springframework.boot.restclient.autoconfigure
Methods in org.springframework.boot.restclient.autoconfigure that throw NoSuchSslBundleExceptionModifier and TypeMethodDescriptionRestClientSsl.fromBundle
(String bundleName) Return aConsumer
that will apply SSL configuration for the namedSslBundle
to aRestClient.Builder
. -
Uses of NoSuchSslBundleException in org.springframework.boot.ssl
Methods in org.springframework.boot.ssl that throw NoSuchSslBundleExceptionModifier and TypeMethodDescriptionvoid
DefaultSslBundleRegistry.addBundleUpdateHandler
(String name, Consumer<SslBundle> updateHandler) void
SslBundles.addBundleUpdateHandler
(String name, Consumer<SslBundle> updateHandler) Add a handler that will be called each time the named bundle is updated.Return anSslBundle
with the provided name.void
SslBundleRegistry.updateBundle
(String name, SslBundle updatedBundle) Updates anSslBundle
. -
Uses of NoSuchSslBundleException in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that throw NoSuchSslBundleExceptionModifier and TypeMethodDescriptionstatic SslBundle
WebServerSslBundle.get
(@Nullable Ssl ssl, @Nullable SslBundles sslBundles) static SslBundle
-
Uses of NoSuchSslBundleException in org.springframework.boot.webclient.autoconfigure
Methods in org.springframework.boot.webclient.autoconfigure that throw NoSuchSslBundleException