#include <saml/saml2/core/Assertions.h>
Inheritance diagram for opensaml::saml2::NameIDType:

Public Member Functions | |
| virtual NameIDType * | cloneNameIDType () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getNameQualifier () const =0 |
| Returns the NameQualifier attribute. | |
| virtual void | setNameQualifier (const XMLCh *NameQualifier)=0 |
| Sets the NameQualifier attribute. | |
| virtual const XMLCh * | getSPNameQualifier () const =0 |
| Returns the SPNameQualifier attribute. | |
| virtual void | setSPNameQualifier (const XMLCh *SPNameQualifier)=0 |
| Sets the SPNameQualifier attribute. | |
| virtual const XMLCh * | getFormat () const =0 |
| Returns the Format attribute. | |
| virtual void | setFormat (const XMLCh *Format)=0 |
| Sets the Format attribute. | |
| virtual const XMLCh * | getSPProvidedID () const =0 |
| Returns the SPProvidedID attribute. | |
| virtual void | setSPProvidedID (const XMLCh *SPProvidedID)=0 |
| Sets the SPProvidedID attribute. | |
| const XMLCh * | getName () const |
| Returns Name . | |
| void | setName (const XMLCh *Name) |
| Sets or clears Name . | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | NAMEQUALIFIER_ATTRIB_NAME [] |
| NameQualifier attribute name. | |
| static const XMLCh | SPNAMEQUALIFIER_ATTRIB_NAME [] |
| SPNameQualifier attribute name. | |
| static const XMLCh | FORMAT_ATTRIB_NAME [] |
| Format attribute name. | |
| static const XMLCh | SPPROVIDEDID_ATTRIB_NAME [] |
| SPProvidedID attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| NameIDType local name. | |
| static const XMLCh | UNSPECIFIED [] |
| Unspecified name format ID. | |
| static const XMLCh | EMAIL [] |
| Email address name format ID. | |
| static const XMLCh | X509_SUBJECT [] |
| X.509 subject name format ID. | |
| static const XMLCh | WIN_DOMAIN_QUALIFIED [] |
| Windows domain qualified name format ID. | |
| static const XMLCh | KERBEROS [] |
| Kerberos principal name format ID. | |
| static const XMLCh | ENTITY [] |
| Entity identifier name format ID. | |
| static const XMLCh | PERSISTENT [] |
| Persistent identifier name format ID. | |
| static const XMLCh | TRANSIENT [] |
| Transient identifier name format ID. | |
1.4.7