类 AuthenticationDataToken
java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationDataToken
- 所有已实现的接口:
Serializable,AuthenticationDataProvider
- 另请参阅:
-
字段概要
字段从接口继承的字段 org.apache.pulsar.client.api.AuthenticationDataProvider
PULSAR_AUTH_METHOD_NAME -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanboolean从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.client.api.AuthenticationDataProvider
authenticate, getHttpAuthType, getTlsCertificateFilePath, getTlsCertificates, getTlsKeyStoreParams, getTlsPrivateKey, getTlsPrivateKeyFilePath, getTlsTrustStoreStream, hasDataForTls
-
字段详细资料
-
HTTP_HEADER_NAME
- 另请参阅:
-
-
构造器详细资料
-
AuthenticationDataToken
-
-
方法详细资料
-
hasDataForHttp
public boolean hasDataForHttp()- 指定者:
hasDataForHttp在接口中AuthenticationDataProvider
-
getHttpHeaders
- 指定者:
getHttpHeaders在接口中AuthenticationDataProvider
-
hasDataFromCommand
public boolean hasDataFromCommand()- 指定者:
hasDataFromCommand在接口中AuthenticationDataProvider
-
getCommandData
- 指定者:
getCommandData在接口中AuthenticationDataProvider
-