public class AbstractNameIDType extends AbstractSAMLObject implements NameIDType
NameIDType.EMAIL, ENCRYPTED, ENTITY, FORMAT_ATTRIB_NAME, KERBEROS, NAME_QUALIFIER_ATTRIB_NAME, PERSISTENT, SP_NAME_QUALIFIER_ATTRIB_NAME, SPPROVIDED_ID_ATTRIB_NAME, TRANSIENT, UNSPECIFIED, WIN_DOMAIN_QUALIFIED, X509_SUBJECT| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNameIDType(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
Gets the format of the NameID.
|
String |
getNameQualifier()
Gets the NameQualifier value.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
String |
getSPNameQualifier()
Gets the SPNameQualifier value.
|
String |
getSPProvidedID()
Gets the SPProvidedID of this NameID.
|
String |
getValue()
Gets the value of this type.
|
void |
setFormat(String newFormat)
Sets the format of the NameID.
|
void |
setNameQualifier(String newNameQualifier)
Sets the NameQualifier value.
|
void |
setSPNameQualifier(String newSPNameQualifier)
Sets the SPNameQualifier value.
|
void |
setSPProvidedID(String newSPProvidedID)
Sets the SPProvddedID of this NameID.
|
void |
setValue(String newName)
Sets the value of this type.
|
equals, hashCode, prepareForAssignmentdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeprotected AbstractNameIDType(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 namespacepublic String getValue()
getValue in interface NameIDTypepublic void setValue(String newName)
setValue in interface NameIDTypenewName - the value of this typepublic String getNameQualifier()
getNameQualifier in interface NameIDTypepublic void setNameQualifier(String newNameQualifier)
setNameQualifier in interface NameIDTypenewNameQualifier - the NameQualifier valuepublic String getSPNameQualifier()
getSPNameQualifier in interface NameIDTypepublic void setSPNameQualifier(String newSPNameQualifier)
setSPNameQualifier in interface NameIDTypenewSPNameQualifier - the SPNameQualifier valuepublic String getFormat()
getFormat in interface NameIDTypepublic void setFormat(String newFormat)
setFormat in interface NameIDTypenewFormat - the format of the NameIDpublic String getSPProvidedID()
getSPProvidedID in interface NameIDTypepublic void setSPProvidedID(String newSPProvidedID)
setSPProvidedID in interface NameIDTypenewSPProvidedID - the SPProvidedID of this NameIDpublic List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObjectCopyright © 2021. All rights reserved.