Package play.filters.csrf
-
Interface Summary Interface Description CSRFErrorHandler This interface handles the CSRF error. -
Class Summary Class Description AddCSRFTokenAction CSRFErrorHandler.DefaultCSRFErrorHandler RequireCSRFCheckAction -
Annotation Types Summary Annotation Type Description AddCSRFToken This action adds a CSRF token to the request and response if not already there.RequireCSRFCheck This action requires a CSRF check.