Package | Description |
---|---|
com.nimbusds.oauth2.sdk.assertions.saml2 |
SAML 2.0 bearer assertions.
|
Modifier and Type | Method and Description |
---|---|
org.opensaml.saml2.core.Assertion |
SAML2AssertionValidator.validate(org.opensaml.saml2.core.Assertion assertion,
Issuer expectedIssuer,
Key key)
Validates the specified SAML 2.0 assertion.
|
org.opensaml.saml2.core.Assertion |
SAML2AssertionValidator.validate(String xml,
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.xml.signature.Signature signature,
Key key)
Verifies the specified XML signature (HMAC, RSA or EC) with the
provided key.
|
Copyright © 2016 Connect2id Ltd.. All Rights Reserved.