summaryrefslogtreecommitdiff
path: root/eaaf_core/src/test/java/at/gv/egiz/eaaf/core/impl/idp/auth
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Thomas3-17/+66
application specific information into error-GUI model
2022-11-29feat(core): add ticket-based error-handling service as EAAF core functionalityThomas4-0/+403
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 ↵Thomas1-0/+56
circular-dependencies loading
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 testsThomas2-0/+419
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-05-04add Pattern for encryped bPK target identifier and add new method into ↵Thomas Lenz1-0/+35
BpkBuilder
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 Lenz1-4/+4
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz1-2/+10
authentication mechanisms
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-0/+41
2020-02-06add more jUnit testThomas Lenz1-0/+56
2019-12-05some code code-style modificationsThomas7-308/+304
active code-quality checks!
2019-12-04to some more code quality tasksThomas2-1/+102
2019-12-04common EGIZ code-style refactoringThomas Lenz8-331/+562
2019-11-27add DummyHttpClientFactory.java into test jarThomas Lenz1-0/+21
2019-06-28add some mockups for testingThomas Lenz1-0/+26
2019-05-17add some jUnit tests for attribute builderThomas Lenz4-0/+252
2019-04-11refactoring of AuthData builderThomas Lenz1-5/+19
2019-03-05fix attribute escaping problem in SimpleIdentityLinkAssertionParser1.0.6Thomas Lenz2-0/+152
this fix can be deactivated by property: 'configuration.bugfix.enable.idl.escaping' to get backward compatibility