Uses of Interface
org.springframework.boot.ssl.SslBundles
Packages that use SslBundles
Package
Description
Auto-configuration for RabbitMQ.
Auto-configuration for client-side HTTP.
Auto-configuration for client-side reactive 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
Constructor parameters in org.springframework.boot.http.client.autoconfigure with type arguments of type SslBundlesModifierConstructorDescriptionClientHttpRequestFactories
(ObjectFactory<SslBundles> sslBundles, @Nullable AbstractHttpRequestFactoryProperties... orderedProperties) ClientHttpRequestFactories
(@Nullable ClientHttpRequestFactoryBuilder<?> fallbackBuilder, @Nullable ClientHttpRequestFactorySettings fallbackSettings, ObjectFactory<SslBundles> sslBundles, @Nullable AbstractHttpRequestFactoryProperties... orderedProperties) -
Uses of SslBundles in org.springframework.boot.http.client.autoconfigure.reactive
Constructor parameters in org.springframework.boot.http.client.autoconfigure.reactive with type arguments of type SslBundlesModifierConstructorDescriptionClientHttpConnectors
(ObjectFactory<SslBundles> sslBundles, @Nullable AbstractClientHttpConnectorProperties... orderedProperties) ClientHttpConnectors
(@Nullable ClientHttpConnectorBuilder<?> fallbackBuilder, @Nullable ClientHttpConnectorSettings fallbackSettings, ObjectFactory<SslBundles> sslBundles, @Nullable AbstractClientHttpConnectorProperties... orderedProperties) -
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 TypeMethodDescriptionvoid
NettyRSocketServerFactory.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 TypeMethodDescriptionvoid
ConfigurableRSocketServerFactory.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 SslBundles
AbstractConfigurableWebServerFactory.getSslBundles()
Return the configuredSslBundles
.Methods in org.springframework.boot.web.server with parameters of type SslBundlesModifier and TypeMethodDescriptionstatic SslBundle
WebServerSslBundle.get
(@Nullable Ssl ssl, @Nullable SslBundles sslBundles) void
AbstractConfigurableWebServerFactory.setSslBundles
(@Nullable SslBundles sslBundles) void
ConfigurableWebServerFactory.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
Method parameters in org.springframework.boot.web.server.autoconfigure.reactive with type arguments of type SslBundlesModifier and TypeMethodDescriptionReactiveWebServerConfiguration.reactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, ObjectProvider<SslBundles> sslBundles) Constructors in org.springframework.boot.web.server.autoconfigure.reactive with parameters of type SslBundlesModifierConstructorDescriptionReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, @Nullable SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizer
instance. -
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)