@InterfaceAudience.Public @InterfaceStability.Evolving
Interface | Description |
---|---|
RestCsrfPreventionFilter.HttpInteraction |
Defines the minimal API requirements for the filter to execute its
filtering logic.
|
Class | Description |
---|---|
CrossOriginFilter | |
RestCsrfPreventionFilter |
This filter provides protection against cross site request forgery (CSRF)
attacks for REST APIs.
|
XFrameOptionsFilter |
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.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.