Uses of Interface
org.apache.pulsar.client.api.AuthenticationDataProvider
-
Uses of AuthenticationDataProvider in org.apache.pulsar.client.api
Modifier and TypeMethodDescriptiondefault AuthenticationDataProvider
Authentication.getAuthData()
default AuthenticationDataProvider
Authentication.getAuthData
(String brokerHostName) Get/Create an authentication data provider which provides the data that this client will be sent to the broker.Modifier and TypeMethodDescriptiondefault void
Authentication.authenticationStage
(String requestUrl, AuthenticationDataProvider authData, Map<String, String> previousResHeaders, CompletableFuture<Map<String, String>> authFuture) An authentication Stage.Authentication.newRequestHeader
(String hostName, AuthenticationDataProvider authData, Map<String, String> previousResHeaders) Add an authenticationStage that will complete along with authFuture.