Package | Description |
---|---|
org.apache.pulsar.client.api |
Pulsar Client API.
|
org.apache.pulsar.client.internal |
Helpers which provide useful functionality for the implementation of Pulsar Client API.
|
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
ClientBuilder.authentication(String authPluginClassName,
Map<String,String> authParams)
Configure the authentication provider to use in the Pulsar client instance
using a config map.
|
ClientBuilder |
ClientBuilder.authentication(String authPluginClassName,
String authParamsString)
Configure the authentication provider to use in the Pulsar client instance.
|
static Authentication |
AuthenticationFactory.create(String authPluginClassName,
Map<String,String> authParams)
Create an instance of the Authentication-Plugin.
|
static Authentication |
AuthenticationFactory.create(String authPluginClassName,
String authParamsString)
Create an instance of the
Authentication object by using
the plugin class name. |
Modifier and Type | Method and Description |
---|---|
static Authentication |
DefaultImplementation.createAuthentication(String authPluginClassName,
Map<String,String> authParams) |
static Authentication |
DefaultImplementation.createAuthentication(String authPluginClassName,
String authParamsString) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.