Package io.vertx.ext.web.handler
Interface InputTrustHandler
-
- All Superinterfaces:
Handler<RoutingContext>
- All Known Subinterfaces:
CSRFHandler
public interface InputTrustHandler extends Handler<RoutingContext>
Base input trust interface for handlers that verify the trust of the request. Do not confuse trust and authorization. Trusted input by means ofCross-Site Request Forgery
as an example, gives the application guarantees about the integrity of the data. It does not replace properAuthorizationHandler
checks.- Author:
- Paulo Lopes