Uses of Interface
org.springframework.boot.ssl.SslBundles
Packages that use SslBundles
Package
Description
Auto-configuration for MongoDB.
Auto-configuration for reactive web servers and Spring WebFlux.
Reactor Netty based RSocket server implementation.
Support for RSocket servers.
Management of trust material that can be used to establish an SSL connection.
Support for embedded web servers.
-
Uses of SslBundles in org.springframework.boot.autoconfigure.mongo
Constructors in org.springframework.boot.autoconfigure.mongo with parameters of type SslBundlesModifierConstructorDescriptionStandardMongoClientSettingsBuilderCustomizer
(com.mongodb.ConnectionString connectionString, org.bson.UuidRepresentation uuidRepresentation, MongoProperties.Ssl ssl, SslBundles sslBundles) -
Uses of SslBundles in org.springframework.boot.autoconfigure.web.reactive
Method parameters in org.springframework.boot.autoconfigure.web.reactive with type arguments of type SslBundlesModifier and TypeMethodDescriptionReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, ObjectProvider<SslBundles> sslBundles) Constructors in org.springframework.boot.autoconfigure.web.reactive with parameters of type SslBundlesModifierConstructorDescriptionReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizer
instance. -
Uses of SslBundles in org.springframework.boot.rsocket.netty
Methods in org.springframework.boot.rsocket.netty with parameters of type SslBundlesModifier and TypeMethodDescriptionvoid
NettyRSocketServerFactory.setSslBundles
(SslBundles sslBundles) -
Uses of SslBundles in org.springframework.boot.rsocket.server
Methods in org.springframework.boot.rsocket.server with parameters of type SslBundlesModifier and TypeMethodDescriptionvoid
ConfigurableRSocketServerFactory.setSslBundles
(SslBundles sslBundles) Sets an SSL bundle that can be used to get SSL configuration. -
Uses of SslBundles in org.springframework.boot.ssl
Classes in org.springframework.boot.ssl that implement SslBundles -
Uses of SslBundles in org.springframework.boot.web.server
Methods in org.springframework.boot.web.server with parameters of type SslBundlesModifier and TypeMethodDescriptionstatic SslBundle
WebServerSslBundle.get
(Ssl ssl, SslBundles sslBundles) static SslBundle
WebServerSslBundle.get
(Ssl ssl, SslBundles sslBundles, SslStoreProvider sslStoreProvider) Deprecated, for removal: This API element is subject to removal in a future version.void
AbstractConfigurableWebServerFactory.setSslBundles
(SslBundles sslBundles) void
ConfigurableWebServerFactory.setSslBundles
(SslBundles sslBundles) Sets the SSL bundles that can be used to configure SSL connections.
SslStoreProvider