Uses of Class
org.apache.pulsar.client.api.PulsarClientException.UnsupportedAuthenticationException
-
Packages that use PulsarClientException.UnsupportedAuthenticationException 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. -
-
Uses of PulsarClientException.UnsupportedAuthenticationException in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that throw PulsarClientException.UnsupportedAuthenticationException Modifier and Type Method Description ClientBuilderClientBuilder. authentication(java.lang.String authPluginClassName, java.lang.String authParamsString)Configure the authentication provider to use in the Pulsar client instance.ClientBuilderClientBuilder. authentication(java.lang.String authPluginClassName, java.util.Map<java.lang.String,java.lang.String> authParams)Configure the authentication provider to use in the Pulsar client instance using a config map.static AuthenticationAuthenticationFactory. create(java.lang.String authPluginClassName, java.lang.String authParamsString)Create an instance of theAuthenticationobject by using the plugin class name.static AuthenticationAuthenticationFactory. create(java.lang.String authPluginClassName, java.util.Map<java.lang.String,java.lang.String> authParams)Create 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.UnsupportedAuthenticationException Modifier and Type Method Description AuthenticationPulsarClientImplementationBinding. createAuthentication(java.lang.String authPluginClassName, java.lang.String authParamsString)AuthenticationPulsarClientImplementationBinding. createAuthentication(java.lang.String authPluginClassName, java.util.Map<java.lang.String,java.lang.String> authParams)
-