#include <saml/saml2/metadata/Metadata.h>
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. |
virtual IDPSSODescriptor* opensaml::saml2md::IDPSSODescriptor::cloneIDPSSODescriptor | ( | ) | const [pure virtual] |
Type-specific clone method.
bool opensaml::saml2md::IDPSSODescriptor::WantAuthnRequestsSigned | ( | ) | const [inline] |
Returns the WantAuthnRequestsSigned attribute or false if not set.
virtual xmlconstants::xmltooling_bool_t opensaml::saml2md::IDPSSODescriptor::getWantAuthnRequestsSigned | ( | ) | const [pure virtual] |
Returns the WantAuthnRequestsSigned attribute as an explicit enumerated value.
virtual void opensaml::saml2md::IDPSSODescriptor::WantAuthnRequestsSigned | ( | xmlconstants::xmltooling_bool_t | value | ) | [pure virtual] |
Sets the WantAuthnRequestsSigned attribute using an enumerated value.
void opensaml::saml2md::IDPSSODescriptor::WantAuthnRequestsSigned | ( | bool | value | ) | [inline] |
Sets the WantAuthnRequestsSigned attribute.
void opensaml::saml2md::IDPSSODescriptor::setWantAuthnRequestsSigned | ( | const XMLCh * | value | ) | [inline] |
Sets the WantAuthnRequestsSigned attribute using a string constant.
virtual xmltooling::XMLObjectChildrenList< std::vector< SingleSignOnService *> > opensaml::saml2md::IDPSSODescriptor::getSingleSignOnServices | ( | ) | [pure virtual] |
Returns modifiable SingleSignOnService collection.
virtual const std::vector< SingleSignOnService *>& opensaml::saml2md::IDPSSODescriptor::getSingleSignOnServices | ( | ) | const [pure virtual] |
Returns reference to immutable SingleSignOnService collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< NameIDMappingService *> > opensaml::saml2md::IDPSSODescriptor::getNameIDMappingServices | ( | ) | [pure virtual] |
Returns modifiable NameIDMappingService collection.
virtual const std::vector< NameIDMappingService *>& opensaml::saml2md::IDPSSODescriptor::getNameIDMappingServices | ( | ) | const [pure virtual] |
Returns reference to immutable NameIDMappingService collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< AssertionIDRequestService *> > opensaml::saml2md::IDPSSODescriptor::getAssertionIDRequestServices | ( | ) | [pure virtual] |
Returns modifiable AssertionIDRequestService collection.
virtual const std::vector< AssertionIDRequestService *>& opensaml::saml2md::IDPSSODescriptor::getAssertionIDRequestServices | ( | ) | const [pure virtual] |
Returns reference to immutable AssertionIDRequestService collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< AttributeProfile *> > opensaml::saml2md::IDPSSODescriptor::getAttributeProfiles | ( | ) | [pure virtual] |
Returns modifiable AttributeProfile collection.
virtual const std::vector< AttributeProfile *>& opensaml::saml2md::IDPSSODescriptor::getAttributeProfiles | ( | ) | const [pure virtual] |
Returns reference to immutable AttributeProfile collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< saml2 :: Attribute *> > opensaml::saml2md::IDPSSODescriptor::getAttributes | ( | ) | [pure virtual] |
Returns modifiable Attribute collection.
virtual const std::vector< saml2 :: Attribute *>& opensaml::saml2md::IDPSSODescriptor::getAttributes | ( | ) | const [pure virtual] |
Returns reference to immutable Attribute collection.