aboutsummaryrefslogtreecommitdiff
path: root/ms_specific_connector/src/main/java/at/asitplus/eidas/specific
AgeCommit message (Collapse)AuthorFilesLines
2024-01-29refact(core): rename status-code class for revision loggingThomas1-2/+2
2023-12-12chore(log): add timestamp patter in JSON based statistic logThomas1-1/+2
2023-12-07feat(logger): add data model of json based statistic loggerThomas1-20/+22
2023-12-07feat(core): add LoggerContextConfiguration to set application name as logger ↵Thomas1-0/+69
context parameter Reason: can be used to separte configuration files in case of Connector and Proxy-Service run in same application server
2023-06-05chore(core): update statistic logger as requested by the BM.IThomas2-11/+17
2022-12-19feat(eidas-connector): support not-notified LoAThomas1-6/+8
- not-notified LoA is currently used by Ukraine
2022-10-24chore(logging): change advanced statistic log to include matching details in ↵Thomas1-5/+22
error-case too
2022-10-21feat(matching): add detailed matching results into JSON based statistic loggerThomas1-4/+26
2022-10-21feat(connector): add JSON based statistic loggerThomas2-0/+245
2022-06-03refactor(connector): move MS-Connector from new directory 'connector' to ↵Thomas19-0/+1992
'ms_specific_connector'