Class AuthenticationDataNull
- java.lang.Object
-
- org.apache.pulsar.client.impl.auth.AuthenticationDataNull
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.pulsar.client.api.AuthenticationDataProvider
public class AuthenticationDataNull extends java.lang.Object implements org.apache.pulsar.client.api.AuthenticationDataProvider- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationDataNull()
-
Method Summary
-
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, getCommandData, getHttpAuthType, getHttpHeaders, getTlsCerificateFilePath, getTlsCertificates, getTlsKeyStoreParams, getTlsPrivateKey, getTlsPrivateKeyFilePath, getTlsTrustStoreStream, hasDataForHttp, hasDataForTls, hasDataFromCommand
-
-