Uses of Class
org.aselect.system.logging.SystemLogger

Packages that use SystemLogger
org.aselect.agent.authorization   
org.aselect.agent.authorization.evaluation   
org.aselect.agent.authorization.parsing   
org.aselect.agent.handler   
org.aselect.agent.log   
org.aselect.authspserver   
org.aselect.authspserver.authsp.ldap   
org.aselect.authspserver.authsp.radius   
org.aselect.authspserver.log   
org.aselect.authspserver.sam   
org.aselect.server.elo   
org.aselect.server.elo.handler   
org.aselect.server.log   
org.aselect.server.sam   
org.aselect.system.communication.client.raw   
org.aselect.system.communication.client.soap11   
org.aselect.system.communication.client.soap12   
org.aselect.system.communication.server.raw   
org.aselect.system.communication.server.soap11   
org.aselect.system.communication.server.soap12   
org.aselect.system.configmanager   
org.aselect.system.configmanager.handler   
org.aselect.system.db   
org.aselect.system.logging   
org.aselect.system.sam.agent   
org.aselect.system.sam.agent.polling   
org.aselect.system.sam.service   
org.aselect.system.servlet   
org.aselect.system.storagemanager   
org.aselect.system.storagemanager.handler   
 

Uses of SystemLogger in org.aselect.agent.authorization
 

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

Uses of SystemLogger in org.aselect.agent.authorization.evaluation
 

Constructors in org.aselect.agent.authorization.evaluation with parameters of type SystemLogger
AuthorizationRuleEvaluator(SystemLogger systemLoger)
          Create a new AuthorizationRuleEvaluator.
 

Uses of SystemLogger in org.aselect.agent.authorization.parsing
 

Constructors in org.aselect.agent.authorization.parsing with parameters of type SystemLogger
AuthorizationRuleParser(AuthorizationRuleScanner oScanner, SystemLogger systemLoger)
          Create a new AuthorizationRuleParser.
 

Uses of SystemLogger in org.aselect.agent.handler
 

Fields in org.aselect.agent.handler declared as SystemLogger
protected  SystemLogger RequestHandler._systemLogger
          Handle to SystemLogger.
 

Uses of SystemLogger in org.aselect.agent.log
 

Subclasses of SystemLogger in org.aselect.agent.log
 class ASelectAgentSystemLogger
          Implements the System logger for the A-Select Agent package.
 

Uses of SystemLogger in org.aselect.authspserver
 

Methods in org.aselect.authspserver with parameters of type SystemLogger
protected  boolean AuthSPServlet.restartServlets(SystemLogger logger)
          First restarts this AuthSP Server and then the restartable servlets in the context.
 

Uses of SystemLogger in org.aselect.authspserver.authsp.ldap
 

Methods in org.aselect.authspserver.authsp.ldap with parameters of type SystemLogger
static java.util.Hashtable LDAPProtocolHandlerFactory.getContext(java.lang.Object oConfig, java.lang.String sUid, SystemLogger oSystemLogger)
          retrieve the context attributes of the user.
 

Uses of SystemLogger in org.aselect.authspserver.authsp.radius
 

Fields in org.aselect.authspserver.authsp.radius declared as SystemLogger
protected  SystemLogger AbstractRADIUSProtocolHandler._systemLogger
          The logger for system entries.
 

Methods in org.aselect.authspserver.authsp.radius with parameters of type SystemLogger
 boolean AbstractRADIUSProtocolHandler.init(java.lang.String sRadiusServer, int iPort, java.lang.String sSharedSecret, boolean bFullUid, java.lang.String sUid, SystemLogger systemLogger)
          Initializes the Radius Protocol Handler.
 boolean IRADIUSProtocolHandler.init(java.lang.String sRadiusServer, int iPort, java.lang.String sSharedSecret, boolean bFullUid, java.lang.String sUid, SystemLogger systemLogger)
          Initializes the Radius Protocol Handler.
 

Uses of SystemLogger in org.aselect.authspserver.log
 

Subclasses of SystemLogger in org.aselect.authspserver.log
 class AuthSPSystemLogger
          A singleton class for the SystemLogger that logs system information.
 

Uses of SystemLogger in org.aselect.authspserver.sam
 

Methods in org.aselect.authspserver.sam that return SystemLogger
protected  SystemLogger SAMService.getSystemLogger()
          Returns the AuthSP Server system logger, used for logging.
 

Uses of SystemLogger in org.aselect.server.elo
 

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

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

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

Uses of SystemLogger in org.aselect.server.log
 

Subclasses of SystemLogger in org.aselect.server.log
 class ASelectSystemLogger
          The system logger for the A-Select Server.
 

Uses of SystemLogger in org.aselect.server.sam
 

Methods in org.aselect.server.sam that return SystemLogger
protected  SystemLogger SAMService.getSystemLogger()
          Returns the A-Select SystemLogger
 

Uses of SystemLogger in org.aselect.system.communication.client.raw
 

Constructors in org.aselect.system.communication.client.raw with parameters of type SystemLogger
RawCommunicator(SystemLogger systemLogger)
          Creates a new RawCommunicator.
 

Uses of SystemLogger in org.aselect.system.communication.client.soap11
 

Constructors in org.aselect.system.communication.client.soap11 with parameters of type SystemLogger
SOAP11Communicator(java.lang.String sCallMethod, SystemLogger systemLogger)
          Creates a new SOAP11Communicator.
 

Uses of SystemLogger in org.aselect.system.communication.client.soap12
 

Constructors in org.aselect.system.communication.client.soap12 with parameters of type SystemLogger
SOAP12Communicator(java.lang.String sCallMethod, SystemLogger systemLogger)
          Creates a new SOAP12Communicator.
 

Uses of SystemLogger in org.aselect.system.communication.server.raw
 

Constructors in org.aselect.system.communication.server.raw with parameters of type SystemLogger
RawMessageCreator(SystemLogger systemLogger)
          Creates a new instance.
 

Uses of SystemLogger in org.aselect.system.communication.server.soap11
 

Constructors in org.aselect.system.communication.server.soap11 with parameters of type SystemLogger
SOAP11MessageCreator(java.lang.String sMethodEnv, java.lang.String sMethodName, SystemLogger systemLogger)
          Creates a new instance.
 

Uses of SystemLogger in org.aselect.system.communication.server.soap12
 

Constructors in org.aselect.system.communication.server.soap12 with parameters of type SystemLogger
SOAP12MessageCreator(java.lang.String sMethodEnv, java.lang.String sMethodName, SystemLogger systemLogger)
          Creates a new instance.
 

Uses of SystemLogger in org.aselect.system.configmanager
 

Methods in org.aselect.system.configmanager with parameters of type SystemLogger
 void ConfigManager.init(java.lang.String sDriverName, java.lang.String sUser, java.lang.String sPassword, java.lang.String sDatabaseURL, java.lang.String sDatabaseTable, java.lang.String sConfigId, SystemLogger oSystemLogger)
          Initialize the ConfigManager for use with a database.
 void ConfigManager.init(java.lang.String sConfigFile, SystemLogger oSystemLogger)
          Initialize the ConfigManager for use with a config file.
 

Uses of SystemLogger in org.aselect.system.configmanager.handler
 

Constructors in org.aselect.system.configmanager.handler with parameters of type SystemLogger
XMLConfigHandler(SystemLogger oSystemLogger)
          Default constructor.
 

Uses of SystemLogger in org.aselect.system.db
 

Constructors in org.aselect.system.db with parameters of type SystemLogger
SQLDatabaseConnector(java.lang.String sDriverName, java.lang.String sUser, java.lang.String sPassword, java.lang.String sURL, SystemLogger systemLogger)
          Create a new instance.
 

Uses of SystemLogger in org.aselect.system.logging
 

Methods in org.aselect.system.logging with parameters of type SystemLogger
 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 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 SystemLogger in org.aselect.system.sam.agent
 

Methods in org.aselect.system.sam.agent with parameters of type SystemLogger
 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 SystemLogger in org.aselect.system.sam.agent.polling
 

Methods in org.aselect.system.sam.agent.polling with parameters of type SystemLogger
 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 SystemLogger in org.aselect.system.sam.service
 

Methods in org.aselect.system.sam.service that return SystemLogger
protected abstract  SystemLogger SAMServiceServlet.getSystemLogger()
          Method that enforces to set the SystemLogger by the sub class.
 

Uses of SystemLogger in org.aselect.system.servlet
 

Methods in org.aselect.system.servlet with parameters of type SystemLogger
protected  java.lang.String ASelectHttpServlet.handleRestartRequest(javax.servlet.http.HttpServletRequest oRequest, java.lang.String sMySharedSecret, java.io.PrintWriter pwOut, SystemLogger systemLogger)
          Handles the restart request.
protected  boolean ASelectHttpServlet.restartServlets(SystemLogger logger)
          Restart all restartable servlets within this context.
 

Uses of SystemLogger in org.aselect.system.storagemanager
 

Methods in org.aselect.system.storagemanager with parameters of type SystemLogger
 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 SystemLogger in org.aselect.system.storagemanager.handler
 

Methods in org.aselect.system.storagemanager.handler with parameters of type SystemLogger
 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.