Uses of Interface
org.springframework.boot.ssl.SslBundles
Packages that use SslBundles
Package
Description
Auto-configuration for RabbitMQ.
Auto-configuration for client-side HTTP.
Support for providing information about an application.
Auto-configuration for MongoDB.
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.
Classes related to the auto-configuration of a reactive web server.
Classes related to the auto-configuration of a servlet web server.
-
Uses of SslBundles in org.springframework.boot.amqp.autoconfigure
Constructors in org.springframework.boot.amqp.autoconfigure with parameters of type SslBundlesModifierConstructorDescriptionRabbitConnectionFactoryBeanConfigurer(ResourceLoader resourceLoader, RabbitProperties properties, RabbitConnectionDetails connectionDetails, @Nullable SslBundles sslBundles) Creates a new configurer that will use the givenresourceLoader,properties,connectionDetails, andsslBundles. -
Uses of SslBundles in org.springframework.boot.http.client.autoconfigure
Constructors in org.springframework.boot.http.client.autoconfigure with parameters of type SslBundlesModifierConstructorDescriptionHttpClientSettingsPropertyMapper(@Nullable SslBundles sslBundles, @Nullable HttpClientSettings settings) -
Uses of SslBundles in org.springframework.boot.info
Constructors in org.springframework.boot.info with parameters of type SslBundlesModifierConstructorDescriptionSslInfo(SslBundles sslBundles) Creates a new instance.SslInfo(SslBundles sslBundles, Clock clock) Creates a new instance. -
Uses of SslBundles in org.springframework.boot.mongodb.autoconfigure
Constructors in org.springframework.boot.mongodb.autoconfigure with parameters of type SslBundlesModifierConstructorDescriptionPropertiesMongoConnectionDetails(MongoProperties properties, @Nullable SslBundles sslBundles) -
Uses of SslBundles in org.springframework.boot.rsocket.netty
Methods in org.springframework.boot.rsocket.netty with parameters of type SslBundlesModifier and TypeMethodDescriptionvoidNettyRSocketServerFactory.setSslBundles(@Nullable SslBundles sslBundles) -
Uses of SslBundles in org.springframework.boot.rsocket.server
Methods in org.springframework.boot.rsocket.server with parameters of type SslBundlesModifier and TypeMethodDescriptionvoidConfigurableRSocketServerFactory.setSslBundles(@Nullable 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 that return SslBundlesModifier and TypeMethodDescription@Nullable SslBundlesAbstractConfigurableWebServerFactory.getSslBundles()Return the configuredSslBundles.Methods in org.springframework.boot.web.server with parameters of type SslBundlesModifier and TypeMethodDescriptionstatic SslBundleWebServerSslBundle.get(@Nullable Ssl ssl, @Nullable SslBundles sslBundles) voidAbstractConfigurableWebServerFactory.setSslBundles(@Nullable SslBundles sslBundles) voidConfigurableWebServerFactory.setSslBundles(@Nullable SslBundles sslBundles) Sets the SSL bundles that can be used to configure SSL connections. -
Uses of SslBundles in org.springframework.boot.web.server.autoconfigure.reactive
Constructors in org.springframework.boot.web.server.autoconfigure.reactive with parameters of type SslBundlesModifierConstructorDescriptionReactiveWebServerFactoryCustomizer(ServerProperties serverProperties, @Nullable SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizerinstance. -
Uses of SslBundles in org.springframework.boot.web.server.autoconfigure.servlet
Constructors in org.springframework.boot.web.server.autoconfigure.servlet with parameters of type SslBundlesModifierConstructorDescriptionServletWebServerFactoryCustomizer(ServerProperties serverProperties, List<WebListenerRegistrar> webListenerRegistrars, List<CookieSameSiteSupplier> cookieSameSiteSuppliers, @Nullable SslBundles sslBundles)