|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.security.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.
| Constructor Summary | |
UserSecurityHandler(java.lang.String fileName)
Constructor for creating UserSecurityHandler. |
|
| Method Summary | |
java.util.Hashtable |
getUserViewTable()
Returns the Hashtable of User security informations as TL1UserSecurity objects. |
static void |
writeIntoFile(java.util.Enumeration enumerator)
This method takes the elements from the Enumeration and writes the contents in the text file. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public UserSecurityHandler(java.lang.String fileName)
fileName - - The path of the text file having the User view
security informations.| Method Detail |
public java.util.Hashtable getUserViewTable()
public static void writeIntoFile(java.util.Enumeration enumerator)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||