Uses of Class
org.apache.wicket.protocol.http.CsrfPreventionRequestCycleListener.CsrfAction

Packages that use CsrfPreventionRequestCycleListener.CsrfAction
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
static CsrfPreventionRequestCycleListener.CsrfAction CsrfPreventionRequestCycleListener.CsrfAction.valueOf(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
 CsrfPreventionRequestCycleListener CsrfPreventionRequestCycleListener.setConflictingOriginAction(CsrfPreventionRequestCycleListener.CsrfAction action)
          Sets the action when a conflicting Origin header is detected.
 CsrfPreventionRequestCycleListener CsrfPreventionRequestCycleListener.setNoOriginAction(CsrfPreventionRequestCycleListener.CsrfAction action)
          Sets the action when no Origin header is present in the request.
 



Copyright © 2006–2019 Apache Software Foundation. All rights reserved.