Uses of Class
org.aselect.system.configmanager.ConfigManager

Packages that use ConfigManager
org.aselect.agent.authorization   
org.aselect.agent.config   
org.aselect.authspserver.config   
org.aselect.server.config   
org.aselect.server.elo   
org.aselect.server.elo.handler   
org.aselect.system.logging   
org.aselect.system.sam.agent   
org.aselect.system.sam.agent.polling   
org.aselect.system.storagemanager   
org.aselect.system.storagemanager.handler   
 

Uses of ConfigManager in org.aselect.agent.authorization
 

Methods in org.aselect.agent.authorization with parameters of type ConfigManager
 boolean AuthorizationEngine.init(java.lang.Object oAuthorizationConfig, ConfigManager configManager, SystemLogger systemlogger)
          Initializes the AuthorizationEngine.
 

Uses of ConfigManager in org.aselect.agent.config
 

Subclasses of ConfigManager in org.aselect.agent.config
 class ASelectAgentConfigManager
          Implements the ConfigManager for the A-Select Agent package.
 

Uses of ConfigManager in org.aselect.authspserver.config
 

Subclasses of ConfigManager in org.aselect.authspserver.config
 class AuthSPConfigManager
          The configuration manager for the A-Select AuthSP Server.
 

Uses of ConfigManager in org.aselect.server.config
 

Subclasses of ConfigManager in org.aselect.server.config
 class ASelectConfigManager
          The configuration manager for the A-Select Server.
 

Uses of ConfigManager in org.aselect.server.elo
 

Methods in org.aselect.server.elo with parameters of type ConfigManager
 void IELOStorage.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger systemLogger)
          Initializes the Elo store.
 

Uses of ConfigManager in org.aselect.server.elo.handler
 

Methods in org.aselect.server.elo.handler with parameters of type ConfigManager
 void ConfigStorage.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger systemLogger)
          Initializes the Elo store.
 

Uses of ConfigManager in org.aselect.system.logging
 

Methods in org.aselect.system.logging with parameters of type ConfigManager
 void AuthenticationLogger.init(java.lang.String sComponent, ConfigManager oConfigManager, java.lang.Object oLogTargetConfig, SystemLogger oSystemLogger)
          Initializes the Authentication logger with a database back-end.
 void SystemLogger.init(java.lang.String sLogFileNamePrefix, java.lang.String sLoggerNamespace, ConfigManager oConfigManager, java.lang.Object oLogTargetConfig, java.lang.String sWorkingDir)
          Initializes the System logger.
 void AuthenticationLogger.init(java.lang.String sComponent, java.lang.String sLogFileNamePrefix, java.lang.String sLoggerNamespace, ConfigManager oConfigManager, java.lang.Object oLogTargetConfig, SystemLogger oSystemLogger, java.lang.String sWorkingDir)
          Initializes the Authentication logger with a file back-end.
 

Uses of ConfigManager in org.aselect.system.sam.agent
 

Methods in org.aselect.system.sam.agent with parameters of type ConfigManager
 void SAMAgent.init(ConfigManager oConfigManager, SystemLogger oSystemLogger)
          This function is to initialize the SAMAgent.
 void SAMResource.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          Initializes the configured resource.
 void SAMResourceGroup.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          This function is to initialize the SAMAgent.
 void ISAMPollingMethod.init(java.lang.Object oResourceConfigSection, java.lang.Object oPollingMethodConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          Initialization method for the SAM polling methods.
 

Uses of ConfigManager in org.aselect.system.sam.agent.polling
 

Methods in org.aselect.system.sam.agent.polling with parameters of type ConfigManager
 void SAMAPIPollingMethod.init(java.lang.Object oResourceConfigSection, java.lang.Object oPollingMethodConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          Will read the url from the SAMService servlet that must be polled and sets the given ConfigManager and SystemLogger as class variables.
 void SAMICMPPollingMethod.init(java.lang.Object oResourceConfigSection, java.lang.Object oPollingMethodConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger)
          Reads the config parameters 'url' and 'pingcommand' from the supplied polling method config and sets the given system logger as logger for this class.
 

Uses of ConfigManager in org.aselect.system.storagemanager
 

Methods in org.aselect.system.storagemanager with parameters of type ConfigManager
 void IStorageHandler.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger systemLogger, SAMAgent oSAMAgent)
          Initialize the handler.
 void StorageManager.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger systemLogger, SAMAgent oSAMAgent)
          (Re)initialize the storage.
 

Uses of ConfigManager in org.aselect.system.storagemanager.handler
 

Methods in org.aselect.system.storagemanager.handler with parameters of type ConfigManager
 void JDBCStorageHandler.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger systemLogger, SAMAgent oSAMAgent)
          Initialize the JDBCStorageHandler.
 void MemoryStorageHandler.init(java.lang.Object oConfigSection, ConfigManager oConfigManager, SystemLogger systemLogger, SAMAgent oSAMAgent)
          Initialize the MemoryStorageHandler.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.