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, prepareForAssignment
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
protected 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 NameIDType
public void setValue(String newName)
setValue
in interface NameIDType
newName
- the value of this typepublic String getNameQualifier()
getNameQualifier
in interface NameIDType
public void setNameQualifier(String newNameQualifier)
setNameQualifier
in interface NameIDType
newNameQualifier
- the NameQualifier valuepublic String getSPNameQualifier()
getSPNameQualifier
in interface NameIDType
public void setSPNameQualifier(String newSPNameQualifier)
setSPNameQualifier
in interface NameIDType
newSPNameQualifier
- the SPNameQualifier valuepublic String getFormat()
getFormat
in interface NameIDType
public void setFormat(String newFormat)
setFormat
in interface NameIDType
newFormat
- the format of the NameIDpublic String getSPProvidedID()
getSPProvidedID
in interface NameIDType
public void setSPProvidedID(String newSPProvidedID)
setSPProvidedID
in interface NameIDType
newSPProvidedID
- the SPProvidedID of this NameIDpublic List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 2018 JBoss by Red Hat. All rights reserved.