|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetwork.detectors.EventDetector
network.detectors.OutsideDomainLoginEventDetector
Detects logins from outside the domain.
Field Summary |
Fields inherited from class network.detectors.EventDetector |
agentURN, cred, dbModule, eventIDGenerator, eventTable, host, localTriggeringEvents, remoteTriggeringEvents, reportTable |
Constructor Summary | |
OutsideDomainLoginEventDetector(ConfigObject configObj)
Creates an OutsideDomainLoginEventDetector with the default domain hosts file specified in AdminClient |
|
OutsideDomainLoginEventDetector(java.lang.String domainHostsFile)
Creates an OutsideDomainLoginEventDetector with the specified domain hosts file |
Method Summary | |
java.util.Vector |
generateEvent(Event triggeredEvent)
Detects if a login is from a local host or from an outside domain This is accomplished by comparing the host from which a user is loggin in and comparing it to a list of known local hosts. |
java.lang.String |
getGeneratingEventClassName()
Returns the name of the event that this detector generates |
static void |
parseDomainHostsFile(java.lang.String domainHostsFile,
java.util.Vector localHosts)
Parses the domain hosts configuration file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OutsideDomainLoginEventDetector(ConfigObject configObj)
public OutsideDomainLoginEventDetector(java.lang.String domainHostsFile)
domainHostsFile
- the path to a domain hosts fileMethod 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 instance of LoginEvent
public static void parseDomainHostsFile(java.lang.String domainHostsFile, java.util.Vector localHosts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |