Uses of Interface
org.linuxforhealth.fhir.audit.AuditLogService
-
Packages that use AuditLogService Package Description org.linuxforhealth.fhir.audit org.linuxforhealth.fhir.audit.impl org.linuxforhealth.fhir.operation.erase.audit -
-
Uses of AuditLogService in org.linuxforhealth.fhir.audit
Methods in org.linuxforhealth.fhir.audit that return AuditLogService Modifier and Type Method Description static AuditLogService
AuditLogServiceFactory. getService()
Returns the AuditLogService to be used by all FHIR server components.static AuditLogService
AuditLogServiceFactory. resetService()
Resets the singleton instance of the audit logger service object that is cached by this factory class, then creates, caches, and returns a new service object instance. -
Uses of AuditLogService in org.linuxforhealth.fhir.audit.impl
Classes in org.linuxforhealth.fhir.audit.impl that implement AuditLogService Modifier and Type Class Description class
KafkaService
KafkaService orchestrates the call to Kafka so mappers and translators can be swapped out.class
NopService
This class serves as a no-op audit service logger. -
Uses of AuditLogService in org.linuxforhealth.fhir.operation.erase.audit
Methods in org.linuxforhealth.fhir.operation.erase.audit with parameters of type AuditLogService Modifier and Type Method Description void
EraseOperationAuditLogger. logEraseOperation(AuditLogService auditLogSvc, Resource resource, javax.ws.rs.core.Response.Status responseStatus, java.lang.String reason, java.lang.String patient)
Build and Submit an audit log entry for a '$erase' REST service invocation.
-