#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
| virtual Evidence * | cloneEvidence () const =0 |
| Type-specific clone method. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < AssertionIDReference * > > | getAssertionIDReferences ()=0 |
| Returns modifiable AssertionIDReference collection. | |
| virtual const std::vector < AssertionIDReference * > & | getAssertionIDReferences () const =0 |
| Returns reference to immutable AssertionIDReference collection. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector< Assertion * > > | getAssertions ()=0 |
| Returns modifiable Assertion collection. | |
| virtual const std::vector < Assertion * > & | getAssertions () const =0 |
| Returns reference to immutable Assertion collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| EvidenceType local name. | |
| virtual Evidence* opensaml::saml1::Evidence::cloneEvidence | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionIDReference *> > opensaml::saml1::Evidence::getAssertionIDReferences | ( | ) | [pure virtual] |
Returns modifiable AssertionIDReference collection.
| virtual const std::vector< AssertionIDReference *>& opensaml::saml1::Evidence::getAssertionIDReferences | ( | ) | const [pure virtual] |
Returns reference to immutable AssertionIDReference collection.
| virtual xmltooling::XMLObjectChildrenList< std::vector< Assertion *> > opensaml::saml1::Evidence::getAssertions | ( | ) | [pure virtual] |
Returns modifiable Assertion collection.
| virtual const std::vector< Assertion *>& opensaml::saml1::Evidence::getAssertions | ( | ) | const [pure virtual] |
Returns reference to immutable Assertion collection.
1.5.6