类的使用
org.apache.pulsar.client.api.PulsarClientException.UnsupportedAuthenticationException
程序包
说明
Pulsar Client API.
Helpers which provide useful functionality for the implementation of Pulsar Client API.
-
org.apache.pulsar.client.api中PulsarClientException.UnsupportedAuthenticationException的使用
修饰符和类型方法说明ClientBuilder.authentication
(String authPluginClassName, String authParamsString) Configure the authentication provider to use in the Pulsar client instance.ClientBuilder.authentication
(String authPluginClassName, Map<String, String> authParams) Configure the authentication provider to use in the Pulsar client instance using a config map.static Authentication
Create an instance of theAuthentication
object by using the plugin class name.static Authentication
Create an instance of the Authentication-Plugin. -
org.apache.pulsar.client.internal中PulsarClientException.UnsupportedAuthenticationException的使用
修饰符和类型方法说明PulsarClientImplementationBinding.createAuthentication
(String authPluginClassName, String authParamsString) PulsarClientImplementationBinding.createAuthentication
(String authPluginClassName, Map<String, String> authParams)