com.sun.xml.wss.saml
Interface SubjectConfirmation


public interface SubjectConfirmation

The SubjectConfirmation element specifies a subject by specifying data that authenticates the subject.

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

 <complexType name="SubjectConfirmationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}ConfirmationMethod" maxOccurs="unbounded"/>
         <element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectConfirmationData" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 




Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.