#include <saml/saml2/core/Protocols.h>
Public Member Functions | |
virtual Scoping * | cloneScoping () const =0 |
Type-specific clone method. | |
virtual std::pair< bool, int > | getProxyCount () const =0 |
Returns the ProxyCount attribute after a NULL indicator. | |
virtual void | setProxyCount (const XMLCh *ProxyCount)=0 |
Sets the ProxyCount attribute using a string value. | |
virtual void | setProxyCount (int ProxyCount)=0 |
Sets the ProxyCount attribute. | |
virtual IDPList * | getIDPList () const =0 |
Returns the IDPList child. | |
virtual void | setIDPList (IDPList *child)=0 |
Sets the IDPList child. | |
virtual xmltooling::XMLObjectChildrenList < std::vector< RequesterID * > > | getRequesterIDs ()=0 |
Returns modifiable RequesterID collection. | |
virtual const std::vector < RequesterID * > & | getRequesterIDs () const =0 |
Returns reference to immutable RequesterID collection. | |
Static Public Attributes | |
static const XMLCh | LOCAL_NAME [] |
Element local name. | |
static const XMLCh | PROXYCOUNT_ATTRIB_NAME [] |
ProxyCount attribute name. | |
static const XMLCh | TYPE_NAME [] |
ScopingType local name. |
virtual Scoping* opensaml::saml2p::Scoping::cloneScoping | ( | ) | const [pure virtual] |
Type-specific clone method.
virtual std::pair<bool,int> opensaml::saml2p::Scoping::getProxyCount | ( | ) | const [pure virtual] |
Returns the ProxyCount attribute after a NULL indicator.
virtual void opensaml::saml2p::Scoping::setProxyCount | ( | const XMLCh * | ProxyCount | ) | [pure virtual] |
Sets the ProxyCount attribute using a string value.
virtual void opensaml::saml2p::Scoping::setProxyCount | ( | int | ProxyCount | ) | [pure virtual] |
Sets the ProxyCount attribute.
virtual IDPList* opensaml::saml2p::Scoping::getIDPList | ( | ) | const [pure virtual] |
Returns the IDPList child.
virtual void opensaml::saml2p::Scoping::setIDPList | ( | IDPList * | child | ) | [pure virtual] |
Sets the IDPList child.
virtual xmltooling::XMLObjectChildrenList< std::vector< RequesterID *> > opensaml::saml2p::Scoping::getRequesterIDs | ( | ) | [pure virtual] |
Returns modifiable RequesterID collection.
virtual const std::vector< RequesterID *>& opensaml::saml2p::Scoping::getRequesterIDs | ( | ) | const [pure virtual] |
Returns reference to immutable RequesterID collection.