CsrfPreventionRequestCycleListener |
CsrfPreventionRequestCycleListener.addAcceptedOrigin(String acceptedOrigin) |
Deprecated.
TODO remove in Wicket 10
|
CsrfPreventionRequestCycleListener |
CsrfPreventionRequestCycleListener.setConflictingOriginAction(CsrfPreventionRequestCycleListener.CsrfAction action) |
Deprecated.
Sets the action when a conflicting Origin header is detected.
|
CsrfPreventionRequestCycleListener |
CsrfPreventionRequestCycleListener.setErrorCode(int errorCode) |
Deprecated.
Modifies the HTTP error code in the exception when a conflicting Origin header is detected.
|
CsrfPreventionRequestCycleListener |
CsrfPreventionRequestCycleListener.setErrorMessage(String errorMessage) |
Deprecated.
Modifies the HTTP message in the exception when a conflicting Origin header is detected.
|
CsrfPreventionRequestCycleListener |
CsrfPreventionRequestCycleListener.setNoOriginAction(CsrfPreventionRequestCycleListener.CsrfAction action) |
Deprecated.
Sets the action when no Origin header is present in the request.
|