Class RequestType

java.lang.Object
eu.europa.esig.saml.jaxb.ecp.RequestType

public class RequestType extends Object

Java class for RequestType complex type.

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

 <complexType name="RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}IDPList" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}mustUnderstand use="required""/>
       <attribute ref="{http://schemas.xmlsoap.org/soap/envelope/}actor use="required""/>
       <attribute name="ProviderName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="IsPassive" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>