public class STSSamlAssertionValidator
extends org.apache.wss4j.dom.validate.SamlAssertionValidator
Constructor and Description |
---|
STSSamlAssertionValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
isTrustVerificationSucceeded()
Return if trust verification on the signature of the assertion succeeded.
|
protected org.apache.wss4j.dom.validate.Credential |
verifySignedAssertion(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion,
org.apache.wss4j.dom.handler.RequestData data)
Try to verify trust on the assertion.
|
checkAuthnStatements, checkConditions, checkConditions, checkOneTimeUse, getRequiredSubjectConfirmationMethod, getTtl, isRequireBearerSignature, isRequireStandardSubjectConfirmationMethod, isValidateSignatureAgainstProfile, setFutureTTL, setRequireBearerSignature, setRequiredSubjectConfirmationMethod, setRequireStandardSubjectConfirmationMethod, setTtl, setValidateSignatureAgainstProfile, validate, validateAssertion, verifySubjectConfirmationMethod
protected org.apache.wss4j.dom.validate.Credential verifySignedAssertion(org.apache.wss4j.common.saml.SamlAssertionWrapper assertion, org.apache.wss4j.dom.handler.RequestData data) throws org.apache.wss4j.common.ext.WSSecurityException
verifySignedAssertion
in class org.apache.wss4j.dom.validate.SamlAssertionValidator
assertion
- The signed Assertiondata
- The RequestData contextorg.apache.wss4j.common.ext.WSSecurityException
public boolean isTrustVerificationSucceeded()
Apache CXF