Class STSSamlAssertionValidator

  • All Implemented Interfaces:
    Validator

    public class STSSamlAssertionValidator
    extends SamlAssertionValidator
    This class validates a SAML Assertion by invoking the SamlAssertionValidator in WSS4J. It overrides the signature verification, so that if the signature is not trusted, it just sets a boolean. The STSTokenValidator can parse this tag and dispatch the Assertion to the STS for validation.
    • Constructor Detail

      • STSSamlAssertionValidator

        public STSSamlAssertionValidator()
    • Method Detail

      • isTrustVerificationSucceeded

        public boolean isTrustVerificationSucceeded()
        Return if trust verification on the signature of the assertion succeeded.
        Returns:
        if trust verification on the signature of the assertion succeeded