#include <saml/saml2/core/Assertions.h>
Inheritance diagram for opensaml::saml2::DelegationRestrictionType:
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. |