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.
|
org.apache.wss4j.dom.validate.Credential |
validate(org.apache.wss4j.dom.validate.Credential credential,
org.apache.wss4j.dom.handler.RequestData data)
Validate the credential argument.
|
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, validateAssertion, verifySubjectConfirmationMethod
public org.apache.wss4j.dom.validate.Credential validate(org.apache.wss4j.dom.validate.Credential credential, org.apache.wss4j.dom.handler.RequestData data) throws org.apache.wss4j.common.ext.WSSecurityException
validate
in interface org.apache.wss4j.dom.validate.Validator
validate
in class org.apache.wss4j.dom.validate.SamlAssertionValidator
credential
- the Credential to be validateddata
- the RequestData associated with the requestorg.apache.wss4j.common.ext.WSSecurityException
- on a failed validationprotected 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