インターフェースの使用
org.springframework.boot.ssl.SslBundles
SslBundles を使用するパッケージ
パッケージ
説明
RabbitMQ の自動構成。
クライアント側 HTTP の自動構成。
アプリケーションに関する情報を提供するためのサポート。
MongoDB の自動構成。
Reactor Netty ベースの RSocket サーバー実装。
RSocket サーバーのサポート。
SSL 接続の確立に使用できるトラストマテリアルの管理。
組み込み Web サーバーのサポート。
リアクティブ Web サーバーの自動構成に関連するクラス。
サーブレット Web サーバーの自動構成に関連するクラス。
org.springframework.boot.amqp.autoconfigure 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.amqp.autoconfigure のコンストラクター修飾子コンストラクター説明RabbitConnectionFactoryBeanConfigurer(ResourceLoader resourceLoader, RabbitProperties properties, RabbitConnectionDetails connectionDetails, @Nullable SslBundles sslBundles) 指定されたresourceLoader、properties、connectionDetails、sslBundlesを使用する新しいコンフィギュラーを作成します。org.springframework.boot.http.client.autoconfigure 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.http.client.autoconfigure のコンストラクター修飾子コンストラクター説明HttpClientSettingsPropertyMapper(@Nullable SslBundles sslBundles, @Nullable HttpClientSettings settings) org.springframework.boot.info 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.info のコンストラクター修飾子コンストラクター説明SslInfo(SslBundles sslBundles) 新しいインスタンスを作成します。SslInfo(SslBundles sslBundles, ClockSE clock) 新しいインスタンスを作成します。org.springframework.boot.mongodb.autoconfigure 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.mongodb.autoconfigure のコンストラクター修飾子コンストラクター説明PropertiesMongoConnectionDetails(MongoProperties properties, @Nullable SslBundles sslBundles) 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(@Nullable SslBundles sslBundles) SSL 構成を取得するために使用できる SSL バンドルを設定します。org.springframework.boot.ssl 内の SslBundles 使用
SslBundles を実装している org.springframework.boot.ssl のクラスorg.springframework.boot.web.server 内の SslBundles 使用
修飾子と型メソッド説明@Nullable SslBundlesAbstractConfigurableWebServerFactory.getSslBundles()設定されたSslBundlesを返します。型 SslBundles のパラメーターを持つ org.springframework.boot.web.server のメソッド修飾子と型メソッド説明static SslBundleWebServerSslBundle.get(@Nullable Ssl ssl, @Nullable SslBundles sslBundles) voidAbstractConfigurableWebServerFactory.setSslBundles(@Nullable SslBundles sslBundles) voidConfigurableWebServerFactory.setSslBundles(@Nullable SslBundles sslBundles) SSL 接続の構成に使用できる SSL バンドルを設定します。org.springframework.boot.web.server.autoconfigure.reactive 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.web.server.autoconfigure.reactive のコンストラクター修飾子コンストラクター説明ReactiveWebServerFactoryCustomizer(ServerProperties serverProperties, @Nullable SslBundles sslBundles) 新しいReactiveWebServerFactoryCustomizerインスタンスを作成します。org.springframework.boot.web.server.autoconfigure.servlet 内の SslBundles 使用
型 SslBundles のパラメーターを持つ org.springframework.boot.web.server.autoconfigure.servlet のコンストラクター修飾子コンストラクター説明ServletWebServerFactoryCustomizer(ServerProperties serverProperties, ListSE<WebListenerRegistrar> webListenerRegistrars, ListSE<CookieSameSiteSupplier> cookieSameSiteSuppliers, @Nullable SslBundles sslBundles)