Constant Field Values
Contents
org.owasp.*
-
org.owasp.csrfguard.config.overlay.ConfigPropertiesCascadeCommonUtils Modifier and Type Constant Field Value public static final intDEFAULT_BUFFER_SIZE4096 -
org.owasp.csrfguard.config.overlay.ConfigurationOverlayProvider Modifier and Type Constant Field Value public static final StringMETA_INF_CSRFGUARD_PROPERTIES"META-INF/csrfguard.properties"public static final StringOWASP_CSRF_GUARD_OVERLAY_PROPERTIES"Owasp.CsrfGuard.overlay.properties"public static final StringOWASP_CSRF_GUARD_PROPERTIES"Owasp.CsrfGuard.properties"
-
org.owasp.csrfguard.config.properties.ConfigParameters Modifier and Type Constant Field Value public static final StringACTION_ATTRIBUTE_NAME"AttributeName"public static final StringACTION_PREFIX"org.owasp.csrfguard.action."public static final StringCONFIG_OVERLAY_HIERARCHY_PROPERTY_NAME"org.owasp.csrfguard.configOverlay.hierarchy"public static final StringCONFIG_OVERLAY_UPDATE_CHECK_PROPERTY_NAME"org.owasp.csrfguard.configOverlay.secondsBetweenUpdateChecks"public static final StringCONFIG_PROVIDER_FACTORY_PROPERTY_NAME"org.owasp.csrfguard.configuration.provider.factory"public static final StringLOGICAL_SESSION_EXTRACTOR_NAME"org.owasp.csrfguard.LogicalSessionExtractor"public static final StringNEW_TOKEN_LANDING_PAGE"org.owasp.csrfguard.NewTokenLandingPage"public static final StringPROTECTED_METHODS"org.owasp.csrfguard.ProtectedMethods"public static final StringPROTECTED_PAGE_PREFIX"org.owasp.csrfguard.protected."public static final StringUNPROTECTED_METHODS"org.owasp.csrfguard.UnprotectedMethods"public static final StringUNPROTECTED_PAGE_PREFIX"org.owasp.csrfguard.unprotected."
-
org.owasp.csrfguard.config.properties.javascript.JavaScriptConfigParameters Modifier and Type Constant Field Value public static final StringDEFAULT_REFERER_PATTERN".*"
-
org.owasp.csrfguard.util.MessageConstants Modifier and Type Constant Field Value public static final StringMISMATCH_MASTER_TOKEN_MSG"Request Token does not match the Master Token"public static final StringMISMATCH_PAGE_TOKEN_MSG"Request Token does not match Page Token"public static final StringRANDOM_TOKEN_FAILURE_MSG"Unable to generate the Random Token"public static final StringREQUEST_MISSING_TOKEN_MSG"Required Token is missing from the Request"public static final StringTOKEN_MISSING_FROM_STORAGE_MSG"The token should exist in the storage at this point"