Interface SAMLAssertionValidator

All Known Subinterfaces:
SAMLValidator

@Deprecated public interface SAMLAssertionValidator
Deprecated.
use the new extended SAMLValidator interface An implementation of the extended SAMLValidator interface can throw UnsupportedOperationException for methods defined in this base interface.
  • Method Details

    • validate

      void validate(Element assertion)
      Deprecated.
      SAML validator.
      Parameters:
      assertion - the assertion to be validated successful validation.
    • validate

      void validate(XMLStreamReader assertion)
      Deprecated.
      SAML validator.
      Parameters:
      assertion - the assertion to be validated successful validation.