|
||||||||||
| 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.AbstractNameIDType
public class AbstractNameIDType
Abstract implementation of NameIDType.
| Field Summary | |
|---|---|
private String |
format
Format of the Name ID. |
private String |
name
Name of the Name ID. |
private String |
nameQualifier
Name Qualifier of the Name ID. |
private String |
spNameQualifier
SP Name Qualifier of the Name ID. |
private String |
spProvidedID
SP ProvidedID of the NameID. |
| Fields inherited from interface org.opensaml.saml2.core.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 |
| Constructor Summary | |
|---|---|
protected |
AbstractNameIDType(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
| Method Summary | |
|---|---|
String |
getFormat()
Gets the format of the NameID. |
String |
getNameQualifier()
Gets the NameQualifier value. |
List<XMLObject> |
getOrderedChildren()
|
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. |
| 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.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 name
private String nameQualifier
private String spNameQualifier
private String format
private String spProvidedID
| Constructor Detail |
|---|
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 namespace| Method Detail |
|---|
public 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 XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||