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
AuditEvent
is written to a string, and read from a string.A delegatingAuditEventRepository
that can be used to support multipleAuditEventRepository
instances.A write-onlyAuditEventRepository
that writes audit events to a file.AbstractAuditEventRepository
that supports filtering of events.A JSONAuditEventMapper
.An in-memoryAuditEventRepository
that adds filtering support (compared toInMemoryAuditEventRepository
).An implementation of theAuditEventRepository
that uses Redis lists to store the events.AnAuditEventRepository
implementation that uses Redis time series to store events.