Uses of Class
org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener.CsrfAction
-
Packages that use CsrfPreventionRequestCycleListener.CsrfAction Package Description org.apache.wicket.protocol.http HTTP implementation. -
-
Uses of CsrfPreventionRequestCycleListener.CsrfAction in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http that return CsrfPreventionRequestCycleListener.CsrfAction Modifier and Type Method Description static CsrfPreventionRequestCycleListener.CsrfActionCsrfPreventionRequestCycleListener.CsrfAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CsrfPreventionRequestCycleListener.CsrfAction[]CsrfPreventionRequestCycleListener.CsrfAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.protocol.http with parameters of type CsrfPreventionRequestCycleListener.CsrfAction Modifier and Type Method Description CsrfPreventionRequestCycleListenerCsrfPreventionRequestCycleListener. setConflictingOriginAction(CsrfPreventionRequestCycleListener.CsrfAction action)Sets the action when a conflicting Origin header is detected.CsrfPreventionRequestCycleListenerCsrfPreventionRequestCycleListener. setNoOriginAction(CsrfPreventionRequestCycleListener.CsrfAction action)Sets the action when no Origin header is present in the request.
-