Class AuthenticationParameters

java.lang.Object
org.apache.pulsar.broker.authentication.AuthenticationParameters

public class AuthenticationParameters extends Object
A class to collect all the common fields used for authentication. Because the authentication data source is not always consistent when using the Pulsar Protocol and the Pulsar Proxy (see 19332), this class is currently restricted to use only in authenticating HTTP requests.
  • Constructor Details

    • AuthenticationParameters

      public AuthenticationParameters()