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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USER_AUTHORIZED
- See Also:
-
USER_PW
- See Also:
-
-
Constructor Details
-
BasicAuthenticationServerCustomizer
public BasicAuthenticationServerCustomizer()
-
-
Method Details
-
customize
public void customize(org.eclipse.jetty.server.Server server) - Specified by:
customizein interfaceorg.apache.calcite.avatica.server.ServerCustomizer<org.eclipse.jetty.server.Server>
-