summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/main/java/at/gv/egiz/eaaf
AgeCommit message (Expand)AuthorFilesLines
2020-10-16fix code-style problemThomas Lenz1-1/+1
2020-10-15add definitions for PVP2 R-Profile http-headersThomas Lenz1-0/+70
2020-08-27fix wrong log-message in EaafKeyStoreFactoryThomas Lenz1-1/+2
2020-08-26refactor JWS and JWE implementation in SL2.0 module to reuse JWS and JWE spec...Thomas Lenz1-0/+21
2020-07-30update third-party libsThomas Lenz1-101/+102
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 Lenz3-16/+68
2020-07-01switch to HSM-Facade v0.5.0Thomas Lenz1-8/+26
2020-06-23add new pendingRequestId generation-strategy that uses authenticated-encrypti...Thomas Lenz1-0/+291
2020-06-19activates HSM-Facade, if HSM-Facade-Provider is an already loaded Java Securi...Thomas Lenz1-54/+78
2020-06-18add symmetric-key functionality into EaafKeyStoreFactory that supports passph...Thomas Lenz4-27/+379
2020-06-15fix Code-Quality problem1.1.5Thomas Lenz1-4/+4
2020-06-12add TrustStore SSLContext builderThomas Lenz1-25/+91
2020-05-29update HttpClientBuilder factory to add 'ServiceUnavailableRetryStrategy' inj...Thomas Lenz2-1/+12
2020-05-11update HttpClientFactory to facilitate request retrying in case of an errorThomas Lenz4-8/+81
2020-05-05some more code polishingThomas Lenz1-12/+28
2020-05-05fix wrong log messagesThomas Lenz1-2/+2
2020-05-05refactor HSM-Facade initialization to JAVA Reflection API to facilitate usage...Thomas Lenz1-21/+68
2020-05-05finish SSLContext creation by using KeyStore from HSM-FacadeThomas Lenz3-13/+16
2020-05-05first tests for SSL Client Auth. with HSM-FacadeThomas Lenz1-2/+12
2020-05-05refactor interface of method 'buildSslContextWithSslClientAuthentication' to ...Thomas Lenz2-8/+12
2020-03-31change default SSLContext factory to Apache HTTP-Client based versionThomas Lenz1-35/+24
2020-03-20set Socket timeout in ConnectionPoolManagerThomas Lenz1-9/+14
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different authenti...Thomas Lenz6-202/+528
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-25update eaaf-utils to HSM-Facade v0.3.0-SNAPSHOTThomas Lenz1-5/+1
2020-02-24fix wrong or missing error messagesThomas Lenz1-1/+1
2020-02-20move SpConfigurationImpl.java into eaaf_core_utilsThomas Lenz1-0/+183
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-2/+3
2020-02-17update EaafKeyStoreFactory to get the Security Provider if the KeyStore depen...Thomas Lenz2-27/+37
2020-02-17update jUnit tests to operate on HSM Facade from A-Sit+Thomas Lenz1-12/+13
2020-02-14add common-code for KeyStore and Credential handlingThomas Lenz4-5/+206
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz20-307/+438
2020-02-12add first untested version of EaafKeyStoreFactory that supports Software-Keys...Thomas Lenz2-0/+275
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 Lenz22-2058/+2014
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 Lenz2-20/+264
2019-09-13refactor utils into a separate moduleThomas Lenz18-0/+2336