Uses of Interface
com.ibm.fhir.audit.logging.api.AuditLogService
-
Packages that use AuditLogService Package Description com.ibm.fhir.audit.logging.api com.ibm.fhir.audit.logging.impl -
-
Uses of AuditLogService in com.ibm.fhir.audit.logging.api
Methods in com.ibm.fhir.audit.logging.api 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.logging.impl
Classes in com.ibm.fhir.audit.logging.impl that implement AuditLogService Modifier and Type Class Description classDisabledAuditLogServiceThis class serves as a no-op audit service logger.classWhcAuditCadfLogServiceThis class is a Cadf/EventStream/COS based implementation of the FHIR server AuditLogService interface
-