Uses of Interface
org.owasp.csrfguard.config.ConfigurationProviderFactory
-
Packages that use ConfigurationProviderFactory Package Description org.owasp.csrfguard.config org.owasp.csrfguard.config.overlay -
-
Uses of ConfigurationProviderFactory in org.owasp.csrfguard.config
Classes in org.owasp.csrfguard.config that implement ConfigurationProviderFactory Modifier and Type Class Description classNullConfigurationProviderFactoryTODO documentclassPropertiesConfigurationProviderFactoryTODO document -
Uses of ConfigurationProviderFactory in org.owasp.csrfguard.config.overlay
Classes in org.owasp.csrfguard.config.overlay that implement ConfigurationProviderFactory Modifier and Type Class Description classConfigurationAutodetectProviderFactoryThe default configuration provider is:ConfigurationAutodetectProviderFactorywhich will look for an overlay file, it is there, and the factory inside that file is set it will use it, otherwise will bePropertiesConfigurationProviderFactoryit needs to implementConfigurationProviderFactoryclassConfigurationOverlayProviderFactoryTODO document
-