Package | Description |
---|---|
org.apache.pulsar.client.api |
Pulsar Client API.
|
org.apache.pulsar.common.api |
Common data classes used in the Pulsar Client API.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
static AuthData |
AuthData.INIT_AUTH_DATA |
static AuthData |
AuthData.REFRESH_AUTH_DATA |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.