Uses of Class
se.swedenconnect.bankid.idp.audit.AuditEventMapper
-
Uses of AuditEventMapper in se.swedenconnect.bankid.idp.audit
Modifier and TypeMethodDescriptionprotected AuditEventMapper
AbstractBankIdAuditEventRepository.getAuditEventMapper()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the audit event mapper.ModifierConstructorDescriptionAbstractBankIdAuditEventRepository
(String logFile, AuditEventMapper mapper, List<String> supportedEvents) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.MemoryBasedAuditEventRepository
(String logFile, AuditEventMapper mapper, List<String> supportedEvents) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.RedisListAuditEventRepository
(RedissonClient client, String logFile, AuditEventMapper mapper, List<String> supportedEvents) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.RedisTimeSeriesAuditEventRepository
(RedissonClient client, String logFile, AuditEventMapper mapper, List<String> supportedEvents) Deprecated, for removal: This API element is subject to removal in a future version.Constructor.