#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::QueryDescriptorType:
Public Member Functions | |
virtual QueryDescriptorType * | cloneQueryDescriptorType () const =0 |
Type-specific clone method. | |
bool | WantAssertionsSigned () const |
Returns the WantAssertionsSigned attribute or false if not set. | |
virtual xmlconstants::xmltooling_bool_t | getWantAssertionsSigned () const =0 |
Returns the WantAssertionsSigned attribute as an explicit enumerated value. | |
virtual void | WantAssertionsSigned (xmlconstants::xmltooling_bool_t value)=0 |
Sets the WantAssertionsSigned attribute using an enumerated value. | |
void | WantAssertionsSigned (bool value) |
Sets the WantAssertionsSigned attribute. | |
void | setWantAssertionsSigned (const XMLCh *value) |
Sets the WantAssertionsSigned attribute using a string constant. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< NameIDFormat * > > | getNameIDFormats ()=0 |
Returns modifiable NameIDFormat collection. | |
virtual const std::vector< NameIDFormat * > & | getNameIDFormats () const =0 |
Returns reference to immutable NameIDFormat collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | WANTASSERTIONSSIGNED_ATTRIB_NAME [] |
WantAssertionsSigned attribute name. | |
static const XMLCh | TYPE_NAME [] |
QueryDescriptorType local name. |