Uses of Interface
org.apache.pulsar.client.api.AuthenticationDataProvider
-
Packages that use AuthenticationDataProvider Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of AuthenticationDataProvider in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return AuthenticationDataProvider Modifier and Type Method Description default AuthenticationDataProvider
Authentication. getAuthData()
default AuthenticationDataProvider
Authentication. getAuthData(java.lang.String brokerHostName)
Get/Create an authentication data provider which provides the data that this client will be sent to the broker.Methods in org.apache.pulsar.client.api with parameters of type AuthenticationDataProvider Modifier and Type Method Description default void
Authentication. authenticationStage(java.lang.String requestUrl, AuthenticationDataProvider authData, java.util.Map<java.lang.String,java.lang.String> previousResHeaders, java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,java.lang.String>> authFuture)
An authentication Stage.default java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.String>>
Authentication. newRequestHeader(java.lang.String hostName, AuthenticationDataProvider authData, java.util.Map<java.lang.String,java.lang.String> previousResHeaders)
Add an authenticationStage that will complete along with authFuture.
-