接口的使用
org.springframework.boot.ssl.SslBundles
使用SslBundles的程序包
程序包
说明
Auto-configuration for RabbitMQ.
Auto-configuration for Apache Kafka.
Auto-configuration for MongoDB.
Auto-configuration for reactive web servers and Spring WebFlux.
Support for providing information about an application.
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.
-
org.springframework.boot.autoconfigure.amqp中SslBundles的使用
限定符构造器说明RabbitConnectionFactoryBeanConfigurer
(ResourceLoader resourceLoader, RabbitProperties properties, RabbitConnectionDetails connectionDetails, SslBundles sslBundles) Creates a new configurer that will use the givenresourceLoader
,properties
,connectionDetails
, andsslBundles
. -
org.springframework.boot.autoconfigure.kafka中SslBundles的使用
修饰符和类型方法说明KafkaProperties.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.类型变量类型为SslBundles的org.springframework.boot.autoconfigure.kafka中的方法参数修饰符和类型方法说明org.springframework.kafka.core.KafkaAdmin
KafkaAutoConfiguration.kafkaAdmin
(KafkaConnectionDetails connectionDetails, ObjectProvider<SslBundles> sslBundles) -
org.springframework.boot.autoconfigure.mongo中SslBundles的使用
限定符构造器说明StandardMongoClientSettingsBuilderCustomizer
(com.mongodb.ConnectionString connectionString, org.bson.UuidRepresentation uuidRepresentation, MongoProperties.Ssl ssl, SslBundles sslBundles) -
org.springframework.boot.autoconfigure.web.reactive中SslBundles的使用
修饰符和类型方法说明ReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, ObjectProvider<SslBundles> sslBundles) 限定符构造器说明ReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, SslBundles sslBundles) Create a newReactiveWebServerFactoryCustomizer
instance. -
org.springframework.boot.info中SslBundles的使用
参数类型为SslBundles的org.springframework.boot.info中的构造器 -
org.springframework.boot.rsocket.netty中SslBundles的使用
-
org.springframework.boot.rsocket.server中SslBundles的使用
修饰符和类型方法说明void
ConfigurableRSocketServerFactory.setSslBundles
(SslBundles sslBundles) Sets an SSL bundle that can be used to get SSL configuration. -
org.springframework.boot.ssl中SslBundles的使用
-
org.springframework.boot.web.server中SslBundles的使用
修饰符和类型方法说明static SslBundle
WebServerSslBundle.get
(Ssl ssl, SslBundles sslBundles) void
AbstractConfigurableWebServerFactory.setSslBundles
(SslBundles sslBundles) void
ConfigurableWebServerFactory.setSslBundles
(SslBundles sslBundles) Sets the SSL bundles that can be used to configure SSL connections.