|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetwork.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 |
Fields inherited from class network.detectors.EventDetector |
agentURN, cred, dbModule, eventIDGenerator, eventTable, host, localTriggeringEvents, remoteTriggeringEvents, reportTable |
Constructor Summary | |
OutsideAndLocalLoginEventDetector(ConfigObject configObj)
|
Method Summary | |
java.util.Vector |
generateEvent(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 |
Constructor Detail |
public OutsideAndLocalLoginEventDetector(ConfigObject configObj)
Method Detail |
public java.lang.String getGeneratingEventClassName()
getGeneratingEventClassName
in class EventDetector
public java.util.Vector generateEvent(Event triggeredEvent)
generateEvent
in class EventDetector
triggeredEvent
- 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 |