Uses of Class
org.owasp.csrfguard.config.properties.SimpleBooleanConfigParameter
-
Packages that use SimpleBooleanConfigParameter Package Description org.owasp.csrfguard.config.properties -
-
Uses of SimpleBooleanConfigParameter in org.owasp.csrfguard.config.properties
Fields in org.owasp.csrfguard.config.properties declared as SimpleBooleanConfigParameter Modifier and Type Field Description static SimpleBooleanConfigParameterConfigParameters. AJAX_ENABLEDstatic SimpleBooleanConfigParameterConfigParameters. CSRFGUARD_ENABLEDstatic SimpleBooleanConfigParameterConfigParameters. CSRFGUARD_PROTECTstatic SimpleBooleanConfigParameterConfigParameters. FORCE_SYNCHRONOUS_AJAXstatic SimpleBooleanConfigParameterConfigParameters. PRINT_ENABLEDstatic SimpleBooleanConfigParameterConfigParameters. ROTATEstatic SimpleBooleanConfigParameterConfigParameters. TOKEN_PER_PAGEstatic SimpleBooleanConfigParameterConfigParameters. TOKEN_PER_PAGE_PRECREATEstatic SimpleBooleanConfigParameterConfigParameters. VALIDATE_WHEN_NO_SESSION_EXISTSMethods in org.owasp.csrfguard.config.properties that return SimpleBooleanConfigParameter Modifier and Type Method Description static SimpleBooleanConfigParameterConfigParameters. getUseNewTokenLandingPage(String newTokenLandingPage)Methods in org.owasp.csrfguard.config.properties with parameters of type SimpleBooleanConfigParameter Modifier and Type Method Description static booleanPropertyUtils. getProperty(Properties properties, SimpleBooleanConfigParameter configParameter)
-