#include <saml/saml2/core/Protocols.h>
Inheritance diagram for opensaml::saml2p::AssertionIDRequest:
Public Member Functions | |
virtual AssertionIDRequest * | cloneAssertionIDRequest () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< saml2::AssertionIDRef * > > | getAssertionIDRefs ()=0 |
Returns modifiable AssertionIDRef collection. | |
virtual const std::vector< saml2::AssertionIDRef * > & | getAssertionIDRefs () const =0 |
Returns reference to immutable AssertionIDRef collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
AssertionIDRequest local name. |