#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
virtual SSODescriptorType * | cloneSSODescriptorType () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList < std::vector < ArtifactResolutionService * > > | getArtifactResolutionServices ()=0 |
Returns modifiable ArtifactResolutionService collection. | |
virtual const std::vector < ArtifactResolutionService * > & | getArtifactResolutionServices () const =0 |
Returns reference to immutable ArtifactResolutionService collection. | |
virtual xmltooling::XMLObjectChildrenList < std::vector < SingleLogoutService * > > | getSingleLogoutServices ()=0 |
Returns modifiable SingleLogoutService collection. | |
virtual const std::vector < SingleLogoutService * > & | getSingleLogoutServices () const =0 |
Returns reference to immutable SingleLogoutService collection. | |
virtual xmltooling::XMLObjectChildrenList < std::vector < ManageNameIDService * > > | getManageNameIDServices ()=0 |
Returns modifiable ManageNameIDService collection. | |
virtual const std::vector < ManageNameIDService * > & | getManageNameIDServices () const =0 |
Returns reference to immutable ManageNameIDService collection. | |
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 | TYPE_NAME [] |
SSODescriptorType local name. |
virtual SSODescriptorType* opensaml::saml2md::SSODescriptorType::cloneSSODescriptorType | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< ArtifactResolutionService *> > opensaml::saml2md::SSODescriptorType::getArtifactResolutionServices | ( | ) | [pure virtual] |
Returns modifiable ArtifactResolutionService collection.
virtual const std::vector< ArtifactResolutionService *>& opensaml::saml2md::SSODescriptorType::getArtifactResolutionServices | ( | ) | const [pure virtual] |
Returns reference to immutable ArtifactResolutionService collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< SingleLogoutService *> > opensaml::saml2md::SSODescriptorType::getSingleLogoutServices | ( | ) | [pure virtual] |
Returns modifiable SingleLogoutService collection.
virtual const std::vector< SingleLogoutService *>& opensaml::saml2md::SSODescriptorType::getSingleLogoutServices | ( | ) | const [pure virtual] |
Returns reference to immutable SingleLogoutService collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< ManageNameIDService *> > opensaml::saml2md::SSODescriptorType::getManageNameIDServices | ( | ) | [pure virtual] |
Returns modifiable ManageNameIDService collection.
virtual const std::vector< ManageNameIDService *>& opensaml::saml2md::SSODescriptorType::getManageNameIDServices | ( | ) | const [pure virtual] |
Returns reference to immutable ManageNameIDService collection.
virtual xmltooling::XMLObjectChildrenList< std::vector< NameIDFormat *> > opensaml::saml2md::SSODescriptorType::getNameIDFormats | ( | ) | [pure virtual] |
Returns modifiable NameIDFormat collection.
virtual const std::vector< NameIDFormat *>& opensaml::saml2md::SSODescriptorType::getNameIDFormats | ( | ) | const [pure virtual] |
Returns reference to immutable NameIDFormat collection.