#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual Subject * | cloneSubject () const =0 |
Type-specific clone method. | |
virtual NameIdentifier * | getNameIdentifier () const =0 |
Returns the NameIdentifier child. | |
virtual void | setNameIdentifier (NameIdentifier *child)=0 |
Sets the NameIdentifier child. | |
virtual SubjectConfirmation * | getSubjectConfirmation () const =0 |
Returns the SubjectConfirmation child. | |
virtual void | setSubjectConfirmation (SubjectConfirmation *child)=0 |
Sets the SubjectConfirmation child. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
SubjectType local name. |