类 AuthenticationDataBasic
java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationDataBasic
- 所有已实现的接口:
Serializable,AuthenticationDataProvider
- 另请参阅:
-
字段概要
从接口继承的字段 org.apache.pulsar.client.api.AuthenticationDataProvider
PULSAR_AUTH_METHOD_NAME -
构造器概要
构造器构造器说明AuthenticationDataBasic(String userInfo) AuthenticationDataBasic(String userId, String password) -
方法概要
修饰符和类型方法说明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
-
构造器详细资料
-
AuthenticationDataBasic
-
AuthenticationDataBasic
-
-
方法详细资料
-
hasDataForHttp
public boolean hasDataForHttp()- 指定者:
hasDataForHttp在接口中AuthenticationDataProvider
-
getHttpHeaders
- 指定者:
getHttpHeaders在接口中AuthenticationDataProvider
-
hasDataFromCommand
public boolean hasDataFromCommand()- 指定者:
hasDataFromCommand在接口中AuthenticationDataProvider
-
getCommandData
- 指定者:
getCommandData在接口中AuthenticationDataProvider
-