Uses of Class
com.nimbusds.oauth2.sdk.assertions.saml2.BadSAML2AssertionException
Packages that use BadSAML2AssertionException
-
Uses of BadSAML2AssertionException in com.nimbusds.oauth2.sdk.assertions.saml2
Methods in com.nimbusds.oauth2.sdk.assertions.saml2 that throw BadSAML2AssertionExceptionModifier and TypeMethodDescriptionorg.opensaml.saml.saml2.core.AssertionValidates the specified SAML 2.0 assertion.org.opensaml.saml.saml2.core.AssertionSAML2AssertionValidator.validate(org.opensaml.saml.saml2.core.Assertion assertion, Issuer expectedIssuer, Key key) Validates the specified SAML 2.0 assertion.voidSAML2AssertionDetailsVerifier.verify(SAML2AssertionDetails assertionDetails) Verifies the specified SAML 2.0 bearer assertion details.static voidSAML2AssertionValidator.verifySignature(org.opensaml.xmlsec.signature.Signature signature, Key key) Verifies the specified XML signature (HMAC, RSA or EC) with the provided key.