org.jwall.web.audit
Interface AuditEventMessage

All Known Implementing Classes:
IronBeeEventMessage, ModSecurityEventMessage

public interface AuditEventMessage


Method Summary
 Date getDate()
           
 String getFile()
           
 Integer getLine()
           
 String getRuleData()
           
 String getRuleId()
           
 String getRuleMsg()
           
 List<String> getRuleTags()
           
 Integer getSeverity()
           
 String getText()
           
 String getTxId()
           
 

Method Detail

getTxId

String getTxId()

getDate

Date getDate()

getFile

String getFile()
Returns:
the file

getLine

Integer getLine()
Returns:
the line

getSeverity

Integer getSeverity()
Returns:
the severity

getText

String getText()
Returns:
the text

getRuleTags

List<String> getRuleTags()
Returns:

getRuleMsg

String getRuleMsg()
Returns:
the ruleMsg

getRuleId

String getRuleId()
Returns:
the ruleId

getRuleData

String getRuleData()
Returns:


Copyright © 2012 jwall.org. All Rights Reserved.