#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::IDPSSODescriptor:
Public Member Functions | |
virtual IDPSSODescriptor * | cloneIDPSSODescriptor () const =0 |
Type-specific clone method. | |
bool | WantAuthnRequestsSigned () const |
Returns the WantAuthnRequestsSigned attribute or false if not set. | |
virtual xmlconstants::xmltooling_bool_t | getWantAuthnRequestsSigned () const =0 |
Returns the WantAuthnRequestsSigned attribute as an explicit enumerated value. | |
virtual void | WantAuthnRequestsSigned (xmlconstants::xmltooling_bool_t value)=0 |
Sets the WantAuthnRequestsSigned attribute using an enumerated value. | |
void | WantAuthnRequestsSigned (bool value) |
Sets the WantAuthnRequestsSigned attribute. | |
void | setWantAuthnRequestsSigned (const XMLCh *value) |
Sets the WantAuthnRequestsSigned attribute using a string constant. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< SingleSignOnService * > > | getSingleSignOnServices ()=0 |
Returns modifiable SingleSignOnService collection. | |
virtual const std::vector< SingleSignOnService * > & | getSingleSignOnServices () const =0 |
Returns reference to immutable SingleSignOnService collection. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< NameIDMappingService * > > | getNameIDMappingServices ()=0 |
Returns modifiable NameIDMappingService collection. | |
virtual const std::vector< NameIDMappingService * > & | getNameIDMappingServices () const =0 |
Returns reference to immutable NameIDMappingService collection. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionIDRequestService * > > | getAssertionIDRequestServices ()=0 |
Returns modifiable AssertionIDRequestService collection. | |
virtual const std::vector< AssertionIDRequestService * > & | getAssertionIDRequestServices () const =0 |
Returns reference to immutable AssertionIDRequestService collection. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< AttributeProfile * > > | getAttributeProfiles ()=0 |
Returns modifiable AttributeProfile collection. | |
virtual const std::vector< AttributeProfile * > & | getAttributeProfiles () const =0 |
Returns reference to immutable AttributeProfile collection. | |
virtual xmltooling::XMLObjectChildrenList< std::vector< saml2::Attribute * > > | getAttributes ()=0 |
Returns modifiable Attribute collection. | |
virtual const std::vector< saml2::Attribute * > & | getAttributes () const =0 |
Returns reference to immutable Attribute collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | WANTAUTHNREQUESTSSIGNED_ATTRIB_NAME [] |
WantAuthnRequestsSigned attribute name. | |
static const XMLCh | TYPE_NAME [] |
IDPSSODescriptorType local name. | |
static xmltooling::QName | ELEMENT_QNAME |
Element QName. |