Class AuthenticationDataBasic
java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationDataBasic
- All Implemented Interfaces:
Serializable
,org.apache.pulsar.client.api.AuthenticationDataProvider
public class AuthenticationDataBasic
extends Object
implements org.apache.pulsar.client.api.AuthenticationDataProvider
- See Also:
-
Field Summary
Fields inherited from interface org.apache.pulsar.client.api.AuthenticationDataProvider
PULSAR_AUTH_METHOD_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pulsar.client.api.AuthenticationDataProvider
authenticate, getHttpAuthType, getTlsCerificateFilePath, getTlsCertificates, getTlsKeyStoreParams, getTlsPrivateKey, getTlsPrivateKeyFilePath, getTlsTrustStoreStream, hasDataForTls
-
Constructor Details
-
AuthenticationDataBasic
-
-
Method Details
-
hasDataForHttp
public boolean hasDataForHttp()- Specified by:
hasDataForHttp
in interfaceorg.apache.pulsar.client.api.AuthenticationDataProvider
-
getHttpHeaders
- Specified by:
getHttpHeaders
in interfaceorg.apache.pulsar.client.api.AuthenticationDataProvider
-
hasDataFromCommand
public boolean hasDataFromCommand()- Specified by:
hasDataFromCommand
in interfaceorg.apache.pulsar.client.api.AuthenticationDataProvider
-
getCommandData
- Specified by:
getCommandData
in interfaceorg.apache.pulsar.client.api.AuthenticationDataProvider
-