Class NameIDMappingResponseType

java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusResponseType
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.NameIDMappingResponseType

public class NameIDMappingResponseType extends StatusResponseType

Java class for NameIDMappingResponseType complex type.

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

 <complexType name="NameIDMappingResponseType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType">
       <choice>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NameIDMappingResponseType

      public NameIDMappingResponseType()
  • Method Details