Class AuthenticationDataKeyStoreTls
java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationDataKeyStoreTls
- All Implemented Interfaces:
Serializable,org.apache.pulsar.client.api.AuthenticationDataProvider
public class AuthenticationDataKeyStoreTls
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
ConstructorsConstructorDescriptionAuthenticationDataKeyStoreTls(org.apache.pulsar.client.api.KeyStoreParams keyStoreParams) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pulsar.client.api.KeyStoreParamsbooleanMethods 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, getTlsCerificateFilePath, getTlsCertificates, getTlsPrivateKey, getTlsPrivateKeyFilePath, getTlsTrustStoreStream, hasDataForHttp, hasDataFromCommand
-
Constructor Details
-
Method Details
-
hasDataForTls
public boolean hasDataForTls()- Specified by:
hasDataForTlsin interfaceorg.apache.pulsar.client.api.AuthenticationDataProvider
-
getTlsKeyStoreParams
public org.apache.pulsar.client.api.KeyStoreParams getTlsKeyStoreParams()- Specified by:
getTlsKeyStoreParamsin interfaceorg.apache.pulsar.client.api.AuthenticationDataProvider
-
getCommandData
- Specified by:
getCommandDatain interfaceorg.apache.pulsar.client.api.AuthenticationDataProvider
-