インターフェースの使用
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) このインスタンスの状態からストリームプロパティの初期マップを作成します。型 SslBundles の型引数を持つ org.springframework.boot.autoconfigure.kafka のメソッドパラメーター修飾子と型メソッド説明org.springframework.kafka.core.KafkaAdminKafkaAutoConfiguration.kafkaAdmin(KafkaConnectionDetails connectionDetails, ObjectProvider<SslBundles> sslBundles) org.springframework.boot.autoconfigure.mongo 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.autoconfigure.mongo のコンストラクター修飾子コンストラクター説明StandardMongoClientSettingsBuilderCustomizer(com.mongodb.ConnectionString connectionString, org.bson.UuidRepresentation uuidRepresentation, MongoProperties.Ssl ssl, SslBundles sslBundles) 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.rsocket.netty 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.rsocket.netty のメソッドorg.springframework.boot.rsocket.server 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.rsocket.server のメソッド修飾子と型メソッド説明voidConfigurableRSocketServerFactory.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 SslBundleWebServerSslBundle.get(Ssl ssl, SslBundles sslBundles) voidAbstractConfigurableWebServerFactory.setSslBundles(SslBundles sslBundles) voidConfigurableWebServerFactory.setSslBundles(SslBundles sslBundles) SSL 接続の構成に使用できる SSL バンドルを設定します。