#include <saml/saml2/core/Assertions.h>

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. | |
| virtual NameIDType* opensaml::saml2::NameIDType::cloneNameIDType | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* opensaml::saml2::NameIDType::getNameQualifier | ( | ) | const [pure virtual] |
Returns the NameQualifier attribute.
| virtual void opensaml::saml2::NameIDType::setNameQualifier | ( | const XMLCh * | NameQualifier | ) | [pure virtual] |
Sets the NameQualifier attribute.
| virtual const XMLCh* opensaml::saml2::NameIDType::getSPNameQualifier | ( | ) | const [pure virtual] |
Returns the SPNameQualifier attribute.
| virtual void opensaml::saml2::NameIDType::setSPNameQualifier | ( | const XMLCh * | SPNameQualifier | ) | [pure virtual] |
Sets the SPNameQualifier attribute.
| virtual const XMLCh* opensaml::saml2::NameIDType::getFormat | ( | ) | const [pure virtual] |
Returns the Format attribute.
| virtual void opensaml::saml2::NameIDType::setFormat | ( | const XMLCh * | Format | ) | [pure virtual] |
Sets the Format attribute.
| virtual const XMLCh* opensaml::saml2::NameIDType::getSPProvidedID | ( | ) | const [pure virtual] |
Returns the SPProvidedID attribute.
| virtual void opensaml::saml2::NameIDType::setSPProvidedID | ( | const XMLCh * | SPProvidedID | ) | [pure virtual] |
Sets the SPProvidedID attribute.
| const XMLCh* opensaml::saml2::NameIDType::getName | ( | ) | const [inline] |
Returns Name .
| void opensaml::saml2::NameIDType::setName | ( | const XMLCh * | Name | ) | [inline] |
Sets or clears Name .
1.5.6