#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. |
virtual Advice* opensaml::saml2::Advice::cloneAdvice | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionIDRef *> > opensaml::saml2::Advice::getAssertionIDRefs | ( | ) | [pure virtual] |
Returns modifiable AssertionIDRef collection.
virtual const std::vector< AssertionIDRef *>& opensaml::saml2::Advice::getAssertionIDRefs | ( | ) | const [pure virtual] |
Returns reference to immutable AssertionIDRef collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionURIRef *> > opensaml::saml2::Advice::getAssertionURIRefs | ( | ) | [pure virtual] |
Returns modifiable AssertionURIRef collection.
virtual const std::vector< AssertionURIRef *>& opensaml::saml2::Advice::getAssertionURIRefs | ( | ) | const [pure virtual] |
Returns reference to immutable AssertionURIRef collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< Assertion *> > opensaml::saml2::Advice::getAssertions | ( | ) | [pure virtual] |
Returns modifiable Assertion collection.
virtual const std::vector< Assertion *>& opensaml::saml2::Advice::getAssertions | ( | ) | const [pure virtual] |
Returns reference to immutable Assertion collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< EncryptedAssertion *> > opensaml::saml2::Advice::getEncryptedAssertions | ( | ) | [pure virtual] |
Returns modifiable EncryptedAssertion collection.
virtual const std::vector< EncryptedAssertion *>& opensaml::saml2::Advice::getEncryptedAssertions | ( | ) | const [pure virtual] |
Returns reference to immutable EncryptedAssertion collection.