summaryrefslogtreecommitdiff
path: root/eaaf_core/src
AgeCommit message (Collapse)AuthorFilesLines
2020-11-09add attribute-builder for unique transactionIdThomas Lenz3-1/+95
2020-11-09fix missing "transactionID" injection in protocol-finalization and ↵Thomas Lenz1-1/+13
error-handler steps
2020-11-06adapt logging to improve debuggingThomas Lenz3-4/+14
2020-11-06optimize error-handling in case with special focus on backend ↵Thomas Lenz3-24/+42
communication-requests
2020-10-21add new configuration property to switch between log-level "WARN" and "INFO" ↵Thomas Lenz1-70/+72
based on internal errorIds remove duplicated logging
2020-10-13refactor error processingThomas Lenz1-11/+17
2020-10-13Serialize exceptions in error-handler manually to fix problems with ↵Thomas Lenz2-14/+29
Serialization in some caching frameworks
2020-09-08fix some broken jUnit testsThomas Lenz2-5/+5
2020-09-02opimize logging of BpkBuilder implementationThomas Lenz2-9/+12
2020-08-12Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components ↵Thomas Lenz1-6/+6
into nightlyBuild
2020-08-12remove deprecated flags and add one jUnit test for BpkAttributeBuilderThomas Lenz2-4/+16
2020-08-11remove some deprecated markerThomas Lenz1-10/+6
2020-07-30update MOA-Sig verification API to set signature-verification timestampThomas Lenz1-2/+27
2020-07-03update wrong log messageThomas Lenz1-1/+2
2020-07-01update log message in case of SL2.0 VDA connection errorThomas Lenz3-42/+58
2020-06-10Add new AttributeBuilder registrationThomas Lenz1-0/+88
2020-06-03make some constants public in DomUtilsThomas Lenz1-4/+4
2020-06-03add jUnit test for EAAF process-engineThomas Lenz1-1/+10
2020-05-05refactor HSM-Facade initialization to JAVA Reflection API to facilitate ↵Thomas Lenz1-2/+0
usage of eaaf_core_utils without HSM-Facade
2020-05-04add Pattern for encryped bPK target identifier and add new method into ↵Thomas Lenz3-24/+64
BpkBuilder
2020-04-22update log messages and pendingRequest clean-up in finalization stepThomas Lenz2-15/+9
2020-04-01update process-engine support HTTP POST and GET error forwarting.Thomas Lenz7-40/+119
This is needed for processes in IFrames
2020-04-01fix wrong format in case of encrypted wbPKsThomas Lenz3-23/+161
2020-03-31switch internal wbPK target-identifier for FN, ZVR, and ERSB to XFN, XZVR, ↵Thomas Lenz10-84/+827
and XERSB
2020-03-26some more editorial changesThomas Lenz1-5/+5
2020-03-26fix codestyleThomas Lenz6-8/+20
2020-03-24some small changesThomas Lenz1-5/+5
2020-03-20add some more test cases for process-engine evaluatorThomas Lenz1-0/+4
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz3-4/+12
authentication mechanisms
2020-03-10Change internal representation of IssuerInstant from String to DateThomas Lenz2-21/+67
2020-02-27add new transactionId for PII related data onlyThomas Lenz2-8/+73
2020-02-26update wrong log messagesThomas Lenz1-3/+3
2020-02-24fix wrong or missing error messagesThomas Lenz2-1/+3
2020-02-20move SpConfigurationImpl.java into eaaf_core_utilsThomas Lenz1-183/+0
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz8-33/+127
2020-02-17Merge branch 'feature/hsmfacade' into nightlyBuildThomas Lenz3-0/+6
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/metadata/AbstractChainingMetadataProvider.java # eaaf_modules/eaaf_module_pvp2_idp/src/test/resources/spring/test_eaaf_core.beans.xml
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz3-0/+6
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-06add more jUnit testThomas Lenz1-0/+56
2020-02-06Refactor SamlVerificationEngineThomas Lenz1-5/+5
add some more jUnit tests
2020-02-05refactor generic error-handling to solve possible invalid error-response in ↵Thomas Lenz1-47/+73
SL2.0
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz1-0/+130
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz3-0/+144
This version is also NOT stable!
2020-01-28fix typo and remove @deprecated flagsThomas Lenz1-31/+5
2019-12-11change log-level in process-definition parserThomas Lenz1-6/+6
2019-12-11change logging in process-definition parserThomas Lenz1-5/+5
2019-12-11update TestRequestImpl.javaThomas Lenz1-3/+4
2019-12-05fix some refactoring problemsThomas2-2/+4
2019-12-05some code code-style modificationsThomas126-2946/+3573
active code-quality checks!
2019-12-04to some more code quality tasksThomas14-63/+147
2019-12-04common EGIZ code-style refactoringThomas Lenz150-14668/+14607