程序包 | 说明 |
---|---|
org.apache.pulsar.client.api |
Pulsar Client API.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
Copyright © 2017–2020 Apache Software Foundation. All rights reserved.