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.
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 in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.http.HttpServer
    Create 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 in
    Modifier and Type
    Method
    Description
    abstract void
    FilterInitializer.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 in
    Modifier and Type
    Method
    Description
    void
    AuthenticationFilterInitializer.initFilter(org.apache.hadoop.hbase.http.FilterContainer container, org.apache.hadoop.conf.Configuration conf)
    Initializes hadoop-auth AuthenticationFilter.
    void
    StaticUserWebFilter.initFilter(org.apache.hadoop.hbase.http.FilterContainer container, org.apache.hadoop.conf.Configuration conf)