Package org.jwall.web.audit.io

Examples of org.jwall.web.audit.io.IronBeeAuditReader


    }
  }

  @Test
  public void testIronBee() throws Exception {
    IronBeeAuditReader reader = new IronBeeAuditReader(
        RuleTagProcessorTest.class
            .getResourceAsStream("/IB-95ebd277-b4c4-4951-97da-f9530205da39.log"));

    AuditEvent evt = reader.readNext();

    log.info("Tagging event {}", evt.getEventId());
    pipeline.process(evt);

    String tagString = evt.get(AuditEvent.TAGS);
View Full Code Here

TOP

Related Classes of org.jwall.web.audit.io.IronBeeAuditReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.