Uses of Class
se.swedenconnect.opensaml.sweid.saml2.signservice.SADValidationException
Package
Description
SAML support for Signature Services according to the Swedish eID Framework.
-
Uses of SADValidationException in se.swedenconnect.opensaml.sweid.saml2.signservice
Modifier and TypeMethodDescriptionSADParser.SADValidator.validate
(String sadJwt, String idpEntityID, String expectedRecipientEntityID, String expectedSubject, String expectedLoa, String sadRequestID, int expectedNoDocs, String signRequestID) Validates a SAD based on expected data.SADParser.SADValidator.validate
(org.opensaml.saml.saml2.core.AuthnRequest authnRequest, org.opensaml.saml.saml2.core.Assertion assertion) A method that validates the SAD issued in anAssertion
based on theAuthnRequest
containing aSADRequest
.void
SADParser.SADValidator.verifyJwtSignature
(String sadJwt, String idpEntityID) Verifies the signature on the supplied SAD JWT.