Uses of Class
edu.uiuc.ncsa.security.core.util.AbstractEnvironment
-
Packages that use AbstractEnvironment Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.security.core.util edu.uiuc.ncsa.security.servlet edu.uiuc.ncsa.security.storage edu.uiuc.ncsa.security.storage.cli Things relating to the CLI (Command line interface).edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore.edu.uiuc.ncsa.security.util.cli CLI = Command Line Interface, a basic command line for any Java application.edu.uiuc.ncsa.security.util.mail A simple mail system.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 AbstractEnvironment in edu.uiuc.ncsa.sas
Subclasses of AbstractEnvironment in edu.uiuc.ncsa.sas Modifier and Type Class Description classSASEnvironmentCreated by Jeff Gaynor
on 8/15/22 at 8:33 AM -
Uses of AbstractEnvironment in edu.uiuc.ncsa.sas.loader
Methods in edu.uiuc.ncsa.sas.loader with parameters of type AbstractEnvironment Modifier and Type Method Description voidSASServletInitializer. setEnvironment(AbstractEnvironment environment) -
Uses of AbstractEnvironment in edu.uiuc.ncsa.security.core.util
Classes in edu.uiuc.ncsa.security.core.util with type parameters of type AbstractEnvironment Modifier and Type Class Description classCFLoggingConfigLoader<T extends AbstractEnvironment>Created by Jeff Gaynor
on 6/18/12 at 2:13 PMinterfaceConfigurationLoader<T extends AbstractEnvironment>For loading a configuration into an environment.classLoggingConfigLoader<T extends AbstractEnvironment>Created by Jeff Gaynor
on 6/18/12 at 2:13 PM -
Uses of AbstractEnvironment in edu.uiuc.ncsa.security.servlet
Fields in edu.uiuc.ncsa.security.servlet declared as AbstractEnvironment Modifier and Type Field Description protected static AbstractEnvironmentAbstractServlet. environmentMethods in edu.uiuc.ncsa.security.servlet that return AbstractEnvironment Modifier and Type Method Description static AbstractEnvironmentAbstractServlet. getEnvironment()AbstractEnvironmentInitialization. getEnvironment()Methods in edu.uiuc.ncsa.security.servlet that return types with arguments of type AbstractEnvironment Modifier and Type Method Description static ConfigurationLoader<? extends AbstractEnvironment>AbstractServlet. getConfigurationLoader()Methods in edu.uiuc.ncsa.security.servlet with parameters of type AbstractEnvironment Modifier and Type Method Description static voidAbstractServlet. setEnvironment(AbstractEnvironment env)voidInitialization. setEnvironment(AbstractEnvironment environment)Method parameters in edu.uiuc.ncsa.security.servlet with type arguments of type AbstractEnvironment Modifier and Type Method Description static voidAbstractServlet. setConfigurationLoader(ConfigurationLoader<? extends AbstractEnvironment> b) -
Uses of AbstractEnvironment in edu.uiuc.ncsa.security.storage
Classes in edu.uiuc.ncsa.security.storage with type parameters of type AbstractEnvironment Modifier and Type Class Description classCFDBConfigLoader<T extends AbstractEnvironment>Configurations that deal with storage should extend this.classDBConfigLoader<T extends AbstractEnvironment>Configurations that deal with storage should extend this.Methods in edu.uiuc.ncsa.security.storage with parameters of type AbstractEnvironment Modifier and Type Method Description UpkeepResponseMonitoredStoreDelegate. doUpkeep(AbstractEnvironment environment)This delegate does not do upkeep.UpkeepResponseMonitoredStoreDelegate. doUpkeep(UpkeepConfiguration upkeepConfiguration, AbstractEnvironment environment)UpkeepResponseMonitoredStoreInterface. doUpkeep(AbstractEnvironment environment)Do the upkeep.UpkeepResponseMonitoredStoreInterface. doUpkeep(UpkeepConfiguration upkeepConfiguration, AbstractEnvironment environment)longMonitoredStoreDelegate. updateHook(String action, AbstractEnvironment environment, List<Identifier> identifiers)longMonitoredStoreInterface. updateHook(String action, AbstractEnvironment environment, List<Identifier> identifiers) -
Uses of AbstractEnvironment in edu.uiuc.ncsa.security.storage.cli
Methods in edu.uiuc.ncsa.security.storage.cli that return AbstractEnvironment Modifier and Type Method Description AbstractEnvironmentStoreCommands. getEnvironment()AbstractEnvironmentStoreCommands2. getEnvironment()Methods in edu.uiuc.ncsa.security.storage.cli with parameters of type AbstractEnvironment Modifier and Type Method Description voidStoreCommands. setEnvironment(AbstractEnvironment environment)voidStoreCommands2. setEnvironment(AbstractEnvironment environment)Constructors in edu.uiuc.ncsa.security.storage.cli with parameters of type AbstractEnvironment Constructor Description StoreCommands(AbstractEnvironment environment)StoreCommands2(AbstractEnvironment environment)StoreCommands2(CLIDriver driver, AbstractEnvironment environment) -
Uses of AbstractEnvironment in edu.uiuc.ncsa.security.storage.monitored
Methods in edu.uiuc.ncsa.security.storage.monitored with parameters of type AbstractEnvironment Modifier and Type Method Description UpkeepResponseMonitoredFileStore. doUpkeep(AbstractEnvironment environment)UpkeepResponseMonitoredFileStore. doUpkeep(UpkeepConfiguration upkeepConfiguration, AbstractEnvironment environment)UpkeepResponseMonitoredMemoryStore. doUpkeep(AbstractEnvironment environment)UpkeepResponseMonitoredMemoryStore. doUpkeep(UpkeepConfiguration upkeepConfiguration, AbstractEnvironment environment)UpkeepResponseMonitoredSQLStore. doUpkeep(AbstractEnvironment environment)UpkeepResponseMonitoredSQLStore. doUpkeep(UpkeepConfiguration cfg, AbstractEnvironment environment)longMonitoredFileStore. updateHook(String action, AbstractEnvironment environment, List<Identifier> identifiers)longMonitoredMemoryStore. updateHook(String action, AbstractEnvironment environment, List<Identifier> identifiers)longMonitoredSQLStore. updateHook(String action, AbstractEnvironment environment, List<Identifier> identifiers) -
Uses of AbstractEnvironment in edu.uiuc.ncsa.security.util.cli
Methods in edu.uiuc.ncsa.security.util.cli that return AbstractEnvironment Modifier and Type Method Description AbstractEnvironmentCLITool2. getEnvironment()AbstractEnvironmentConfigurableCommandsImpl. getEnvironment()AbstractEnvironmentConfigurableCommandsImpl2. getEnvironment()Methods in edu.uiuc.ncsa.security.util.cli that return types with arguments of type AbstractEnvironment Modifier and Type Method Description protected abstract ConfigurationLoader<? extends AbstractEnvironment>ConfigurableCommandsImpl. figureOutLoader(String fileName, String configName)This is done so configurations can be loaded by inheritors.protected abstract ConfigurationLoader<? extends AbstractEnvironment>ConfigurableCommandsImpl2. figureOutLoader(String fileName, String configName)This is done so configurations can be loaded by inheritors.abstract ConfigurationLoader<? extends AbstractEnvironment>CLITool2. getLoader()abstract ConfigurationLoader<? extends AbstractEnvironment>ConfigurableCommandsImpl. getLoader()abstract ConfigurationLoader<? extends AbstractEnvironment>ConfigurableCommandsImpl2. getLoader()Methods in edu.uiuc.ncsa.security.util.cli with parameters of type AbstractEnvironment Modifier and Type Method Description voidCLITool2. setEnvironment(AbstractEnvironment environment)voidConfigurableCommandsImpl. setEnvironment(AbstractEnvironment environment)voidConfigurableCommandsImpl2. setEnvironment(AbstractEnvironment environment)Method parameters in edu.uiuc.ncsa.security.util.cli with type arguments of type AbstractEnvironment Modifier and Type Method Description abstract voidConfigurableCommandsImpl. setLoader(ConfigurationLoader<? extends AbstractEnvironment> loader)abstract voidConfigurableCommandsImpl2. setLoader(ConfigurationLoader<? extends AbstractEnvironment> loader)voidTestCCI. setLoader(ConfigurationLoader<? extends AbstractEnvironment> loader) -
Uses of AbstractEnvironment in edu.uiuc.ncsa.security.util.mail
Subclasses of AbstractEnvironment in edu.uiuc.ncsa.security.util.mail Modifier and Type Class Description classMailEnvironmentCreated by Jeff Gaynor
on 11/7/23 at 12:31 AM -
Uses of AbstractEnvironment in edu.uiuc.ncsa.security.util.testing
Subclasses of AbstractEnvironment in edu.uiuc.ncsa.security.util.testing Modifier and Type Class Description classTestEnvironmentAn implementation ofAbstractEnvironmentsolely for testing.
-