Index
All Classes and Interfaces|All Packages
C
- CSRFProtection - Class in io.github.jirkasa.csrfprotection
-
Middleware for CSRF protection.
- CSRFProtection() - Constructor for class io.github.jirkasa.csrfprotection.CSRFProtection
-
Creates new CSRF protection middleware (protected methods are POST, PUT, PATCH and DELETE; name of CSRF attribute is "CSRF_TOKEN").
- CSRFProtection(String) - Constructor for class io.github.jirkasa.csrfprotection.CSRFProtection
-
Creates new CSRF protection middleware (protected methods are POST, PUT, PATCH and DELETE).
- CSRFProtection(String[]) - Constructor for class io.github.jirkasa.csrfprotection.CSRFProtection
-
Creates new CSRF protection middleware (name of CSRF attribute is "CSRF_TOKEN").
- CSRFProtection(String, String[]) - Constructor for class io.github.jirkasa.csrfprotection.CSRFProtection
-
Creates new CSRF protection middleware.
All Classes and Interfaces|All Packages