summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_idp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/idp/impl/AbstractPvp2XProtocol.java
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09chore(SAML2): update implementation to remove usage of deprecated ↵Thomas1-5/+5
openSAML4.x API
2022-01-09refactor(core): update to latest version of Velocity engineThomas1-6/+6
2022-01-08Merge branch 'opensaml_4.x' into nightlyBuildThomas1-6/+8
# 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-10-06fix wrong or messing log messagesThomas1-2/+2
2021-03-12update errorMessage generation for SAML2 authentication protocol to return ↵Thomas1-13/+19
external error-codes only
2021-01-25refactor PVP2 IDP module to support more than one IPvpMetadataProvider in ↵Thomas Lenz1-6/+10
one application
2020-12-26fix bug in SAML2 error-response generationThomas Lenz1-22/+22
2020-04-08refactor to OpenSAML 4.xThomas Lenz1-22/+23
2020-04-01Revert "back-port of PVP IDP-module request post-processor"1.1.1Thomas Lenz1-513/+528
This reverts commit bd6492ef3f4576d62b8f7cfe20dbaf425b22e2bb.
2020-02-28switch to version 1.0.13.2Thomas Lenz1-528/+513
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz1-3/+3
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-1/+1
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz1-42/+35
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz1-20/+20
This version is also NOT stable!
2019-12-12refactor PVP2 IDP to allow generic post-processing of SAML2 AuthnRequestsThomas Lenz1-5/+16
2019-12-09fix one typeThomas Lenz1-2/+2
add TestClass
2019-12-05some code code-style modificationsThomas1-2/+2
active code-quality checks!
2019-12-04to some more code quality tasksThomas1-4/+3
2019-12-04common EGIZ code-style refactoringThomas Lenz1-0/+561