Uses of Interface
org.springframework.boot.ssl.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
ModifierConstructorDescriptionStandardMongoClientSettingsBuilderCustomizer
(com.mongodb.ConnectionString connectionString, org.bson.UuidRepresentation uuidRepresentation, MongoProperties.Ssl ssl, SslBundles sslBundles) -
Uses of SslBundles in org.springframework.boot.autoconfigure.web.reactive
Modifier and TypeMethodDescriptionReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, ObjectProvider<SslBundles> sslBundles) ModifierConstructorDescriptionReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizer
instance. -
Uses of SslBundles in org.springframework.boot.rsocket.netty
Modifier and TypeMethodDescriptionvoid
NettyRSocketServerFactory.setSslBundles
(SslBundles sslBundles) -
Uses of SslBundles in org.springframework.boot.rsocket.server
Modifier 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
-
Uses of SslBundles in org.springframework.boot.web.server
Modifier 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