Uses of Class
org.xipki.audit.PciAuditEvent
-
Packages that use PciAuditEvent Package Description org.xipki.audit org.xipki.audit.services -
-
Uses of PciAuditEvent in org.xipki.audit
Methods in org.xipki.audit that return PciAuditEvent Modifier and Type Method Description static PciAuditEventPciAuditEvent. newPciAuditEvent(java.lang.String userId, java.lang.String eventType, java.lang.String affectedResource, AuditStatus status, AuditLevel level)Methods in org.xipki.audit with parameters of type PciAuditEvent Modifier and Type Method Description voidAuditService. logEvent(PciAuditEvent event)Log PCI audit event. -
Uses of PciAuditEvent in org.xipki.audit.services
Methods in org.xipki.audit.services with parameters of type PciAuditEvent Modifier and Type Method Description voidEmbedAuditService. logEvent(PciAuditEvent event)voidMacAuditService. logEvent(PciAuditEvent event)voidNoopAuditService. logEvent(PciAuditEvent event)
-