Age | Commit message (Expand) | Author | Files | Lines |
2020-07-30 | update MOA-Sig verification API to set signature-verification timestamp | Thomas Lenz | 1 | -2/+27 |
2020-07-03 | update wrong log message | Thomas Lenz | 1 | -1/+2 |
2020-07-01 | update log message in case of SL2.0 VDA connection error | Thomas Lenz | 3 | -42/+58 |
2020-06-10 | Add new AttributeBuilder registration | Thomas Lenz | 1 | -0/+88 |
2020-06-03 | make some constants public in DomUtils | Thomas Lenz | 1 | -4/+4 |
2020-06-03 | add jUnit test for EAAF process-engine | Thomas Lenz | 1 | -1/+10 |
2020-05-05 | refactor HSM-Facade initialization to JAVA Reflection API to facilitate usage... | Thomas Lenz | 1 | -2/+0 |
2020-05-04 | add Pattern for encryped bPK target identifier and add new method into BpkBui... | Thomas Lenz | 3 | -24/+64 |
2020-04-22 | update log messages and pendingRequest clean-up in finalization step | Thomas Lenz | 2 | -15/+9 |
2020-04-01 | update process-engine support HTTP POST and GET error forwarting. | Thomas Lenz | 7 | -40/+119 |
2020-04-01 | fix wrong format in case of encrypted wbPKs | Thomas Lenz | 3 | -23/+161 |
2020-03-31 | switch internal wbPK target-identifier for FN, ZVR, and ERSB to XFN, XZVR, an... | Thomas Lenz | 10 | -84/+827 |
2020-03-26 | some more editorial changes | Thomas Lenz | 1 | -5/+5 |
2020-03-26 | fix codestyle | Thomas Lenz | 6 | -8/+20 |
2020-03-24 | some small changes | Thomas Lenz | 1 | -5/+5 |
2020-03-20 | add some more test cases for process-engine evaluator | Thomas Lenz | 1 | -0/+4 |
2020-03-11 | refactor HttpClientFactory.java to build HTTP clients with different authenti... | Thomas Lenz | 3 | -4/+12 |
2020-03-10 | Change internal representation of IssuerInstant from String to Date | Thomas Lenz | 2 | -21/+67 |
2020-02-27 | add new transactionId for PII related data only | Thomas Lenz | 2 | -8/+73 |
2020-02-26 | update wrong log messages | Thomas Lenz | 1 | -3/+3 |
2020-02-24 | fix wrong or missing error messages | Thomas Lenz | 2 | -1/+3 |
2020-02-20 | move SpConfigurationImpl.java into eaaf_core_utils | Thomas Lenz | 1 | -183/+0 |
2020-02-20 | add two jUnit test and CodeStyle modifications | Thomas Lenz | 8 | -33/+127 |
2020-02-17 | Merge branch 'feature/hsmfacade' into nightlyBuild | Thomas Lenz | 3 | -0/+6 |
2020-02-14 | Integrate HSM Facade from A-SIT+ | Thomas Lenz | 3 | -0/+6 |
2020-02-06 | add more jUnit test | Thomas Lenz | 1 | -0/+56 |
2020-02-06 | Refactor SamlVerificationEngine | Thomas Lenz | 1 | -5/+5 |
2020-02-05 | refactor generic error-handling to solve possible invalid error-response in S... | Thomas Lenz | 1 | -47/+73 |
2020-02-05 | add Trusted-Certificates method to AbstractCredentialProvider | Thomas Lenz | 1 | -0/+130 |
2020-01-31 | a lot of more OpenSAML3 refactoring staff | Thomas Lenz | 3 | -0/+144 |
2020-01-28 | fix typo and remove @deprecated flags | Thomas Lenz | 1 | -31/+5 |
2019-12-11 | change log-level in process-definition parser | Thomas Lenz | 1 | -6/+6 |
2019-12-11 | change logging in process-definition parser | Thomas Lenz | 1 | -5/+5 |
2019-12-11 | update TestRequestImpl.java | Thomas Lenz | 1 | -3/+4 |
2019-12-05 | fix some refactoring problems | Thomas | 2 | -2/+4 |
2019-12-05 | some code code-style modifications | Thomas | 126 | -2946/+3573 |
2019-12-04 | to some more code quality tasks | Thomas | 14 | -63/+147 |
2019-12-04 | common EGIZ code-style refactoring | Thomas Lenz | 150 | -14668/+14607 |
2019-11-27 | add DummyHttpClientFactory.java into test jar | Thomas Lenz | 1 | -0/+21 |
2019-11-22 | use UUID for sessionIdentifier | Thomas Lenz | 1 | -1/+2 |
2019-11-22 | fix a problem with language selection | Thomas Lenz | 1 | -1/+1 |
2019-11-21 | set process-canceled flag in case of user stops authprocess | Thomas Lenz | 2 | -8/+29 |
2019-11-21 | add stop condition to process-flow engine that can be set dynamically by tasks | Thomas Lenz | 11 | -82/+319 |
2019-11-15 | copy some generic authProcessData directly into authData | Thomas Lenz | 1 | -0/+25 |
2019-11-12 | refactor AuthModule interface to inject current IRequest into selectProcess m... | Thomas Lenz | 3 | -19/+21 |
2019-10-18 | add jUnit test for process-definition post-validation | Thomas | 2 | -0/+39 |
2019-10-18 | add post-validation steps into process-definition loader | Thomas | 1 | -1/+24 |
2019-10-16 | move common method into abstract class | Thomas | 1 | -2/+13 |
2019-10-16 | Check if Consent is required before protocol post-processing starts. The proc... | Thomas | 1 | -8/+13 |
2019-10-16 | Refactor AbstractLocaleAuthServletTask to faciltite 'processStop' in child cl... | Thomas | 1 | -16/+21 |