クラス SslBundleSslEngineFactory
java.lang.ObjectSE
org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- 実装されているすべてのインターフェース:
CloseableSE, AutoCloseableSE, org.apache.kafka.common.Configurable, org.apache.kafka.common.security.auth.SslEngineFactory
public class SslBundleSslEngineFactory
extends ObjectSE
implements org.apache.kafka.common.security.auth.SslEngineFactory
- 導入:
- 4.0.0
- 作成者:
- Andy Wilkinson, Scott Frederick
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明voidclose()voidcreateClientSslEngine(StringSE peerHost, int peerPort, StringSE endpointIdentification) createServerSslEngine(StringSE peerHost, int peerPort) @Nullable KeyStoreSEkeystore()booleanshouldBeRebuilt(MapSE<StringSE, ObjectSE> nextConfigs) @Nullable KeyStoreSE
コンストラクターの詳細
SslBundleSslEngineFactory
public SslBundleSslEngineFactory()
メソッドの詳細
configure
close
- 次で指定:
- インターフェース
AutoCloseableSEのclose - 次で指定:
- インターフェース
CloseableSEのclose - 例外:
IOExceptionSE
createClientSslEngine
public SSLEngineSE createClientSslEngine(StringSE peerHost, int peerPort, StringSE endpointIdentification) - 次で指定:
- インターフェース
org.apache.kafka.common.security.auth.SslEngineFactoryのcreateClientSslEngine
createServerSslEngine
- 次で指定:
- インターフェース
org.apache.kafka.common.security.auth.SslEngineFactoryのcreateServerSslEngine
shouldBeRebuilt
reconfigurableConfigs
keystore
- 次で指定:
- インターフェース
org.apache.kafka.common.security.auth.SslEngineFactoryのkeystore
truststore
- 次で指定:
- インターフェース
org.apache.kafka.common.security.auth.SslEngineFactoryのtruststore