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