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