summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/api
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09chore(SAML2): update implementation to remove usage of deprecated ↵Thomas1-4/+4
openSAML4.x API
2022-01-08Merge branch 'opensaml_4.x' into nightlyBuildThomas1-2/+2
# 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
2020-10-08update cleanUp() in AbstractChainingMetadataProvider to support own ↵Thomas Lenz1-0/+7
PVPMetadataAdapter
2020-04-08refactor to OpenSAML 4.xThomas Lenz1-2/+2
2020-03-20refactor SAML2 metadata signature-filter to use a TrustStore implementation ↵Thomas Lenz1-0/+13
to get trusted X509 certificates
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz2-1/+23
2020-02-18update broken DummyPvpConfiguration.java JavaDocThomas Lenz1-1/+1
2020-02-18add JavaDocThomas Lenz1-4/+59
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz3-2/+79
Add new interface IPvpAddableChainingMetadataProvider.java and implement it in AbstractChainingMetadataProvider.java Fix possible nullPointer in Saml2Utils.java
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz1-0/+18
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz6-13/+15
2020-02-02some more OpenSAML3 refactoring stuffThomas3-28/+11
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz4-43/+48
This version is also NOT stable!
2020-01-28first steps in openSAML3 refactoringThomas Lenz8-32/+34
2019-12-12refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequestsThomas Lenz1-5/+25
2019-12-09fix one typeThomas Lenz1-2/+2
add TestClass
2019-12-05some code code-style modificationsThomas10-44/+51
active code-quality checks!
2019-12-04to some more code quality tasksThomas2-4/+4
2019-12-04common EGIZ code-style refactoringThomas Lenz19-818/+751
2018-09-13fix typo in license header1.0.2Thomas Lenz12-24/+24
2018-07-19some small changes to solve compatibility problemsThomas Lenz2-8/+8
2018-07-12some more updatesThomas Lenz12-0/+288
2018-07-02add requested attributes to PVP S-profileThomas Lenz4-1/+179
2018-06-26initial commitThomas Lenz9-0/+415