Uses of Class
org.linuxforhealth.fhir.audit.beans.AuditLogEntry
-
-
Uses of AuditLogEntry in org.linuxforhealth.fhir.audit
Methods in org.linuxforhealth.fhir.audit with parameters of type AuditLogEntry Modifier and Type Method Description default boolean
AuditLogService. isLoggableOperation(AuditLogEntry logEntry)
Checks if the current logEntry is loggable.void
AuditLogService. logEntry(AuditLogEntry logEntry)
Persists the passed audit log entry in a location determined by the log service. -
Uses of AuditLogEntry in org.linuxforhealth.fhir.audit.impl
Methods in org.linuxforhealth.fhir.audit.impl with parameters of type AuditLogEntry Modifier and Type Method Description void
KafkaService. logEntry(AuditLogEntry logEntry)
void
NopService. logEntry(AuditLogEntry logEntry)
-
Uses of AuditLogEntry in org.linuxforhealth.fhir.audit.mapper
Methods in org.linuxforhealth.fhir.audit.mapper with parameters of type AuditLogEntry Modifier and Type Method Description Mapper
Mapper. map(AuditLogEntry entry)
map the audit log entry to the intended format. -
Uses of AuditLogEntry in org.linuxforhealth.fhir.audit.mapper.impl
Methods in org.linuxforhealth.fhir.audit.mapper.impl with parameters of type AuditLogEntry Modifier and Type Method Description CadfEvent
CADFMapper. createCadfEvent(AuditLogEntry logEntry)
Mapper
AuditEventMapper. map(AuditLogEntry entry)
Mapper
CADFMapper. map(AuditLogEntry entry)
-
Uses of AuditLogEntry in org.linuxforhealth.fhir.server.util
Methods in org.linuxforhealth.fhir.server.util that return AuditLogEntry Modifier and Type Method Description protected static AuditLogEntry
RestAuditLogger. initLogEntry(AuditLogEventType eventType)
Builds and returns an AuditLogEntry with the minimum required fields populated.protected static AuditLogEntry
RestAuditLogger. populateAuditLogEntry(AuditLogEntry entry, javax.servlet.http.HttpServletRequest request, Resource resource, java.util.Date startTime, java.util.Date endTime, javax.ws.rs.core.Response.Status responseStatus)
Populates the passed audit log entry, with attributes common to all REST services.Methods in org.linuxforhealth.fhir.server.util with parameters of type AuditLogEntry Modifier and Type Method Description protected static AuditLogEntry
RestAuditLogger. populateAuditLogEntry(AuditLogEntry entry, javax.servlet.http.HttpServletRequest request, Resource resource, java.util.Date startTime, java.util.Date endTime, javax.ws.rs.core.Response.Status responseStatus)
Populates the passed audit log entry, with attributes common to all REST services.
-