Class NameIDPolicyType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowCreateprotected URIformatprotected StringspNameQualifier
-
Constructor Summary
Constructors Constructor Description NameIDPolicyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetFormat()Gets the value of the format property.StringgetSPNameQualifier()Gets the value of the spNameQualifier property.BooleanisAllowCreate()Gets the value of the allowCreate property.voidsetAllowCreate(Boolean value)Sets the value of the allowCreate property.voidsetFormat(URI value)Sets the value of the format property.voidsetSPNameQualifier(String value)Sets the value of the spNameQualifier property.
-
-
-
Method Detail
-
getFormat
public URI getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(URI value)
Sets the value of the format property.- Parameters:
value- allowed object isString
-
getSPNameQualifier
public String getSPNameQualifier()
Gets the value of the spNameQualifier property.- Returns:
- possible object is
String
-
setSPNameQualifier
public void setSPNameQualifier(String value)
Sets the value of the spNameQualifier property.- Parameters:
value- allowed object isString
-
isAllowCreate
public Boolean isAllowCreate()
Gets the value of the allowCreate property.- Returns:
- possible object is
Boolean
-
-