Uses of Interface
org.springframework.boot.ssl.SslOptions
Packages that use SslOptions
Package
Description
Auto-configuration for SSL bundles.
Management of trust material that can be used to establish an SSL connection.
Support for embedded web servers.
-
Uses of SslOptions in org.springframework.boot.autoconfigure.ssl
Methods in org.springframework.boot.autoconfigure.ssl that return SslOptions -
Uses of SslOptions in org.springframework.boot.ssl
Fields in org.springframework.boot.ssl declared as SslOptionsModifier and TypeFieldDescriptionstatic final SslOptionsSslOptions.NONESslOptionsthat returnsnullresults.Methods in org.springframework.boot.ssl that return SslOptionsModifier and TypeMethodDescriptionSslBundle.getOptions()ReturnSslOptionsthat should be applied when establishing the SSL connection.static SslOptionsFactory method to create a newSslOptionsinstance.static SslOptionsFactory method to create a newSslOptionsinstance.Methods in org.springframework.boot.ssl with parameters of type SslOptionsModifier and TypeMethodDescriptionstatic SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundleinstance. -
Uses of SslOptions in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server that return SslOptions