Package org.owasp.csrfguard.config
-
Interface Summary Interface Description ConfigurationProvider Interface that enables interaction with configuration providersConfigurationProviderFactory implement this interface to provide the configuration -
Class Summary Class Description NullConfigurationProvider ConfigurationProviderwhich returns all null or empty values (except for the logger).NullConfigurationProviderFactory TODO documentPropertiesConfigurationProvider ConfigurationProviderbased on aPropertiesobject.PropertiesConfigurationProviderFactory TODO document