Class NameIDMappingRequestType

java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestAbstractType
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.NameIDMappingRequestType

public class NameIDMappingRequestType extends RequestAbstractType

Java class for NameIDMappingRequestType complex type.

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

 <complexType name="NameIDMappingRequestType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
       <sequence>
         <choice>
           <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:protocol}NameIDPolicy"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>