Class BasicAuthenticationServerCustomizer

java.lang.Object
org.apache.phoenix.queryserver.server.customizers.BasicAuthenticationServerCustomizer
All Implemented Interfaces:
org.apache.calcite.avatica.server.ServerCustomizer<org.eclipse.jetty.server.Server>

public class BasicAuthenticationServerCustomizer extends Object implements org.apache.calcite.avatica.server.ServerCustomizer<org.eclipse.jetty.server.Server>
Avatica ServerCustomizer which performs HTTP Basic authentication against a static user database. For testing ONLY.
  • Field Details

  • Constructor Details

    • BasicAuthenticationServerCustomizer

      public BasicAuthenticationServerCustomizer()
  • Method Details

    • customize

      public void customize(org.eclipse.jetty.server.Server server)
      Specified by:
      customize in interface org.apache.calcite.avatica.server.ServerCustomizer<org.eclipse.jetty.server.Server>