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 ClientBuilder
ClientBuilder. authentication(java.lang.String authPluginClassName, java.lang.String authParamsString)
Configure the authentication provider to use in the Pulsar client instance.ClientBuilder
ClientBuilder. 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 Authentication
AuthenticationFactory. create(java.lang.String authPluginClassName, java.lang.String authParamsString)
Create an instance of theAuthentication
object by using the plugin class name.static Authentication
AuthenticationFactory. 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 Authentication
PulsarClientImplementationBinding. createAuthentication(java.lang.String authPluginClassName, java.lang.String authParamsString)
Authentication
PulsarClientImplementationBinding. createAuthentication(java.lang.String authPluginClassName, java.util.Map<java.lang.String,java.lang.String> authParams)
-