Package se.swedenconnect.spring.saml.idp.audit.repository
package se.swedenconnect.spring.saml.idp.audit.repository
Audit logging repositories.
-
ClassDescriptionAn interface that defines how an
AuditEventis written to a string, and read from a string.A delegatingAuditEventRepositorythat can be used to support multipleAuditEventRepositoryinstances.A write-onlyAuditEventRepositorythat writes audit events to a file.AbstractAuditEventRepositorythat supports filtering of events.A JSONAuditEventMapper.AAuditEventRepositorythat logs to a named logger.An in-memoryAuditEventRepositorythat adds filtering support (compared toInMemoryAuditEventRepository).An implementation of theAuditEventRepositorythat uses Redis lists to store the events.AnAuditEventRepositoryimplementation that uses Redis time series to store events.