Class NameIDPolicyType

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

public class NameIDPolicyType extends Object

Java class for NameIDPolicyType complex type.

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

 <complexType name="NameIDPolicyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="SPNameQualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="AllowCreate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>