#include <saml/saml2/core/Assertions.h>
Public Member Functions | |
virtual DelegationRestrictionType * | cloneDelegationRestrictionType () const =0 |
Type-specific clone method. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< Delegate * > > | getDelegates ()=0 |
Returns modifiable Delegate collection. | |
virtual const std::vector < Delegate * > & | getDelegates () const =0 |
Returns reference to immutable Delegate collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | TYPE_NAME [] |
DelegationRestrictionType local name. |
virtual DelegationRestrictionType* opensaml::saml2::DelegationRestrictionType::cloneDelegationRestrictionType | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual xmltooling::XMLObjectChildrenList< std::vector< Delegate *> > opensaml::saml2::DelegationRestrictionType::getDelegates | ( | ) | [pure virtual] |
Returns modifiable Delegate collection.
virtual const std::vector< Delegate *>& opensaml::saml2::DelegationRestrictionType::getDelegates | ( | ) | const [pure virtual] |
Returns reference to immutable Delegate collection.