summaryrefslogtreecommitdiff
path: root/eaaf_core/src/test
AgeCommit message (Collapse)AuthorFilesLines
2023-05-31feat(core): add remove method to IPendingRequest interfaceThomas1-1/+6
2023-05-25test(core): check JSON serialization for some DAOThomas1-0/+30
2023-05-15refact(core): change process-data holder-implementation to use Jackson ↵Thomas1-1/+1
serialization for storage
2023-05-13refact(core): remove double serialization in central error handlingThomas1-17/+12
2023-04-26feat(core): add extension-point to central errorHandler service to set ↵Thomas4-17/+69
application specific information into error-GUI model
2022-11-29feat(core): add ticket-based error-handling service as EAAF core functionalityThomas6-0/+568
2022-01-19test(core): add extension of ↵Thomas2-37/+51
'AuthenticatedEncryptionPendingRequestIdGenerationStrategy' that allows generation of already expired tokens
2022-01-09test(core): fix invalid test for TransactionId attribute-builderThomas1-1/+8
2022-01-09fix(core): change validation of loaded process-definitions to fix problem of ↵Thomas2-8/+90
circular-dependencies loading
2021-12-07change IGuiFormBuilder interface to enable pre-evaluation of response ↵Thomas2-0/+19
contentType without rendering
2021-07-09add new method into DummySpConfigurationThomas1-0/+12
2021-07-01add new 'errorHandling' type that illustrate any error on application side ↵Thomas1-1/+56
before forwarding to SP
2021-05-23update attribute builder for MandateProfiles and add attribute builder for ↵Thomas2-0/+104
mandate mode to support eIDAS Proxy-Service with mandates
2021-04-21add missing error-handling and add a few more testsThomas4-0/+525
2021-04-19refactor DateOfBirth in IAuthData and all implementations because ↵Thomas3-2/+87
DateOfBirth from SZR has not be a valid Date object
2021-03-11refactor BpkBuilder in eaaf-utilsThomas1-488/+0
2021-02-19fix wrong bPK calculation for XZVR and XERSB bpkTargetsThomas1-12/+12
2020-12-02add attribute-builder for piiTransactionId transferThomas Lenz1-0/+64
2020-11-09add attribute-builder for unique transactionIdThomas Lenz1-0/+60
2020-09-08fix some broken jUnit testsThomas Lenz1-4/+4
2020-08-12remove deprecated flags and add one jUnit test for BpkAttributeBuilderThomas Lenz1-0/+16
2020-06-03add jUnit test for EAAF process-engineThomas Lenz1-1/+10
2020-05-04add Pattern for encryped bPK target identifier and add new method into ↵Thomas Lenz1-0/+35
BpkBuilder
2020-04-01update process-engine support HTTP POST and GET error forwarting.Thomas Lenz3-5/+45
This is needed for processes in IFrames
2020-04-01fix wrong format in case of encrypted wbPKsThomas Lenz1-1/+121
2020-03-31switch internal wbPK target-identifier for FN, ZVR, and ERSB to XFN, XZVR, ↵Thomas Lenz5-1/+690
and XERSB
2020-03-26fix codestyleThomas Lenz2-7/+10
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 Lenz1-2/+10
authentication mechanisms
2020-02-27add new transactionId for PII related data onlyThomas Lenz1-3/+13
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz2-2/+42
2020-02-17Merge branch 'feature/hsmfacade' into nightlyBuildThomas Lenz2-0/+4
# 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 Lenz2-0/+4
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-06add more jUnit testThomas Lenz1-0/+56
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!
2019-12-11update TestRequestImpl.javaThomas Lenz1-3/+4
2019-12-05fix some refactoring problemsThomas1-0/+3
2019-12-05some code code-style modificationsThomas46-1418/+1832
active code-quality checks!
2019-12-04to some more code quality tasksThomas2-1/+102
2019-12-04common EGIZ code-style refactoringThomas Lenz38-2620/+2785
2019-11-27add DummyHttpClientFactory.java into test jarThomas Lenz1-0/+21
2019-11-21add stop condition to process-flow engine that can be set dynamically by tasksThomas Lenz8-29/+229
2019-10-18add jUnit test for process-definition post-validationThomas2-0/+39
2019-09-16fix problems after interface refactoringThomas Lenz1-2/+2
2019-08-20some small fixesThomas Lenz1-0/+15
2019-07-30some some updatesThomas Lenz2-7/+51
2019-07-23fix nullpointer in KeyValueUtils.java and add jUnit testThomas Lenz1-0/+447
2019-07-01fix one flagThomas Lenz1-3/+3
update TestRequestImpl.java
2019-06-28add some mockups for testingThomas Lenz4-6/+134