com.sun.xml.wss.saml
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 Summary
 List<Object> getAdvice()
          Gets the value of the assertionIDReferenceOrAssertionOrAny property.
 

Method Detail

getAdvice

List<Object> getAdvice()
Gets the value of the assertionIDReferenceOrAssertionOrAny property.

Objects of the following type(s) are in the list Assertion String Element Object



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.