summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/metadata
AgeCommit message (Collapse)AuthorFilesLines
2020-03-20refactor SAML2 metadata signature-filter to use a TrustStore implementation ↵Thomas Lenz1-74/+81
to get trusted X509 certificates
2020-03-20switch to HSM-Facade 0.4-Snapshot and fix possible race-condition between ↵Thomas Lenz1-9/+11
jUnit tests
2020-03-11refactor HttpClientFactory.java to build HTTP clients with different ↵Thomas Lenz2-2/+2
authentication mechanisms
2020-02-20add two jUnit test and CodeStyle modificationsThomas Lenz3-11/+15
2020-02-06add more jUnit testThomas Lenz1-12/+12
2020-02-06Refactor SamlVerificationEngineThomas Lenz1-0/+166
add some more jUnit tests
2020-02-05fix junit test that uses expired metadata for testingThomas Lenz1-15/+30
2020-02-05add Trusted-Certificates method to AbstractCredentialProviderThomas Lenz2-8/+10
add jUnit tests for AbstractCredentialProvider change method names in AbstractCredentialProvider
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz2-0/+1023