summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/validation
AgeCommit message (Collapse)AuthorFilesLines
2022-01-08Merge branch 'opensaml_4.x' into nightlyBuildThomas3-19/+32
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/metadata/PvpMetadataResolverAdapter.java # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/verification/SamlVerificationEngine.java # eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/SoapBindingTest.java # eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/dummy/DummyMetadataProvider.java # eaaf_modules/eaaf_module_pvp2_idp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/idp/impl/AbstractPvp2XProtocol.java # eaaf_modules/eaaf_module_pvp2_sp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/sp/impl/PvpAuthnRequestBuilder.java # pom.xml
2021-01-25refactor PVP2 IDP module to support more than one IPvpMetadataProvider in ↵Thomas Lenz2-9/+47
one application
2020-04-08refactor to OpenSAML 4.xThomas Lenz3-19/+32
2020-03-20refactor SAML2 metadata signature-filter to use a TrustStore implementation ↵Thomas Lenz1-9/+37
to get trusted X509 certificates
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-0/+9
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz3-29/+183
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz5-55/+66
This version is also NOT stable!
2020-01-28first steps in openSAML3 refactoringThomas Lenz1-3/+3
2019-12-05some code code-style modificationsThomas5-37/+36
active code-quality checks!
2019-12-04common EGIZ code-style refactoringThomas Lenz7-556/+546
2018-09-13fix typo in license header1.0.2Thomas Lenz5-10/+10
2018-07-20some small modifications in attribute builderThomas Lenz3-8/+12
update internal messages-codes
2018-07-12some more updatesThomas Lenz5-0/+120
2018-06-26initial commitThomas Lenz5-0/+497