Package com.adventnet.agent.tl1.security

Contains classes for TL1 security implementation.

See:
          Description

Interface Summary
SecurityVariables This interface is intended to store all the string variables frequently used in these security files.
 

Class Summary
ChannelSecurityCommands This class contains the implementation for the Channel security view related commands.
ChannelSecurityHandler This class is used to read the informations from the text file and creates an object of TL1ChannelSecurity for each entry in it.
CommandSecurityCommands This class contains the implementation for the Command security view related commands.
CommandSecurityHandler This class is used to read the informations from the text file and creates an object of TL1CommandSecurity for each entry in it.
EncrypterMD5 This class is used to encrypt the password as per MD5 algorithm.
OperationSecurityCommands This class contains the implementation for the Operation security view related commands.
OperationSecurityHandler This class is used to read the text file which contains user view security infornmations and create TL1UserSecurity object for every entry in the file.
ResourceSecurityCommands This class contains the implementation for the Command security view related commands.
ResourceSecurityHandler This class is used to read the informations from the text file and creates an object of TL1ResourceSecurity for each entry in it.
SecurityAutonomousCreator This class is used to create Autonomous messages and Report messages for security level informations.
SecurityLogCommands This class implements all the security log related commands.
SecurityLogHandler This class is used to handle the security log informations.
SecurityLogRecords This class is used to store the details to investigate the unauthorized activities after they occur so that proper remedial action can be taken.
SecurityUtils This class is used to evaluate the various parameters comming under security view.
SecurityView This class is used to contain the over all security informations.
TL1ChannelSecurity This class is used to store channel related security views.
TL1CommandSecurity This class stores the Command Security related informations.
TL1OperationSecurity This class stores the TL1Operations related informations.
TL1ResourceSecurity This class stores the Resource related security informations.
TL1SecurityCommandsRegister This class contains flags for each security views.
TL1UserSecurity This class is used to store user related security views.
UserSecurityCommands This class implements the commands related to user security view.
UserSecurityHandler This class is used to read the text file which contains user view security infornmations and create TL1UserSecurity object for every entry in the file.
 

Package com.adventnet.agent.tl1.security Description

Contains classes for TL1 security implementation.