summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_idp/src/test/resources
AgeCommit message (Collapse)AuthorFilesLines
2021-01-25refactor PVP2 IDP module to support more than one IPvpMetadataProvider in ↵Thomas Lenz1-0/+1
one application
2020-12-26add jUnit test to test SAML2 response generation with unencrypted assertionsThomas Lenz1-0/+104
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz1-1/+1
authentication mechanisms
2020-02-17Merge branch 'feature/hsmfacade' into nightlyBuildThomas Lenz3-2/+15
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/metadata/AbstractChainingMetadataProvider.java # eaaf_modules/eaaf_module_pvp2_idp/src/test/resources/spring/test_eaaf_core.beans.xml
2020-02-14Integrate HSM Facade from A-SIT+Thomas Lenz3-4/+17
The EaafKeyStoreFactory can be used to build KeyStores from differend providers and types
2020-02-10Hack: Integrate HsmFacade for signing operationsChristian Kollmann1-2/+2
2020-02-06add more jUnit testThomas Lenz2-2/+27
2020-02-06Refactor SamlVerificationEngineThomas Lenz2-15/+22
add some more jUnit tests
2020-02-05Extract interface from AbstractCredentialProvider.javaThomas Lenz1-1/+1
Add new interface IPvpAddableChainingMetadataProvider.java and implement it in AbstractChainingMetadataProvider.java Fix possible nullPointer in Saml2Utils.java
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz7-0/+241