|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.security.SecurityAutonomousCreator
This class is used to create Autonomous messages and Report messages for security level informations.
| Constructor Summary | |
(package private) |
SecurityAutonomousCreator(SecurityLogHandler handler,
TL1Agent agent)
Default constructor. |
| Method Summary | |
(package private) TL1Message |
createBufferOverFlowAutonomous(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
Creates an autonomous message from the TL1AgentResponseInfo. |
(package private) TL1AgentResponseInfo |
createBufferOverFlowInfo(java.lang.String logStatus)
This message creates an autonomous message for the security buffer overflow. |
(package private) TL1Message |
createChannelExpiryAutonomous(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
Creates an autonomous message from TL1AgentResponseInfo. |
(package private) TL1AgentResponseInfo |
createChannelExpiryInfo(TL1UserSecurity security)
This method creates an autonomous message for the expiry of the session for staying idle without having any message transformation between the user and NWNS. |
(package private) TL1Message |
createIntruAutonomous(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
Creates an autonomous message with the TL1AgentResponseInfo . |
(package private) TL1AgentResponseInfo |
createIntruAutonomousInfo(java.lang.String channel)
This method creates an autonomous message for the intrusion attempts. |
(package private) TL1AgentResponseInfo |
createReportInfo(TL1UserSecurity security)
This method is used to create a Report message after examining the TL1UserSecurity sent. |
(package private) TL1Message |
createReportMessage(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
Create an autonomous message from the TL1AgentResponseInfo. |
(package private) TL1Message |
createUserExpiryAutonomous(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
Creates an autonomous message from the TL1AgentResponseInfo. |
(package private) TL1AgentResponseInfo |
createUserExpiryInfo(java.util.Vector expiryVector)
This method creates an autonomous message for the expiry of Uout and password of the user entries. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
SecurityAutonomousCreator(SecurityLogHandler handler,
TL1Agent agent)
| Method Detail |
TL1AgentResponseInfo createReportInfo(TL1UserSecurity security)
TL1Message createReportMessage(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
TL1AgentResponseInfo createIntruAutonomousInfo(java.lang.String channel)
TL1Message createIntruAutonomous(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
TL1AgentResponseInfo createUserExpiryInfo(java.util.Vector expiryVector)
expiryVector - This vector contains the elements of
expired user entries for which the autonomous has to be created.
TL1Message createUserExpiryAutonomous(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
TL1AgentResponseInfo createBufferOverFlowInfo(java.lang.String logStatus)
TL1Message createBufferOverFlowAutonomous(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
TL1AgentResponseInfo createChannelExpiryInfo(TL1UserSecurity security)
TL1Message createChannelExpiryAutonomous(TL1AgentResponseInfo respInfo,
double aTag,
TL1Session sess)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||