#include <saml/saml2/metadata/Metadata.h>
Inheritance diagram for opensaml::saml2md::SSODescriptorType:

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. | |
1.4.7