com.adventnet.agent.tl1.security
Class OperationSecurityHandler

java.lang.Object
  |
  +--com.adventnet.agent.tl1.security.OperationSecurityHandler

public class OperationSecurityHandler
extends java.lang.Object

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.


Constructor Summary
OperationSecurityHandler(java.lang.String fileName)
          Constructor for creating OperationSecurityHandler.
 
Method Summary
 java.util.Hashtable getOperationViewTable()
          Returns the Hashtable of User security informations as TL1UserSecurity objects.
static void writeIntoFile(java.util.Hashtable operTable)
          This method takes the elements from the Enumeration and writes the contents in the text file.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationSecurityHandler

public OperationSecurityHandler(java.lang.String fileName)
Constructor for creating OperationSecurityHandler.
Parameters:
fileName - - The path of the text file having the Operation view security informations.
Method Detail

getOperationViewTable

public java.util.Hashtable getOperationViewTable()
Returns the Hashtable of User security informations as TL1UserSecurity objects.

writeIntoFile

public static void writeIntoFile(java.util.Hashtable operTable)
This method takes the elements from the Enumeration and writes the contents in the text file.