インターフェースの使用
org.springframework.boot.ssl.SslBundles
SslBundles を使用するパッケージ
パッケージ
説明
RabbitMQ の自動構成。
Apache Kafka の自動構成。
MongoDB の自動構成。
リアクティブ Web サーバーおよび Spring WebFlux の自動構成。
アプリケーションに関する情報を提供するためのサポート。
Reactor Netty ベースの RSocket サーバー実装。
RSocket サーバーのサポート。
SSL 接続の確立に使用できるトラストマテリアルの管理。
組み込み Web サーバーのサポート。
org.springframework.boot.autoconfigure.amqp 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.autoconfigure.amqp のコンストラクター修飾子コンストラクター説明RabbitConnectionFactoryBeanConfigurer
(ResourceLoader resourceLoader, RabbitProperties properties, RabbitConnectionDetails connectionDetails, SslBundles sslBundles) 指定されたresourceLoader
、properties
、connectionDetails
、sslBundles
を使用する新しいコンフィギュラーを作成します。org.springframework.boot.autoconfigure.kafka 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.autoconfigure.kafka のメソッド修飾子と型メソッド説明KafkaProperties.buildAdminProperties
(SslBundles sslBundles) このインスタンスの状態から管理プロパティの初期マップを作成します。KafkaProperties.buildConsumerProperties
(SslBundles sslBundles) このインスタンスの状態からコンシューマープロパティの初期マップを作成します。KafkaProperties.buildProducerProperties
(SslBundles sslBundles) このインスタンスの状態からプロデューサープロパティの初期マップを作成します。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) このインスタンスの状態からストリームプロパティの初期マップを作成します。org.springframework.boot.autoconfigure.mongo 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.autoconfigure.mongo のコンストラクター修飾子コンストラクター説明PropertiesMongoConnectionDetails
(MongoProperties properties, SslBundles sslBundles) StandardMongoClientSettingsBuilderCustomizer
(com.mongodb.ConnectionString connectionString, org.bson.UuidRepresentation uuidRepresentation, MongoProperties.Ssl ssl, SslBundles sslBundles) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。org.springframework.boot.autoconfigure.web.reactive 内の SslBundles 使用
型 SslBundles の型引数を持つ org.springframework.boot.autoconfigure.web.reactive のメソッドパラメーター修飾子と型メソッド説明ReactiveWebServerFactoryAutoConfiguration.reactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, ObjectProvider<SslBundles> sslBundles) 型 SslBundles のパラメーターを持つ org.springframework.boot.autoconfigure.web.reactive のコンストラクター修飾子コンストラクター説明ReactiveWebServerFactoryCustomizer
(ServerProperties serverProperties, SslBundles sslBundles) 新しいReactiveWebServerFactoryCustomizer
インスタンスを作成します。org.springframework.boot.info 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.info のコンストラクター修飾子コンストラクター説明SslInfo
(SslBundles sslBundles, DurationSE certificateValidityWarningThreshold) 新しいインスタンスを作成します。SslInfo
(SslBundles sslBundles, DurationSE certificateValidityWarningThreshold, ClockSE clock) 新しいインスタンスを作成します。org.springframework.boot.rsocket.netty 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.rsocket.netty のメソッドorg.springframework.boot.rsocket.server 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.rsocket.server のメソッド修飾子と型メソッド説明void
ConfigurableRSocketServerFactory.setSslBundles
(SslBundles sslBundles) SSL 構成を取得するために使用できる SSL バンドルを設定します。org.springframework.boot.ssl 内の SslBundles 使用
SslBundles を実装している org.springframework.boot.ssl のクラスorg.springframework.boot.web.server 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.web.server のメソッド修飾子と型メソッド説明static SslBundle
WebServerSslBundle.get
(Ssl ssl, SslBundles sslBundles) void
AbstractConfigurableWebServerFactory.setSslBundles
(SslBundles sslBundles) void
ConfigurableWebServerFactory.setSslBundles
(SslBundles sslBundles) SSL 接続の構成に使用できる SSL バンドルを設定します。
StandardMongoClientSettingsBuilderCustomizer(MongoConnectionDetails, UuidRepresentation)
を推奨