|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.audit.AbstractAuditProvider
org.jboss.security.audit.providers.LogAuditProvider
public class LogAuditProvider
Audit Provider that just logs the audit event using a Logger. The flexibility of passing the audit log entries to a different sink (database, jms queue, file etc) can be controlled in the logging configuration (Eg: log4j.xml in log4j)
Ensure that the appender is configured properly in the global log4j.xml for log entries to go to a log, separate from the regular server logs.
Constructor Summary | |
---|---|
LogAuditProvider()
|
Method Summary | |
---|---|
void |
audit(org.jboss.security.audit.AuditEvent auditEvent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogAuditProvider()
Method Detail |
---|
public void audit(org.jboss.security.audit.AuditEvent auditEvent)
audit
in interface org.jboss.security.audit.AuditProvider
audit
in class org.jboss.security.audit.AbstractAuditProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |