Uses of Interface
org.springframework.boot.ssl.SslBundles
Packages that use SslBundles
Package
Description
Auto-configuration for RabbitMQ.
Auto-configuration for Apache Kafka.
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.amqp
Constructors in org.springframework.boot.autoconfigure.amqp with parameters of type SslBundlesModifierConstructorDescriptionRabbitConnectionFactoryBeanConfigurer
(ResourceLoader resourceLoader, RabbitProperties properties, RabbitConnectionDetails connectionDetails, SslBundles sslBundles) Creates a new configurer that will use the givenresourceLoader
,properties
,connectionDetails
, andsslBundles
. -
Uses of SslBundles in org.springframework.boot.autoconfigure.kafka
Methods in org.springframework.boot.autoconfigure.kafka with parameters of type SslBundlesModifier and TypeMethodDescriptionKafkaProperties.buildAdminProperties
(SslBundles sslBundles) Create an initial map of admin properties from the state of this instance.KafkaProperties.buildConsumerProperties
(SslBundles sslBundles) Create an initial map of consumer properties from the state of this instance.KafkaProperties.buildProducerProperties
(SslBundles sslBundles) Create an initial map of producer properties from the state of this instance.KafkaProperties.Admin.buildProperties
(SslBundles sslBundles) KafkaProperties.Consumer.buildProperties
(SslBundles sslBundles) KafkaProperties.Producer.buildProperties
(SslBundles sslBundles) KafkaProperties.Ssl.buildProperties
(SslBundles sslBundles) KafkaProperties.Streams.buildProperties
(SslBundles sslBundles) KafkaProperties.buildStreamsProperties
(SslBundles sslBundles) Create an initial map of streams properties from the state of this instance.Method parameters in org.springframework.boot.autoconfigure.kafka with type arguments of type SslBundlesModifier and TypeMethodDescriptionorg.springframework.kafka.core.KafkaAdmin
KafkaAutoConfiguration.kafkaAdmin
(KafkaConnectionDetails connectionDetails, ObjectProvider<SslBundles> sslBundles) -
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 that return SslBundlesModifier and TypeMethodDescriptionAbstractConfigurableWebServerFactory.getSslBundles()
Return the configuredSslBundles
.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