All Examples Security examples
 
This example is a simple implementation of the WebLogic Server audit SPI. It sends interesting security events to the WebLogic Server log.
Follow these steps to set up this example:
javac -d %SERVER_CLASSES% LogAuditProvider.java
  weblogic.security.audit.provider=\
          examples.security.audit.LogAuditProvider
You can identify the messages LogAuditProvider writes in the WebLogic Server by searching for the string "<Audit>".