Class AuditLogServiceImpl
java.lang.Object
com.sap.cds.services.ServiceDelegator
com.sap.cds.services.impl.auditlog.AuditLogServiceImpl
- All Implemented Interfaces:
AuditLogService,Service
Implementation of
AuditLogService.-
Field Summary
Fields inherited from interface com.sap.cds.services.auditlog.AuditLogService
DEFAULT_NAME -
Method Summary
Modifier and TypeMethodDescriptionvoidemit(EventContext context) voidlogConfigChange(Action action, List<ConfigChange> configurations) voidlogDataAccess(List<Access> accesses) voidlogDataModification(List<DataModification> modifications) voidlogSecurityEvent(String action, String data) Methods inherited from class com.sap.cds.services.ServiceDelegator
after, before, getDelegatedService, getName, onMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cds.services.auditlog.AuditLogService
logConfigChange, logDataAccess, logDataModification
-
Method Details
-
logDataAccess
- Specified by:
logDataAccessin interfaceAuditLogService
-
logDataModification
- Specified by:
logDataModificationin interfaceAuditLogService
-
logConfigChange
- Specified by:
logConfigChangein interfaceAuditLogService
-
logSecurityEvent
- Specified by:
logSecurityEventin interfaceAuditLogService
-
emit
- Specified by:
emitin interfaceService- Overrides:
emitin classServiceDelegator
-