インターフェースの使用
org.springframework.boot.ssl.SslBundle
SslBundle を使用するパッケージ
パッケージ
説明
RabbitMQ の自動構成。
SSL バンドルの自動構成。
Cassandra の自動構成。
Couchbase の自動構成。
Spring Data Redis の自動構成。
Docker Compose のサービス接続サポート。
Elasticsearch クライアントの自動構成。
クライアント側の HTTP サポートクラス。
クライアント側のリアクティブ HTTP サポートクラス。
Apache Kafka の自動構成。
MongoDB の自動構成。
Netty がサポートするリアクティブ Web サーバー実装。
Web クライアントユーティリティ。
RestClient の自動構成。
Reactor Netty ベースの RSocket サーバー実装。
SSL 接続の確立に使用できるトラストマテリアルの管理。
テストでのサービス接続の一般的なサポート。
Tomcat を基盤とするリアクティブおよびサーブレット Web サーバーの実装。
組み込み Web サーバーのサポート。
Spring Framework の関数 Web クライアントの自動構成。
org.springframework.boot.amqp.autoconfigure 内の SslBundle 使用
org.springframework.boot.autoconfigure.ssl 内の SslBundle 使用
SslBundle を実装している org.springframework.boot.autoconfigure.ssl のクラス修飾子と型クラス説明final class修飾子と型メソッド説明static SslBundlePropertiesSslBundle.get(JksSslBundleProperties properties) 指定されたJksSslBundlePropertiesのSslBundleを取得します。static SslBundlePropertiesSslBundle.get(JksSslBundleProperties properties, ResourceLoader resourceLoader) 指定されたJksSslBundlePropertiesのSslBundleを取得します。static SslBundlePropertiesSslBundle.get(PemSslBundleProperties properties) 指定されたPemSslBundlePropertiesのSslBundleを取得します。static SslBundlePropertiesSslBundle.get(PemSslBundleProperties properties, ResourceLoader resourceLoader) 指定されたPemSslBundlePropertiesのSslBundleを取得します。org.springframework.boot.cassandra.autoconfigure 内の SslBundle 使用
org.springframework.boot.couchbase.autoconfigure 内の SslBundle 使用
org.springframework.boot.data.redis.autoconfigure 内の SslBundle 使用
org.springframework.boot.docker.compose.service.connection 内の SslBundle 使用
修飾子と型メソッド説明protected @Nullable SslBundleDockerComposeConnectionDetailsFactory.DockerComposeConnectionDetails.getSslBundle(RunningService service) org.springframework.boot.elasticsearch.autoconfigure 内の SslBundle 使用
修飾子と型メソッド説明default @Nullable SslBundleElasticsearchConnectionDetails.getSslBundle()使用する SSL バンドル。org.springframework.boot.http.client 内の SslBundle 使用
型 SslBundle のパラメーターを持つ org.springframework.boot.http.client のメソッド修飾子と型メソッド説明@Nullable org.apache.hc.client5.http.ssl.TlsSocketStrategyHttpComponentsHttpClientBuilder.TlsSocketStrategyFactory.getTlsSocketStrategy(@Nullable SslBundle sslBundle) 指定されたバンドルに使用するTlsSocketStrategyを返します。static HttpClientSettingsHttpClientSettings.ofSslBundle(@Nullable SslBundle sslBundle) 提供された SSL バンドル以外のすべての設定のデフォルトを使用して、新しいHttpClientSettingsを返します。HttpClientSettings.withSslBundle(@Nullable SslBundle sslBundle) 更新された SSL バンドル設定を使用して新しいHttpClientSettingsインスタンスを返します。型 SslBundle の型引数を持つ org.springframework.boot.http.client のメソッドパラメーター修飾子と型メソッド説明HttpComponentsHttpAsyncClientBuilder.withTlsStrategyFactory(FunctionSE<@Nullable SslBundle, @Nullable org.apache.hc.core5.http.nio.ssl.TlsStrategy> tlsStrategyFactory) 新しいHttpComponentsHttpAsyncClientBuilderをTlsStrategyファクトリの交換品とともに返却します。型 SslBundle のパラメーターを持つ org.springframework.boot.http.client のコンストラクター修飾子コンストラクター説明HttpClientSettings(@Nullable HttpRedirects redirects, @Nullable DurationSE connectTimeout, @Nullable DurationSE readTimeout, @Nullable SslBundle sslBundle) HttpClientSettingsレコードクラスのインスタンスを作成します。org.springframework.boot.http.client.reactive 内の SslBundle 使用
型 SslBundle の型引数を持つ org.springframework.boot.http.client.reactive のメソッドパラメーター修飾子と型メソッド説明HttpComponentsClientHttpConnectorBuilder.withTlsSocketStrategyFactory(FunctionSE<@Nullable SslBundle, @Nullable org.apache.hc.core5.http.nio.ssl.TlsStrategy> tlsStrategyFactory) 新しいHttpComponentsClientHttpConnectorBuilderをTlsStrategyファクトリの交換品とともに返却します。org.springframework.boot.kafka.autoconfigure 内の SslBundle 使用
修飾子と型メソッド説明default @Nullable SslBundleKafkaConnectionDetails.Configuration.getSslBundle()SSL バンドルを返します。default @Nullable SslBundleKafkaConnectionDetails.getSslBundle()SSL バンドルを返します。型 SslBundle のパラメーターを持つ org.springframework.boot.kafka.autoconfigure のメソッドorg.springframework.boot.mongodb.autoconfigure 内の SslBundle 使用
修飾子と型メソッド説明default @Nullable SslBundleMongoConnectionDetails.getSslBundle()使用する SSL バンドル。@Nullable SslBundlePropertiesMongoConnectionDetails.getSslBundle()org.springframework.boot.reactor.netty 内の SslBundle 使用
型 SslBundle のパラメーターを持つ org.springframework.boot.reactor.netty のメソッド修飾子と型メソッド説明protected final reactor.netty.tcp.AbstractProtocolSslContextSpec<?> SslServerCustomizer.createSslContextSpec(SslBundle sslBundle) 指定されたSslBundleのAbstractProtocolSslContextSpecを作成します。型 SslBundle のパラメーターを持つ org.springframework.boot.reactor.netty のコンストラクター修飾子コンストラクター説明SslServerCustomizer(@Nullable Http2 http2, @Nullable Ssl.ClientAuth clientAuth, SslBundle sslBundle, MapSE<StringSE, SslBundle> serverNameSslBundles) 型の型引数を持つ org.springframework.boot.reactor.netty のコンストラクターパラメーター SslBundle修飾子コンストラクター説明SslServerCustomizer(@Nullable Http2 http2, @Nullable Ssl.ClientAuth clientAuth, SslBundle sslBundle, MapSE<StringSE, SslBundle> serverNameSslBundles) org.springframework.boot.restclient 内の SslBundle 使用
型 SslBundle のパラメーターを持つ org.springframework.boot.restclient のメソッドorg.springframework.boot.restclient.autoconfigure 内の SslBundle 使用
型 SslBundle のパラメーターを持つ org.springframework.boot.restclient.autoconfigure のメソッドorg.springframework.boot.rsocket.netty 内の SslBundle 使用
型 SslBundle の引数を持つ型を返す org.springframework.boot.rsocket.netty のメソッドorg.springframework.boot.ssl 内の SslBundle 使用
SslBundle を返す org.springframework.boot.ssl のメソッド修飾子と型メソッド説明指定された名前のSslBundleを返します。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options, @Nullable StringSE protocol) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.of(@Nullable SslStoreBundle stores, @Nullable SslBundleKey key, @Nullable SslOptions options, @Nullable StringSE protocol, @Nullable SslManagerBundle managers) 新しいSslBundleインスタンスを作成するファクトリメソッド。static SslBundleSslBundle.systemDefault()システムのデフォルトを使用する新しいSslBundleを作成するためのファクトリメソッド。型 SslBundle のパラメーターを持つ org.springframework.boot.ssl のメソッド修飾子と型メソッド説明voidDefaultSslBundleRegistry.registerBundle(StringSE name, SslBundle bundle) voidSslBundleRegistry.registerBundle(StringSE name, SslBundle bundle) SslBundleという名前を登録します。voidDefaultSslBundleRegistry.updateBundle(StringSE name, SslBundle updatedBundle) voidSslBundleRegistry.updateBundle(StringSE name, SslBundle updatedBundle) SslBundleを更新します。型 SslBundle の型引数を持つ org.springframework.boot.ssl のメソッドパラメーター修飾子と型メソッド説明voidDefaultSslBundleRegistry.addBundleRegisterHandler(BiConsumerSE<StringSE, SslBundle> registerHandler) voidSslBundles.addBundleRegisterHandler(BiConsumerSE<StringSE, SslBundle> registerHandler) バンドルが登録されるたびに呼び出されるハンドラーを追加します。voidDefaultSslBundleRegistry.addBundleUpdateHandler(StringSE name, ConsumerSE<SslBundle> updateHandler) voidSslBundles.addBundleUpdateHandler(StringSE name, ConsumerSE<SslBundle> updateHandler) 名前付きバンドルが更新されるたびに呼び出されるハンドラーを追加します。型 SslBundle のパラメーターを持つ org.springframework.boot.ssl のコンストラクターorg.springframework.boot.testcontainers.service.connection 内の SslBundle 使用
修飾子と型メソッド説明protected @Nullable SslBundleContainerConnectionDetailsFactory.ContainerConnectionDetails.getSslBundle()この接続で使用するSslBundleまたはnullを返します。org.springframework.boot.tomcat 内の SslBundle 使用
型 SslBundle のパラメーターを持つ org.springframework.boot.tomcat のメソッド修飾子と型メソッド説明voidSslConnectorCustomizer.customize(SslBundle sslBundle, MapSE<StringSE, SslBundle> serverNameSslBundles) void型 SslBundle の型引数を持つ org.springframework.boot.tomcat のメソッドパラメーターorg.springframework.boot.web.server 内の SslBundle 使用
SslBundle を実装している org.springframework.boot.web.server のクラスSslBundle を返す org.springframework.boot.web.server のメソッド修飾子と型メソッド説明static SslBundleWebServerSslBundle.get(@Nullable Ssl ssl, @Nullable SslBundles sslBundles) static SslBundleprotected final SslBundleAbstractConfigurableWebServerFactory.getSslBundle()このサーバーで使用する必要があるSslBundleを返します。型 SslBundle の引数を持つ型を返す org.springframework.boot.web.server のメソッドorg.springframework.boot.webclient.autoconfigure 内の SslBundle 使用
型 SslBundle のパラメーターを持つ org.springframework.boot.webclient.autoconfigure のメソッド