Uses of Class
org.springframework.boot.ssl.NoSuchSslBundleException
Packages that use NoSuchSslBundleException
Package
Description
Auto-configuration for web clients.
Auto-configuration for Spring Framework's functional web client.
Management of trust material that can be used to establish an SSL connection.
Support for embedded web servers.
-
Uses of NoSuchSslBundleException in org.springframework.boot.autoconfigure.web.client
Methods in org.springframework.boot.autoconfigure.web.client 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.autoconfigure.web.reactive.function.client
Methods in org.springframework.boot.autoconfigure.web.reactive.function.client that throw NoSuchSslBundleException -
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 NoSuchSslBundleException