Uses of Interface
org.apache.hadoop.hbase.http.FilterContainer
Packages that use org.apache.hadoop.hbase.http.FilterContainer
Package
Description
Copied from hadoop source code.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
See https://issues.apache.org/jira/browse/HADOOP-10232 to know why.
This package provides user-selectable (via configuration) classes that add
functionality to the web UI.
-
Uses of org.apache.hadoop.hbase.http.FilterContainer in org.apache.hadoop.hbase.http
Classes in org.apache.hadoop.hbase.http that implement org.apache.hadoop.hbase.http.FilterContainer in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.http.HttpServerCreate a Jetty embedded server to answer http requests.Methods in org.apache.hadoop.hbase.http with parameters of type org.apache.hadoop.hbase.http.FilterContainer in inModifier and TypeMethodDescriptionabstract voidFilterInitializer.initFilter(org.apache.hadoop.hbase.http.FilterContainer container, org.apache.hadoop.conf.Configuration conf) Initialize a Filter to a FilterContainer. -
Uses of org.apache.hadoop.hbase.http.FilterContainer in org.apache.hadoop.hbase.http.lib
Methods in org.apache.hadoop.hbase.http.lib with parameters of type org.apache.hadoop.hbase.http.FilterContainer in inModifier and TypeMethodDescriptionvoidAuthenticationFilterInitializer.initFilter(org.apache.hadoop.hbase.http.FilterContainer container, org.apache.hadoop.conf.Configuration conf) Initializes hadoop-auth AuthenticationFilter.voidStaticUserWebFilter.initFilter(org.apache.hadoop.hbase.http.FilterContainer container, org.apache.hadoop.conf.Configuration conf)