public final class RequestAttribute extends AbstractAction
| Constructor and Description |
|---|
RequestAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
CsrfGuardException csrfGuardException,
CsrfGuard csrfGuard)
Executes this action.
|
getName, getParameter, getParameterMap, setName, setParameterpublic void execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
CsrfGuardException csrfGuardException,
CsrfGuard csrfGuard)
throws CsrfGuardException
IActionrequest - the HTTP request that triggered a potential CSRF attackresponse - the HTTP response object associated with the potentially malicious HTTP requestcsrfGuardException - the CSRF Guard exception objectcsrfGuard - the main CSRF Guard object, with access to inner workings of the solutionCsrfGuardException - the exception type thrown in case of a potential CSRF attackCopyright © 2025 OWASP. All rights reserved.