Uses of Class
com.ibm.fhir.audit.beans.AuditLogEntry
-
Packages that use AuditLogEntry Package Description com.ibm.fhir.audit com.ibm.fhir.audit.impl com.ibm.fhir.audit.mapper com.ibm.fhir.audit.mapper.impl com.ibm.fhir.server.util -
-
Uses of AuditLogEntry in com.ibm.fhir.audit
Methods in com.ibm.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 com.ibm.fhir.audit.impl
Methods in com.ibm.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 com.ibm.fhir.audit.mapper
Methods in com.ibm.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 com.ibm.fhir.audit.mapper.impl
Methods in com.ibm.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 com.ibm.fhir.server.util
Methods in com.ibm.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, Date startTime, Date endTime, javax.ws.rs.core.Response.Status responseStatus)
Populates the passed audit log entry, with attributes common to all REST services.Methods in com.ibm.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, Date startTime, Date endTime, javax.ws.rs.core.Response.Status responseStatus)
Populates the passed audit log entry, with attributes common to all REST services.
-