public class DefaultIntrusionDetector extends Object implements IntrusionDetector
IntrusionDetector| Constructor and Description |
|---|
DefaultIntrusionDetector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(String eventName,
String logMessage)
Adds the event to the IntrusionDetector.
|
void |
addException(Exception e)
Adds the exception to the IntrusionDetector.
|
public void addException(Exception e)
addException in interface IntrusionDetectore - public void addEvent(String eventName, String logMessage) throws IntrusionException
addEvent in interface IntrusionDetectoreventName - the event to addlogMessage - the message to log with the eventIntrusionException - the intrusion exceptionCopyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.