Interface Advice

  • All Known Implementing Classes:
    Advice, Advice

    public interface 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.

    The following schema fragment specifies the expected content contained within SAML Advice element.

     <complexType name="AdviceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AssertionIDReference"/>
             <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Assertion"/>
             <any/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Detail