Class AuthenticationTls

java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationTls
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, Authentication, EncodedAuthenticationParameterSupport

public class AuthenticationTls extends Object implements Authentication, EncodedAuthenticationParameterSupport
This plugin requires these parameters tlsCertFile: A file path for a client certificate. tlsKeyFile: A file path for a client private key.
See Also: