#include <saml/saml2/core/Protocols.h>
Public Member Functions | |
virtual AttributeQuery * | cloneAttributeQuery () 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. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
AttributeQueryType local name. |
virtual AttributeQuery* opensaml::saml2p::AttributeQuery::cloneAttributeQuery | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< saml2 :: Attribute *> > opensaml::saml2p::AttributeQuery::getAttributes | ( | ) | [pure virtual] |
Returns modifiable Attribute collection.
virtual const std::vector< saml2 :: Attribute *>& opensaml::saml2p::AttributeQuery::getAttributes | ( | ) | const [pure virtual] |
Returns reference to immutable Attribute collection.