Uses of Class
org.camunda.bpm.webapp.impl.security.filter.CsrfPreventionCookieConfigurator.SameSiteOption
-
Packages that use CsrfPreventionCookieConfigurator.SameSiteOption Package Description org.camunda.bpm.webapp.impl.security.filter -
-
Uses of CsrfPreventionCookieConfigurator.SameSiteOption in org.camunda.bpm.webapp.impl.security.filter
Methods in org.camunda.bpm.webapp.impl.security.filter that return CsrfPreventionCookieConfigurator.SameSiteOption Modifier and Type Method Description static CsrfPreventionCookieConfigurator.SameSiteOptionCsrfPreventionCookieConfigurator.SameSiteOption. valueOf(String name)Returns the enum constant of this type with the specified name.static CsrfPreventionCookieConfigurator.SameSiteOption[]CsrfPreventionCookieConfigurator.SameSiteOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-