#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. | |
| virtual Subject* opensaml::saml1::Subject::cloneSubject | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual NameIdentifier* opensaml::saml1::Subject::getNameIdentifier | ( | ) | const [pure virtual] |
Returns the NameIdentifier child.
| virtual void opensaml::saml1::Subject::setNameIdentifier | ( | NameIdentifier * | child | ) | [pure virtual] |
Sets the NameIdentifier child.
| virtual SubjectConfirmation* opensaml::saml1::Subject::getSubjectConfirmation | ( | ) | const [pure virtual] |
Returns the SubjectConfirmation child.
| virtual void opensaml::saml1::Subject::setSubjectConfirmation | ( | SubjectConfirmation * | child | ) | [pure virtual] |
Sets the SubjectConfirmation child.
1.5.6