#include <saml/saml2/core/Protocols.h>
Inheritance diagram for opensaml::saml2p::Response:

Public Member Functions | |
| virtual Response * | cloneResponse () const =0 |
| Type-specific clone method. | |
|
virtual xmltooling::XMLObjectChildrenList< std::vector< saml2::Assertion * > > | getAssertions ()=0 |
| Returns modifiable Assertion collection. | |
|
virtual const std::vector< saml2::Assertion * > & | getAssertions () const =0 |
| Returns reference to immutable Assertion collection. | |
|
virtual xmltooling::XMLObjectChildrenList< std::vector< saml2::EncryptedAssertion * > > | getEncryptedAssertions ()=0 |
| Returns modifiable EncryptedAssertion collection. | |
|
virtual const std::vector< saml2::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 [] |
| ResponseType local name. | |
1.4.7