Uses of Class
org.apache.pulsar.common.api.AuthData
-
Packages that use AuthData Package Description org.apache.pulsar.client.api Pulsar Client API.org.apache.pulsar.common.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 AuthData Modifier and Type Method Description default AuthData
AuthenticationDataProvider. 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 AuthData Modifier and Type Method Description default AuthData
AuthenticationDataProvider. 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 AuthData Modifier and Type Field Description static AuthData
AuthData. INIT_AUTH_DATA
static AuthData
AuthData. REFRESH_AUTH_DATA
-