Uses of Class
org.apache.hadoop.hbase.http.FilterInitializer
Packages that use FilterInitializer
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 FilterInitializer in org.apache.hadoop.hbase.http
Methods in org.apache.hadoop.hbase.http that return FilterInitializerModifier and TypeMethodDescriptionprivate static FilterInitializer[]
HttpServer.getFilterInitializers
(org.apache.hadoop.conf.Configuration conf) Get an array of FilterConfiguration specified in the conf -
Uses of FilterInitializer in org.apache.hadoop.hbase.http.lib
Subclasses of FilterInitializer in org.apache.hadoop.hbase.http.libModifier and TypeClassDescriptionclass
This class is copied from Hadoop.class
Provides a servlet filter that pretends to authenticate a fake user (Dr.Who) so that the web UI is usable for a secure cluster without authentication.