Class NameIDPolicyType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.NameIDPolicyType
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the format property.Gets the value of the spNameQualifier property.Gets the value of the allowCreate property.void
setAllowCreate
(Boolean value) Sets the value of the allowCreate property.void
Sets the value of the format property.void
setSPNameQualifier
(String value) Sets the value of the spNameQualifier property.
-
Field Details
-
format
-
spNameQualifier
-
allowCreate
-
-
Constructor Details
-
NameIDPolicyType
public NameIDPolicyType()
-
-
Method Details
-
getFormat
-
setFormat
-
getSPNameQualifier
-
setSPNameQualifier
-
isAllowCreate
-
setAllowCreate
-