Package org.apache.hadoop.security.http
@Public
@Evolving
package org.apache.hadoop.security.http
Filters for HTTP service security.
-
ClassDescriptionorg.apache.hadoop.security.http.CrossOriginFilterThis filter provides protection against cross site request forgery (CSRF) attacks for REST APIs.org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteractionDefines 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.