summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_idp/src/test
AgeCommit message (Collapse)AuthorFilesLines
2022-01-19refactor(core): change API parameters from 'Date' to 'Instant'Thomas1-4/+4
2022-01-08Merge branch 'opensaml_4.x' into nightlyBuildThomas1-4/+4
# 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-04-19refactor DateOfBirth in IAuthData and all implementations because ↵Thomas1-11/+14
DateOfBirth from SZR has not be a valid Date object
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 Lenz2-14/+162
2020-04-08refactor to OpenSAML 4.xThomas Lenz1-17/+16
2020-03-26fix codestyleThomas Lenz2-0/+2
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz1-1/+1
authentication mechanisms
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz1-0/+9
2020-02-18update broken DummyPvpConfiguration.java JavaDocThomas Lenz1-4/+4
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 Lenz9-2/+478
2020-02-06Refactor SamlVerificationEngineThomas Lenz3-15/+76
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 Lenz8-0/+343