Uses of Interface
org.springframework.boot.ssl.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
ModifierConstructorDescriptionRabbitConnectionFactoryBeanConfigurer
(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
Modifier 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.Modifier and TypeMethodDescriptionorg.springframework.kafka.core.KafkaAdmin
KafkaAutoConfiguration.kafkaAdmin
(KafkaConnectionDetails connectionDetails, ObjectProvider<SslBundles> sslBundles) -
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 TypeMethodDescriptionAbstractConfigurableWebServerFactory.getSslBundles()
Return the configuredSslBundles
.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