类 AuthenticationTls

java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationTls
所有已实现的接口:
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.
另请参阅: