Class AuthenticationKeyStoreTls

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

public class AuthenticationKeyStoreTls extends Object implements Authentication, EncodedAuthenticationParameterSupport
This plugin requires these parameters: keyStoreType, keyStorePath, and keyStorePassword. This parameter will construct a AuthenticationDataProvider
See Also: