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
Fields -
Constructor Summary
Constructors -
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.voidsetAllowCreate(Boolean value) Sets the value of the allowCreate property.voidSets the value of the format property.voidsetSPNameQualifier(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
-