Age | Commit message (Expand) | Author | Files | Lines |
2020-02-05 | fix junit test that uses expired metadata for testing | Thomas Lenz | 2 | -37/+30 |
2020-02-05 | update toString() implementations to generic version | Thomas Lenz | 2 | -1/+27 |
2020-02-05 | refactor generic error-handling to solve possible invalid error-response in S... | Thomas Lenz | 3 | -171/+256 |
2020-02-05 | refactor refresh process in AbstractChainingMetadataProvider | Thomas Lenz | 2 | -39/+64 |
2020-02-05 | Extract interface from AbstractCredentialProvider.java | Thomas Lenz | 10 | -80/+224 |
2020-02-05 | add Trusted-Certificates method to AbstractCredentialProvider | Thomas Lenz | 24 | -132/+860 |
2020-02-04 | first stable version that uses OpenSAML 3.x | Thomas Lenz | 86 | -1231/+4753 |
2020-02-02 | some more OpenSAML3 refactoring stuff | Thomas | 19 | -650/+658 |
2020-01-31 | a lot of more OpenSAML3 refactoring staff | Thomas Lenz | 86 | -1386/+3573 |
2020-01-28 | first steps in openSAML3 refactoring | Thomas Lenz | 29 | -337/+351 |
2020-01-28 | fix typo and remove @deprecated flags | Thomas Lenz | 4 | -47/+14 |
2019-12-12 | refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequests | Thomas Lenz | 2 | -10/+41 |
2019-12-11 | change log-level in process-definition parser | Thomas Lenz | 1 | -6/+6 |
2019-12-11 | fix bug in PVP2 implementation | Thomas Lenz | 1 | -1/+1 |
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-09 | fix one type | Thomas Lenz | 4 | -6/+13 |
2019-12-05 | fix typo | Thomas Lenz | 1 | -1/+1 |
2019-12-05 | change location of code-quality configuration | Thomas Lenz | 1 | -2/+2 |
2019-12-05 | work-around to fix PKIX validation problem with Let's-Encrypt certificates on... | Thomas Lenz | 1 | -1/+1 |
2019-12-05 | add missing plugin version | Thomas Lenz | 1 | -0/+2 |
2019-12-05 | fix some refactoring problems | Thomas | 4 | -3/+323 |
2019-12-05 | some code code-style modifications | Thomas | 302 | -5956/+6291 |
2019-12-04 | to some more code quality tasks | Thomas | 87 | -808/+940 |
2019-12-04 | common EGIZ code-style refactoring | Thomas Lenz | 479 | -35491/+36133 |
2019-12-04 | switch to v1.1.0-Snapshot | Thomas Lenz | 8 | -8/+8 |
2019-12-02 | switch to next snapshot version | Thomas Lenz | 10 | -10/+10 |
2019-11-29 | switch to version 1.0.13.1v1.0.13.1 | Thomas Lenz | 10 | -10/+10 |
2019-11-28 | refactor MOA-Sig initializer | Thomas | 2 | -33/+63 |
2019-11-28 | close MOA-Sig transaction context | Thomas Lenz | 3 | -127/+136 |
2019-11-28 | switch to version 1.0.13 | Thomas Lenz | 10 | -10/+10 |
2019-11-28 | refactor MOA-Sig initialization to treat with initialization problems on some... | Thomas Lenz | 5 | -162/+210 |
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 | 12 | -82/+334 |
2019-11-15 | copy some generic authProcessData directly into authData | Thomas Lenz | 1 | -0/+25 |
2019-11-14 | add SHA3 hash algorithm identifier for XML | Thomas Lenz | 1 | -0/+8 |
2019-11-14 | refactor JoseTools to support JWS signature verification by using one truststore | Thomas Lenz | 2 | -71/+136 |
2019-11-12 | switch to 1.0.13-SNAPSHOT | Thomas Lenz | 10 | -10/+10 |
2019-11-12 | refactor AuthModule interface to inject current IRequest into selectProcess m... | Thomas Lenz | 6 | -24/+27 |
2019-10-22 | update build process | Thomas Lenz | 1 | -3/+1 |
2019-10-22 | add JUnitTestStatusMessenger implementation | Thomas Lenz | 1 | -0/+56 |
2019-10-18 | change maven deployment | Thomas | 1 | -1/+3 |
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 |