public class SAMLSignatureValidatorImplementation extends Object implements SignatureValidator
SignatureValidator.| Constructor and Description |
|---|
SAMLSignatureValidatorImplementation() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateSignature(org.opensaml.saml.saml2.core.Response response,
org.opensaml.saml.saml2.core.Assertion assertion,
boolean isResponseSigningEnabled,
boolean isAssertionSigningEnabled)
Validates an XML Digital Signature based on its content.
|
public SAMLSignatureValidatorImplementation()
public void validateSignature(org.opensaml.saml.saml2.core.Response response,
org.opensaml.saml.saml2.core.Assertion assertion,
boolean isResponseSigningEnabled,
boolean isAssertionSigningEnabled)
throws SSOException
SignatureValidatorvalidateSignature in interface SignatureValidatorresponse - a SAML 2.0 based Responseassertion - a SAML 2.0 based AssertionisResponseSigningEnabled - indicates whether the SAML 2.0 Request signing is enabledisAssertionSigningEnabled - indicates whether the SAML 2.0 Assertion signing is enabledSSOException - if an error occurs during signature validationCopyright © 2016 WSO2. All rights reserved.