summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf/core/impl/utils
AgeCommit message (Expand)AuthorFilesLines
2023-05-15chore(utils): optimize type-specific deserializationThomas2-2/+3
2023-05-15feat(utils): optimize custom Java serialization implementationThomas2-21/+121
2023-04-21feat(log): add MDC based ID to correlate single HTTP requestsThomas1-2/+43
2022-09-29refact(core): change logger to lombok annotationThomas1-4/+2
2022-09-28chore(core): change log-level to info to get more information about invalid p...Thomas1-3/+3
2022-08-11refact(core): move JoseUtils into 'eaaf-utils' moduleThomas1-0/+373
2022-01-19test(core): add extension of 'AuthenticatedEncryptionPendingRequestIdGenerati...Thomas1-22/+25
2021-11-02add timezone to verifiable pendingRequestId'sThomas2-2/+2
2021-04-20update third-party libs and verify / fix some jUnit testsThomas1-3/+2
2021-03-19add new method into X509UtilsThomas1-0/+15
2021-03-16some small updates in moa-spss moduleThomas1-4/+1
2021-03-12refactor some code to Java Stream APIThomas1-24/+15
2020-12-23add new module that include common-code for SpringBoot applicationsThomas Lenz1-1/+1
2020-12-09add findSecBugs extension into spotbugs plug-inThomas Lenz1-2/+3
2020-11-09refactor error-handling in pending-request generation-stategiesThomas Lenz3-66/+49
2020-11-04update loggingThomas Lenz1-4/+2
2020-07-03add EAAF specific serializer that supports whitelisting of classesThomas Lenz2-0/+108
2020-07-03updaste KeyStoreFactory and KeyStoreUtils to fix incompatibility with Shibbol...Thomas Lenz1-2/+36
2020-06-23add new pendingRequestId generation-strategy that uses authenticated-encrypti...Thomas Lenz1-0/+291
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports passph...Thomas Lenz1-19/+38
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz3-512/+0
2020-03-10rename MDC variables for Session- and TransactionIdsThomas Lenz1-3/+21
2020-03-04add "remoteHost" information into TransactionIdUtilsThomas Lenz1-4/+27
2020-02-27add new transactionId for PII related data onlyThomas Lenz1-3/+50
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore depen...Thomas Lenz1-14/+15
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz15-240/+179
2019-12-05some code code-style modificationsThomas1-2/+2
2019-12-04to some more code quality tasksThomas4-11/+7
2019-12-04common EGIZ code-style refactoringThomas Lenz20-1979/+1939
2019-10-08fix problem with SSL Client Auth. and ConnectionPoolsThomas Lenz1-14/+41
2019-10-01update resource loading implementation in HttpClientFactory.javaThomas Lenz1-12/+10
2019-10-01inject ResourceLoader to facilitate Spring based resource loadingThomas Lenz1-1/+2
2019-09-18fix possible NullPointerException in HttpClientFactory.javaThomas Lenz1-3/+8
2019-09-13add SimpleStatusMessager.java that only perform String formattingThomas Lenz1-20/+220
2019-09-13refactor utils into a separate moduleThomas Lenz17-0/+2275