Class AuthenticationDataKeyStoreTls
java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationDataKeyStoreTls
- All Implemented Interfaces:
Serializable,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 TypeMethodDescriptionbooleanMethods 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, getHttpHeaders, getTlsCertificateFilePath, getTlsCertificates, getTlsPrivateKey, getTlsPrivateKeyFilePath, getTlsTrustStoreStream, hasDataForHttp, hasDataFromCommand
-
Constructor Details
-
AuthenticationDataKeyStoreTls
- Throws:
Exception
-
-
Method Details
-
hasDataForTls
public boolean hasDataForTls()- Specified by:
hasDataForTlsin interfaceAuthenticationDataProvider
-
getTlsKeyStoreParams
- Specified by:
getTlsKeyStoreParamsin interfaceAuthenticationDataProvider
-
getCommandData
- Specified by:
getCommandDatain interfaceAuthenticationDataProvider
-