Class RequestedAuthnContextType

java.lang.Object
eu.europa.esig.saml.jaxb.protocol.RequestedAuthnContextType

public class RequestedAuthnContextType extends Object

Java class for RequestedAuthnContextType complex type.

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

 <complexType name="RequestedAuthnContextType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextClassRef" maxOccurs="unbounded"/>
         <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextDeclRef" maxOccurs="unbounded"/>
       </choice>
       <attribute name="Comparison" type="{urn:oasis:names:tc:SAML:2.0:protocol}AuthnContextComparisonType" />
     </restriction>
   </complexContent>
 </complexType>