#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual NameIdentifier * | cloneNameIdentifier () 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 * | getFormat () const =0 |
Returns the Format attribute. | |
virtual void | setFormat (const XMLCh *Format)=0 |
Sets the Format 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 | FORMAT_ATTRIB_NAME [] |
Format attribute name. | |
static const XMLCh | TYPE_NAME [] |
NameIdentifierType 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. |