类 AuthenticationKeyStoreTls
java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationKeyStoreTls
- 所有已实现的接口:
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
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.client.api.Authentication
authenticationStage, getAuthData, newRequestHeader
-
字段详细资料
-
构造器详细资料
-
AuthenticationKeyStoreTls
public AuthenticationKeyStoreTls() -
AuthenticationKeyStoreTls
-
-
方法详细资料
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 抛出:
IOException
-
getAuthMethodName
- 指定者:
getAuthMethodName在接口中Authentication
-
getAuthData
- 指定者:
getAuthData在接口中Authentication- 抛出:
PulsarClientException
-
configure
-
configure
- 指定者:
configure在接口中Authentication
-
start
- 指定者:
start在接口中Authentication- 抛出:
PulsarClientException
-
mapToString
-