#include <saml/saml2/core/Protocols.h>
Public Member Functions | |
| virtual IDPList * | cloneIDPList () const =0 |
| Type-specific clone method. | |
| virtual xmltooling::XMLObjectChildrenList < std::vector< IDPEntry * > > | getIDPEntrys ()=0 |
| Returns modifiable IDPEntry collection. | |
| virtual const std::vector < IDPEntry * > & | getIDPEntrys () const =0 |
| Returns reference to immutable IDPEntry collection. | |
| virtual GetComplete * | getGetComplete () const =0 |
| Returns the GetComplete child. | |
| virtual void | setGetComplete (GetComplete *child)=0 |
| Sets the GetComplete child. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | TYPE_NAME [] |
| IDPListType local name. | |
| virtual IDPList* opensaml::saml2p::IDPList::cloneIDPList | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual xmltooling::XMLObjectChildrenList< std::vector< IDPEntry *> > opensaml::saml2p::IDPList::getIDPEntrys | ( | ) | [pure virtual] |
Returns modifiable IDPEntry collection.
| virtual const std::vector< IDPEntry *>& opensaml::saml2p::IDPList::getIDPEntrys | ( | ) | const [pure virtual] |
Returns reference to immutable IDPEntry collection.
| virtual GetComplete* opensaml::saml2p::IDPList::getGetComplete | ( | ) | const [pure virtual] |
Returns the GetComplete child.
| virtual void opensaml::saml2p::IDPList::setGetComplete | ( | GetComplete * | child | ) | [pure virtual] |
Sets the GetComplete child.
1.5.6