#include <saml/saml2/metadata/Metadata.h>
Public Member Functions | |
| virtual EntityAttributes * | cloneEntityAttributes () const =0 |
| Type-specific clone method. | |
| 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. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector < saml2::Assertion * > > | getAssertions ()=0 |
| Returns modifiable Assertion collection. | |
| virtual const std::vector < saml2::Assertion * > & | getAssertions () const =0 |
| Returns reference to immutable Assertion collection. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| EntityAttributesType local name. | |
| virtual EntityAttributes* opensaml::saml2md::EntityAttributes::cloneEntityAttributes | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual xmltooling::XMLObjectChildrenList< std::vector< saml2 :: Attribute *> > opensaml::saml2md::EntityAttributes::getAttributes | ( | ) | [pure virtual] |
Returns modifiable Attribute collection.
| virtual const std::vector< saml2 :: Attribute *>& opensaml::saml2md::EntityAttributes::getAttributes | ( | ) | const [pure virtual] |
Returns reference to immutable Attribute collection.
| virtual xmltooling::XMLObjectChildrenList< std::vector< saml2 :: Assertion *> > opensaml::saml2md::EntityAttributes::getAssertions | ( | ) | [pure virtual] |
Returns modifiable Assertion collection.
| virtual const std::vector< saml2 :: Assertion *>& opensaml::saml2md::EntityAttributes::getAssertions | ( | ) | const [pure virtual] |
Returns reference to immutable Assertion collection.
1.5.6