Class AuthenticationBasic
java.lang.Object
org.apache.pulsar.client.impl.auth.AuthenticationBasic
- All Implemented Interfaces:
Closeable,Serializable,AutoCloseable,Authentication,EncodedAuthenticationParameterSupport
public class AuthenticationBasic
extends Object
implements Authentication, EncodedAuthenticationParameterSupport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods 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.Authentication
authenticationStage, getAuthData, newRequestHeader
-
Constructor Details
-
AuthenticationBasic
public AuthenticationBasic()
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getAuthMethodName
- Specified by:
getAuthMethodNamein interfaceAuthentication
-
getAuthData
- Specified by:
getAuthDatain interfaceAuthentication- Throws:
PulsarClientException
-
configure
- Specified by:
configurein interfaceAuthentication
-
configure
- Specified by:
configurein interfaceEncodedAuthenticationParameterSupport
-
start
- Specified by:
startin interfaceAuthentication- Throws:
PulsarClientException
-