Uses of Class
org.apache.pulsar.client.api.PulsarClientException.UnsupportedAuthenticationException
Packages that use PulsarClientException.UnsupportedAuthenticationException
Package
Description
Pulsar Client API.
Helpers which provide useful functionality for the implementation of Pulsar Client API.
-
Uses of PulsarClientException.UnsupportedAuthenticationException in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that throw PulsarClientException.UnsupportedAuthenticationExceptionModifier and TypeMethodDescriptionClientBuilder.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 AuthenticationCreate an instance of theAuthenticationobject by using the plugin class name.static AuthenticationCreate an instance of the Authentication-Plugin. -
Uses of PulsarClientException.UnsupportedAuthenticationException in org.apache.pulsar.client.internal
Methods in org.apache.pulsar.client.internal that throw PulsarClientException.UnsupportedAuthenticationExceptionModifier and TypeMethodDescriptionPulsarClientImplementationBinding.createAuthentication(String authPluginClassName, String authParamsString) PulsarClientImplementationBinding.createAuthentication(String authPluginClassName, Map<String, String> authParams)