java.lang.Object
com.sun.xml.wss.saml.internal.saml20.jaxb20.AdviceType
com.sun.xml.wss.saml.assertion.saml20.jaxb20.Advice
All Implemented Interfaces:
Advice

public class Advice extends AdviceType implements Advice
The Advice element contains additional information that the issuer wishes 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.
  • Field Details

    • log

      protected static final Logger log
  • Constructor Details

    • 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">;
    • Advice

      public Advice(AdviceType adviceType)
  • Method Details