|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.core.impl.NameIDPolicyImpl
public class NameIDPolicyImpl
Concrete implementation of NameIDPolicy.
| Field Summary | |
|---|---|
private XSBooleanValue |
allowCreate
NameID Format URI. |
private String |
format
NameID Format URI. |
private String |
spNameQualifier
NameID Format URI. |
| Fields inherited from interface org.opensaml.saml2.core.NameIDPolicy |
|---|
ALLOW_CREATE_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, FORMAT_ATTRIB_NAME, SP_NAME_QUALIFIER_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
NameIDPolicyImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
Boolean |
getAllowCreate()
Gets the AllowCreate value. |
XSBooleanValue |
getAllowCreateXSBoolean()
Gets the AllowCreate value. |
String |
getFormat()
Gets the format of the NameIDPolicy. |
List<XMLObject> |
getOrderedChildren()
|
String |
getSPNameQualifier()
Gets the SPNameQualifier value. |
void |
setAllowCreate(Boolean newAllowCreate)
Sets the AllowCreate value. |
void |
setAllowCreate(XSBooleanValue newAllowCreate)
Sets the AllowCreate value. |
void |
setFormat(String newFormat)
Sets the format of the NameIDPolicy |
void |
setSPNameQualifier(String newSPNameQualifier)
Sets the SPNameQualifier value. |
| Methods inherited from class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, hashCode, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
private String format
private String spNameQualifier
private XSBooleanValue allowCreate
| Constructor Detail |
|---|
protected NameIDPolicyImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace| Method Detail |
|---|
public String getFormat()
getFormat in interface NameIDPolicypublic void setFormat(String newFormat)
setFormat in interface NameIDPolicynewFormat - the format of the NameIDPolicypublic String getSPNameQualifier()
getSPNameQualifier in interface NameIDPolicypublic void setSPNameQualifier(String newSPNameQualifier)
setSPNameQualifier in interface NameIDPolicynewSPNameQualifier - the SPNameQualifier valuepublic Boolean getAllowCreate()
getAllowCreate in interface NameIDPolicypublic XSBooleanValue getAllowCreateXSBoolean()
getAllowCreateXSBoolean in interface NameIDPolicypublic void setAllowCreate(Boolean newAllowCreate)
setAllowCreate in interface NameIDPolicynewAllowCreate - the AllowCreate valuepublic void setAllowCreate(XSBooleanValue newAllowCreate)
setAllowCreate in interface NameIDPolicynewAllowCreate - the AllowCreate valuepublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||