Uses of Class
se.swedenconnect.opensaml.sweid.saml2.signservice.SADValidationException
Packages that use SADValidationException
Package
Description
SAML support for Signature Services according to the Swedish eID Framework.
-
Uses of SADValidationException in se.swedenconnect.opensaml.sweid.saml2.signservice
Methods in se.swedenconnect.opensaml.sweid.saml2.signservice that throw SADValidationExceptionModifier 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(AuthnRequest authnRequest, Assertion assertion) A method that validates the SAD issued in anAssertionbased on theAuthnRequestcontaining aSADRequest.voidSADParser.SADValidator.verifyJwtSignature(String sadJwt, String idpEntityID) Verifies the signature on the supplied SAD JWT.