Class DefaultMTlsConnectionManager
java.lang.Object
io.confluent.security.mtls.DefaultMTlsConnectionManager
- All Implemented Interfaces:
org.apache.kafka.common.Configurable,org.apache.kafka.common.security.mtls.MTlsConnectionManager
public class DefaultMTlsConnectionManager
extends Object
implements org.apache.kafka.common.security.mtls.MTlsConnectionManager
The default implementation of
MTlsConnectionManager that relies on the broker session.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcloseConnections(org.apache.kafka.common.network.PublicCredential credential) void
-
Constructor Details
-
DefaultMTlsConnectionManager
public DefaultMTlsConnectionManager()
-
-
Method Details
-
configure
-
closeConnections
public void closeConnections(org.apache.kafka.common.network.PublicCredential credential) - Specified by:
closeConnectionsin interfaceorg.apache.kafka.common.security.mtls.MTlsConnectionManager
-