#include <saml/saml2/core/Assertions.h>
Public Member Functions | |
| virtual Subject * | cloneSubject () const =0 |
| Type-specific clone method. | |
| virtual BaseID * | getBaseID () const =0 |
| Returns the BaseID child. | |
| virtual void | setBaseID (BaseID *child)=0 |
| Sets the BaseID child. | |
| virtual NameID * | getNameID () const =0 |
| Returns the NameID child. | |
| virtual void | setNameID (NameID *child)=0 |
| Sets the NameID child. | |
| virtual EncryptedID * | getEncryptedID () const =0 |
| Returns the EncryptedID child. | |
| virtual void | setEncryptedID (EncryptedID *child)=0 |
| Sets the EncryptedID child. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < SubjectConfirmation * > > | getSubjectConfirmations ()=0 |
| Returns modifiable SubjectConfirmation collection. | |
| virtual const std::vector < SubjectConfirmation * > & | getSubjectConfirmations () const =0 |
| Returns reference to immutable SubjectConfirmation collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| SubjectType local name. | |
| virtual Subject* opensaml::saml2::Subject::cloneSubject | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual BaseID* opensaml::saml2::Subject::getBaseID | ( | ) | const [pure virtual] |
Returns the BaseID child.
| virtual void opensaml::saml2::Subject::setBaseID | ( | BaseID * | child | ) | [pure virtual] |
Sets the BaseID child.
| virtual NameID* opensaml::saml2::Subject::getNameID | ( | ) | const [pure virtual] |
Returns the NameID child.
| virtual void opensaml::saml2::Subject::setNameID | ( | NameID * | child | ) | [pure virtual] |
Sets the NameID child.
| virtual EncryptedID* opensaml::saml2::Subject::getEncryptedID | ( | ) | const [pure virtual] |
Returns the EncryptedID child.
| virtual void opensaml::saml2::Subject::setEncryptedID | ( | EncryptedID * | child | ) | [pure virtual] |
Sets the EncryptedID child.
| virtual xmltooling::XMLObjectChildrenList< std::vector< SubjectConfirmation *> > opensaml::saml2::Subject::getSubjectConfirmations | ( | ) | [pure virtual] |
Returns modifiable SubjectConfirmation collection.
| virtual const std::vector< SubjectConfirmation *>& opensaml::saml2::Subject::getSubjectConfirmations | ( | ) | const [pure virtual] |
Returns reference to immutable SubjectConfirmation collection.
1.5.6