|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--network.detectors.EventDetector
|
+--network.detectors.OutsideAndLocalLoginEventDetector
Detects if the same user has logged in from the local domain and an outside domain at the same time.
| Field Summary | |
private java.lang.String[] |
defaultLocalTriggeringEvents
|
| Fields inherited from class network.detectors.EventDetector |
agentURN, attempts, cred, dbModule, eventIDGenerator, eventTable, host, localTriggeringEvents, printRunningThreadsFlag, remoteTriggeringEvents, reportTable |
| Constructor Summary | |
OutsideAndLocalLoginEventDetector(ConfigObject configObj)
|
|
| Method Summary | |
java.util.Vector |
generateEvent(network.events.Event triggeredEvent)
Checks to see if an OutsideDomainLoginEvent coincides with a user already being logged in locally Accomplishes this by querying the LoginEvent table in the database and checking if the last record is an xdmOn event. |
java.lang.String |
getGeneratingEventClassName()
Returns the name of the event that this detector triggers |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String[] defaultLocalTriggeringEvents
| Constructor Detail |
public OutsideAndLocalLoginEventDetector(ConfigObject configObj)
| Method Detail |
public java.lang.String getGeneratingEventClassName()
getGeneratingEventClassName in class EventDetectorpublic java.util.Vector generateEvent(network.events.Event triggeredEvent)
generateEvent in class EventDetectortriggeredEvent - The event that triggers this detector. Should be an OutsideDomainLoginEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||