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.Assertion
Validates the specified SAML 2.0 assertion.org.opensaml.saml.saml2.core.Assertion
SAML2AssertionValidator.validate
(org.opensaml.saml.saml2.core.Assertion assertion, Issuer expectedIssuer, Key key) Validates the specified SAML 2.0 assertion.void
SAML2AssertionDetailsVerifier.verify
(SAML2AssertionDetails assertionDetails) Verifies the specified SAML 2.0 bearer assertion details.static void
SAML2AssertionValidator.verifySignature
(org.opensaml.xmlsec.signature.Signature signature, Key key) Verifies the specified XML signature (HMAC, RSA or EC) with the provided key.