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

Public Member Functions | |
| virtual Response * | cloneResponse () const =0 |
| Type-specific clone method. | |
| virtual Status * | getStatus () const =0 |
| Returns the Status child. | |
| virtual void | setStatus (Status *child)=0 |
| Sets the Status child. | |
|
virtual xmltooling::XMLObjectChildrenList< std::vector< saml1::Assertion * > > | getAssertions ()=0 |
| Returns modifiable Assertion collection. | |
|
virtual const std::vector< saml1::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 [] |
| ResponseType local name. | |
1.4.7