Uses of Class
edu.uiuc.ncsa.security.core.util.LoggingConfigLoader
-
Packages that use LoggingConfigLoader Package Description edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.util.testing Created by Jeff Gaynor
A package whose sole function is to allow testing of the configuration package. -
-
Uses of LoggingConfigLoader in edu.uiuc.ncsa.sas.loader
Subclasses of LoggingConfigLoader in edu.uiuc.ncsa.sas.loader Modifier and Type Class Description class
SASConfigurationLoader<T extends SASEnvironment>
Created by Jeff Gaynor
on 8/16/22 at 1:00 PM -
Uses of LoggingConfigLoader in edu.uiuc.ncsa.security.storage
Subclasses of LoggingConfigLoader in edu.uiuc.ncsa.security.storage Modifier and Type Class Description class
DBConfigLoader<T extends AbstractEnvironment>
Configurations that deal with storage should extend this. -
Uses of LoggingConfigLoader in edu.uiuc.ncsa.security.util.testing
Subclasses of LoggingConfigLoader in edu.uiuc.ncsa.security.util.testing Modifier and Type Class Description class
TestConfigLoader<T extends TestEnvironment>
This loads a configuration of tests from a configuration file.
-