Uses of Class
org.apache.pulsar.common.api.AuthData
Packages that use AuthData
Package
Description
Pulsar Client API.
Common data classes used in the Pulsar Client API.
-
Uses of AuthData in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return AuthDataModifier and TypeMethodDescriptiondefault AuthDataAuthenticationDataProvider.authenticate(AuthData data) For mutual authentication, This method use passed in `data` to evaluate and challenge, then returns null if authentication has completed; returns authenticated data back to server side, if authentication has not completed.Methods in org.apache.pulsar.client.api with parameters of type AuthDataModifier and TypeMethodDescriptiondefault AuthDataAuthenticationDataProvider.authenticate(AuthData data) For mutual authentication, This method use passed in `data` to evaluate and challenge, then returns null if authentication has completed; returns authenticated data back to server side, if authentication has not completed. -
Uses of AuthData in org.apache.pulsar.common.api
Fields in org.apache.pulsar.common.api declared as AuthDataModifier and TypeFieldDescriptionstatic AuthDataAuthData.INIT_AUTH_DATAstatic AuthDataAuthData.REFRESH_AUTH_DATA