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 booleanAuditLogService. isLoggableOperation(AuditLogEntry logEntry)Checks if the current logEntry is loggable.voidAuditLogService. 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 voidKafkaService. logEntry(AuditLogEntry logEntry)voidNopService. 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 MapperMapper. 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 CadfEventCADFMapper. createCadfEvent(AuditLogEntry logEntry)MapperAuditEventMapper. map(AuditLogEntry entry)MapperCADFMapper. 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 AuditLogEntryRestAuditLogger. initLogEntry(AuditLogEventType eventType)Builds and returns an AuditLogEntry with the minimum required fields populated.protected static AuditLogEntryRestAuditLogger. 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 AuditLogEntryRestAuditLogger. 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.
-