|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.protocol.NameIDPolicyType
public class 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 | |
|---|---|
protected java.lang.Boolean |
allowCreate
|
protected java.lang.String |
format
|
protected java.lang.String |
spNameQualifier
|
| Constructor Summary | |
|---|---|
NameIDPolicyType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormat()
Gets the value of the format property. |
java.lang.String |
getSPNameQualifier()
Gets the value of the spNameQualifier property. |
java.lang.Boolean |
isAllowCreate()
Gets the value of the allowCreate property. |
void |
setAllowCreate(java.lang.Boolean value)
Sets the value of the allowCreate property. |
void |
setFormat(java.lang.String value)
Sets the value of the format property. |
void |
setSPNameQualifier(java.lang.String value)
Sets the value of the spNameQualifier property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String format
protected java.lang.String spNameQualifier
protected java.lang.Boolean allowCreate
| Constructor Detail |
|---|
public NameIDPolicyType()
| Method Detail |
|---|
public java.lang.String getFormat()
Stringpublic void setFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSPNameQualifier()
Stringpublic void setSPNameQualifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isAllowCreate()
Booleanpublic void setAllowCreate(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||