#include <saml/saml1/core/Assertions.h>
Public Member Functions | |
virtual Advice * | cloneAdvice () 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 [] |
AdviceType local name. |
virtual Advice* opensaml::saml1::Advice::cloneAdvice | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionIDReference *> > opensaml::saml1::Advice::getAssertionIDReferences | ( | ) | [pure virtual] |
Returns modifiable AssertionIDReference collection.
virtual const std::vector< AssertionIDReference *>& opensaml::saml1::Advice::getAssertionIDReferences | ( | ) | const [pure virtual] |
Returns reference to immutable AssertionIDReference collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< Assertion *> > opensaml::saml1::Advice::getAssertions | ( | ) | [pure virtual] |
Returns modifiable Assertion collection.
virtual const std::vector< Assertion *>& opensaml::saml1::Advice::getAssertions | ( | ) | const [pure virtual] |
Returns reference to immutable Assertion collection.