Uses of Interface
com.ibm.fhir.audit.AuditLogService
-
Packages that use AuditLogService Package Description com.ibm.fhir.audit com.ibm.fhir.audit.impl -
-
Uses of AuditLogService in com.ibm.fhir.audit
Methods in com.ibm.fhir.audit that return AuditLogService Modifier and Type Method Description static AuditLogServiceAuditLogServiceFactory. getService()Returns the AuditLogService to be used by all FHIR server components.static AuditLogServiceAuditLogServiceFactory. 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 com.ibm.fhir.audit.impl
Classes in com.ibm.fhir.audit.impl that implement AuditLogService Modifier and Type Class Description classKafkaServiceKafkaService orchestrates the call to Kafka so mappers and translators can be swapped out.classNopServiceThis class serves as a no-op audit service logger.
-