Uses of Class
org.springframework.boot.ssl.NoSuchSslBundleException
Packages that use NoSuchSslBundleException
Package
Description
Auto-configuration for RestClient.
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 aConsumerthat will apply SSL configuration for the namedSslBundleto aRestClient.Builder. -
Uses of NoSuchSslBundleException in org.springframework.boot.ssl
Methods in org.springframework.boot.ssl that throw NoSuchSslBundleExceptionModifier and TypeMethodDescriptionvoidDefaultSslBundleRegistry.addBundleUpdateHandler(String name, Consumer<SslBundle> updateHandler) voidSslBundles.addBundleUpdateHandler(String name, Consumer<SslBundle> updateHandler) Add a handler that will be called each time the named bundle is updated.Return anSslBundlewith the provided name.voidSslBundleRegistry.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 SslBundleWebServerSslBundle.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