Class AuthenticationDataToken
java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationDataToken
- All Implemented Interfaces:
Serializable,AuthenticationDataProvider
- See Also:
-
Field Summary
FieldsFields inherited from interface org.apache.pulsar.client.api.AuthenticationDataProvider
PULSAR_AUTH_METHOD_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.client.api.AuthenticationDataProvider
authenticate, getHttpAuthType, getTlsCerificateFilePath, getTlsCertificates, getTlsKeyStoreParams, getTlsPrivateKey, getTlsPrivateKeyFilePath, getTlsTrustStoreStream, hasDataForTls
-
Field Details
-
HTTP_HEADER_NAME
- See Also:
-
-
Constructor Details
-
AuthenticationDataToken
-
-
Method Details
-
hasDataForHttp
public boolean hasDataForHttp()- Specified by:
hasDataForHttpin interfaceAuthenticationDataProvider
-
getHttpHeaders
- Specified by:
getHttpHeadersin interfaceAuthenticationDataProvider
-
hasDataFromCommand
public boolean hasDataFromCommand()- Specified by:
hasDataFromCommandin interfaceAuthenticationDataProvider
-
getCommandData
- Specified by:
getCommandDatain interfaceAuthenticationDataProvider
-