Class Advice


  • @SupportedAll
    public class Advice
    extends AdviceBase
    The Advice element contains additional information that the issuer wish to provide. This information MAY be ignored by applications without affecting either the semantics or validity. Advice elements MAY be specified in an extension schema.
    • Constructor Detail

      • Advice

        public Advice​(Element element)
               throws SAMLException
        Constructs an Advice element from an existing XML block.
        Parameters:
        element - representing a DOM tree element
        Throws:
        SAMLException - if there is an error in the sender or in the element definition.
      • Advice

        public Advice​(List assertionidreference,
                      List assertion,
                      List otherelement)
        Constructor
        Parameters:
        assertionidreference - A List of AssertionIDReference.
        assertion - A List of Assertion
        otherelement - A List of any element defined as any namespace="##other" processContents="lax";