Package org.apache.hadoop.security.http


@Public @Evolving package org.apache.hadoop.security.http
Filters for HTTP service security.
  • Class
    Description
    org.apache.hadoop.security.http.CrossOriginFilter
     
    This filter provides protection against cross site request forgery (CSRF) attacks for REST APIs.
    org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
    Defines the minimal API requirements for the filter to execute its filtering logic.
    This filter protects webapps from clickjacking attacks that are possible through use of Frames to embed the resources in another application and intercept clicks to accomplish nefarious things.