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 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 com.ibm.fhir.audit.logging.impl
Classes in com.ibm.fhir.audit.logging.impl that implement AuditLogService Modifier and Type Class Description class
DisabledAuditLogService
This class serves as a no-op audit service logger.class
WhcAuditCadfLogService
This class is a Cadf/EventStream/COS based implementation of the FHIR server AuditLogService interface
-