Class SubjectConfirmationType

java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType

public class SubjectConfirmationType extends Object

Java class for SubjectConfirmationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SubjectConfirmationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}BaseID"/>
           <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
           <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/>
         </choice>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmationData" minOccurs="0"/>
       </sequence>
       <attribute name="Method" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>