#include <saml/saml2/core/Assertions.h>
Public Member Functions | |
virtual Advice * | cloneAdvice () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionIDRef * > > | getAssertionIDRefs ()=0 |
Returns modifiable AssertionIDRef collection. | |
virtual const std::vector< AssertionIDRef * > & | getAssertionIDRefs () const =0 |
Returns reference to immutable AssertionIDRef collection. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionURIRef * > > | getAssertionURIRefs ()=0 |
Returns modifiable AssertionURIRef collection. | |
virtual const std::vector< AssertionURIRef * > & | getAssertionURIRefs () const =0 |
Returns reference to immutable AssertionURIRef 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. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< EncryptedAssertion * > > | getEncryptedAssertions ()=0 |
Returns modifiable EncryptedAssertion collection. | |
virtual const std::vector< EncryptedAssertion * > & | getEncryptedAssertions () const =0 |
Returns reference to immutable EncryptedAssertion collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
AdviceType local name. |