Class BasicAuthenticationServerCustomizer.BasicAuthServerCustomizerFactory

java.lang.Object
org.apache.phoenix.queryserver.server.customizers.BasicAuthenticationServerCustomizer.BasicAuthServerCustomizerFactory
All Implemented Interfaces:
ServerCustomizersFactory
Enclosing class:
BasicAuthenticationServerCustomizer

public static class BasicAuthenticationServerCustomizer.BasicAuthServerCustomizerFactory extends Object implements ServerCustomizersFactory
  • Constructor Details

    • BasicAuthServerCustomizerFactory

      public BasicAuthServerCustomizerFactory()
  • Method Details

    • createServerCustomizers

      public List<org.apache.calcite.avatica.server.ServerCustomizer<org.eclipse.jetty.server.Server>> createServerCustomizers(org.apache.hadoop.conf.Configuration conf, org.apache.calcite.avatica.server.AvaticaServerConfiguration avaticaServerConfiguration)
      Description copied from interface: ServerCustomizersFactory
      Creates a list of customizers that will customize the server.
      Specified by:
      createServerCustomizers in interface ServerCustomizersFactory
      Parameters:
      conf - Configuration to use
      avaticaServerConfiguration - to use in case custom-auth is enabled
      Returns:
      List of server suctomizers