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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.phoenix.queryserver.server.ServerCustomizersFactory
ServerCustomizersFactory.ServerCustomizersFactoryImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<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) Creates a list of customizers that will customize the server.
-
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:ServerCustomizersFactoryCreates a list of customizers that will customize the server.- Specified by:
createServerCustomizersin interfaceServerCustomizersFactory- Parameters:
conf- Configuration to useavaticaServerConfiguration- to use in case custom-auth is enabled- Returns:
- List of server suctomizers
-