接口的使用
org.springframework.boot.ssl.SslBundle
使用SslBundle的程序包
程序包
说明
Auto-configuration for RabbitMQ.
Auto-configuration for Cassandra.
Auto-configuration for Couchbase.
Auto-configuration for Spring Data Redis.
Auto-configuration for Elasticsearch client.
Auto-configuration for Apache Kafka.
Auto-configuration for MongoDB.
Auto-configuration for SSL bundles.
Auto-configuration for web clients.
Auto-configuration for Spring Framework's functional web client.
Service connection support for Docker Compose.
Client-side HTTP support classes.
Client-side reactive HTTP support classes.
Reactor Netty based RSocket server implementation.
Management of trust material that can be used to establish an SSL connection.
General support for service connections in tests.
Web client utilities.
Embedded reactive web server implementation backed by Netty.
Support for embedded web servers.
Web Services client utilities.
-
org.springframework.boot.autoconfigure.amqp中SslBundle的使用
-
org.springframework.boot.autoconfigure.cassandra中SslBundle的使用
-
org.springframework.boot.autoconfigure.couchbase中SslBundle的使用
-
org.springframework.boot.autoconfigure.data.redis中SslBundle的使用
修饰符和类型方法说明default SslBundleRedisConnectionDetails.Cluster.getSslBundle()SSL bundle to use.default SslBundleRedisConnectionDetails.Sentinel.getSslBundle()SSL bundle to use.default SslBundleRedisConnectionDetails.Standalone.getSslBundle()SSL bundle to use.修饰符和类型方法说明Creates a new instance with the given host, port, database and SSL bundle.Creates a new instance with the given host, port and SSL bundle. -
org.springframework.boot.autoconfigure.elasticsearch中SslBundle的使用
-
org.springframework.boot.autoconfigure.kafka中SslBundle的使用
修饰符和类型方法说明default SslBundleKafkaConnectionDetails.Configuration.getSslBundle()Returns the SSL bundle.default SslBundleKafkaConnectionDetails.getSslBundle()Returns the SSL bundle.修饰符和类型方法说明Creates a new configuration with the given bootstrap servers and SSL bundle.KafkaConnectionDetails.Configuration.of(List<String> bootstrapServers, SslBundle sslBundle, String securityProtocol) Creates a new configuration with the given bootstrap servers, SSL bundle and security protocol. -
org.springframework.boot.autoconfigure.mongo中SslBundle的使用
修饰符和类型方法说明default SslBundleMongoConnectionDetails.getSslBundle()SSL bundle to use.PropertiesMongoConnectionDetails.getSslBundle() -
org.springframework.boot.autoconfigure.ssl中SslBundle的使用
修饰符和类型类说明final class修饰符和类型方法说明static SslBundlePropertiesSslBundle.get(JksSslBundleProperties properties) Get anSslBundlefor the givenJksSslBundleProperties.static SslBundlePropertiesSslBundle.get(JksSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundlefor the givenJksSslBundleProperties.static SslBundlePropertiesSslBundle.get(PemSslBundleProperties properties) Get anSslBundlefor the givenPemSslBundleProperties.static SslBundlePropertiesSslBundle.get(PemSslBundleProperties properties, ResourceLoader resourceLoader) Get anSslBundlefor the givenPemSslBundleProperties. -
org.springframework.boot.autoconfigure.web.client中SslBundle的使用
-
org.springframework.boot.autoconfigure.web.reactive.function.client中SslBundle的使用
-
org.springframework.boot.docker.compose.service.connection中SslBundle的使用
修饰符和类型方法说明protected SslBundleDockerComposeConnectionDetailsFactory.DockerComposeConnectionDetails.getSslBundle(RunningService service) -
org.springframework.boot.http.client中SslBundle的使用
修饰符和类型方法说明ClientHttpRequestFactorySettings.sslBundle()返回sslBundle记录组件的值。HttpClientSettings.sslBundle()返回sslBundle记录组件的值。修饰符和类型方法说明ClientHttpRequestFactorySettings.ofSslBundle(SslBundle sslBundle) Return a newClientHttpRequestFactorySettingsusing defaults for all settings other than the provided SSL bundle.ClientHttpRequestFactorySettings.withSslBundle(SslBundle sslBundle) Return a newClientHttpRequestFactorySettingsinstance with an updated SSL bundle setting.类型变量类型为SslBundle的org.springframework.boot.http.client中的方法参数修饰符和类型方法说明HttpComponentsClientHttpRequestFactoryBuilder.withTlsSocketStrategyFactory(Function<SslBundle, org.apache.hc.client5.http.ssl.TlsSocketStrategy> tlsSocketStrategyFactory) Return a newHttpComponentsClientHttpRequestFactoryBuilderwith a replacementTlsSocketStrategyfactory.HttpComponentsHttpClientBuilder.withTlsSocketStrategyFactory(Function<SslBundle, org.apache.hc.client5.http.ssl.TlsSocketStrategy> tlsSocketStrategyFactory) Return a newHttpComponentsHttpClientBuilderwith a replacementTlsSocketStrategyfactory.HttpComponentsHttpAsyncClientBuilder.withTlsStrategyFactory(Function<SslBundle, org.apache.hc.core5.http.nio.ssl.TlsStrategy> tlsStrategyFactory) Return a newHttpComponentsHttpAsyncClientBuilderwith a replacementTlsStrategyfactory.限定符构造器说明ClientHttpRequestFactorySettings(ClientHttpRequestFactorySettings.Redirects redirects, Duration connectTimeout, Duration readTimeout, SslBundle sslBundle) 创建ClientHttpRequestFactorySettings记录类的实例。HttpClientSettings(HttpRedirects redirects, Duration connectTimeout, Duration readTimeout, SslBundle sslBundle) 创建HttpClientSettings记录类的实例。 -
org.springframework.boot.http.client.reactive中SslBundle的使用
修饰符和类型方法说明static ClientHttpConnectorSettingsClientHttpConnectorSettings.ofSslBundle(SslBundle sslBundle) Return a newClientHttpConnectorSettingsusing defaults for all settings other than the provided SSL bundle.ClientHttpConnectorSettings.withSslBundle(SslBundle sslBundle) Return a newClientHttpConnectorSettingsinstance with an updated SSL bundle setting.类型变量类型为SslBundle的org.springframework.boot.http.client.reactive中的方法参数修饰符和类型方法说明HttpComponentsClientHttpConnectorBuilder.withTlsSocketStrategyFactory(Function<SslBundle, org.apache.hc.core5.http.nio.ssl.TlsStrategy> tlsStrategyFactory) Return a newHttpComponentsClientHttpConnectorBuilderwith a replacementTlsStrategyfactory.限定符构造器说明ClientHttpConnectorSettings(HttpRedirects redirects, Duration connectTimeout, Duration readTimeout, SslBundle sslBundle) 创建ClientHttpConnectorSettings记录类的实例。 -
org.springframework.boot.rsocket.netty中SslBundle的使用
返回变量类型为SslBundle的类型的org.springframework.boot.rsocket.netty中的方法 -
org.springframework.boot.ssl中SslBundle的使用
修饰符和类型方法说明Return anSslBundlewith the provided name.static SslBundleSslBundle.of(SslStoreBundle stores) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.of(SslStoreBundle stores, SslBundleKey key, SslOptions options, String protocol, SslManagerBundle managers) Factory method to create a newSslBundleinstance.static SslBundleSslBundle.systemDefault()Factory method to create a newSslBundlewhich uses the system defaults.参数类型为SslBundle的org.springframework.boot.ssl中的方法修饰符和类型方法说明voidDefaultSslBundleRegistry.registerBundle(String name, SslBundle bundle) voidSslBundleRegistry.registerBundle(String name, SslBundle bundle) Register a namedSslBundle.voidDefaultSslBundleRegistry.updateBundle(String name, SslBundle updatedBundle) voidSslBundleRegistry.updateBundle(String name, SslBundle updatedBundle) Updates anSslBundle.类型变量类型为SslBundle的org.springframework.boot.ssl中的方法参数修饰符和类型方法说明voidDefaultSslBundleRegistry.addBundleRegisterHandler(BiConsumer<String, SslBundle> registerHandler) voidSslBundles.addBundleRegisterHandler(BiConsumer<String, SslBundle> registerHandler) Add a handler that will be called each time a bundle is registered.voidDefaultSslBundleRegistry.addBundleUpdateHandler(String name, Consumer<SslBundle> updateHandler) voidSslBundles.addBundleUpdateHandler(String name, Consumer<SslBundle> updateHandler) Add a handler that will be called each time the named bundle is updated.参数类型为SslBundle的org.springframework.boot.ssl中的构造器 -
org.springframework.boot.testcontainers.service.connection中SslBundle的使用
修饰符和类型方法说明protected SslBundleContainerConnectionDetailsFactory.ContainerConnectionDetails.getSslBundle()Return theSslBundleto use with this connection ornull. -
org.springframework.boot.web.client中SslBundle的使用
修饰符和类型方法说明ClientHttpRequestFactorySettings.sslBundle()已过时, 待删除: 此 API 元素将从以后的版本中删除。返回sslBundle记录组件的值。修饰符和类型方法说明RestTemplateBuilder.setSslBundle(SslBundle sslBundle) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Sets the SSL bundle on the underlyingClientHttpRequestFactory.ClientHttpRequestFactorySettings.withSslBundle(SslBundle sslBundle) 已过时, 待删除: 此 API 元素将从以后的版本中删除。Return a newClientHttpRequestFactorySettingsinstance with an updated SSL bundle setting.参数类型为SslBundle的org.springframework.boot.web.client中的构造器限定符构造器说明ClientHttpRequestFactorySettings(Duration connectTimeout, Duration readTimeout, SslBundle sslBundle) 已过时, 待删除: 此 API 元素将从以后的版本中删除。创建ClientHttpRequestFactorySettings记录类的实例。 -
org.springframework.boot.web.embedded.netty中SslBundle的使用
修饰符和类型方法说明protected final reactor.netty.tcp.AbstractProtocolSslContextSpec<?> SslServerCustomizer.createSslContextSpec(SslBundle sslBundle) Create anAbstractProtocolSslContextSpecfor a givenSslBundle.限定符构造器说明SslServerCustomizer(Http2 http2, Ssl.ClientAuth clientAuth, SslBundle sslBundle, Map<String, SslBundle> serverNameSslBundles) 类型变量类型为SslBundle的org.springframework.boot.web.embedded.netty中的构造器参数限定符构造器说明SslServerCustomizer(Http2 http2, Ssl.ClientAuth clientAuth, SslBundle sslBundle, Map<String, SslBundle> serverNameSslBundles) -
org.springframework.boot.web.server中SslBundle的使用
修饰符和类型方法说明static SslBundlestatic SslBundleWebServerSslBundle.get(Ssl ssl, SslBundles sslBundles) protected final SslBundleAbstractConfigurableWebServerFactory.getSslBundle()Return theSslBundlethat should be used with this server.返回变量类型为SslBundle的类型的org.springframework.boot.web.server中的方法 -
org.springframework.boot.webservices.client中SslBundle的使用
修饰符和类型方法说明已过时, 待删除: 此 API 元素将从以后的版本中删除。Set anSslBundlethat will be used to configure a secure connection.
RestTemplateBuilder.sslBundle(SslBundle)