#include <saml/saml2/core/Protocols.h>
Public Member Functions | |
| virtual IDPEntry * | cloneIDPEntry () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getProviderID () const =0 |
| Returns the ProviderID attribute. | |
| virtual void | setProviderID (const XMLCh *ProviderID)=0 |
| Sets the ProviderID attribute. | |
| virtual const XMLCh * | getName () const =0 |
| Returns the Name attribute. | |
| virtual void | setName (const XMLCh *Name)=0 |
| Sets the Name attribute. | |
| virtual const XMLCh * | getLoc () const =0 |
| Returns the Loc attribute. | |
| virtual void | setLoc (const XMLCh *Loc)=0 |
| Sets the Loc attribute. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | PROVIDERID_ATTRIB_NAME [] |
| ProviderID attribute name. | |
| static const XMLCh | NAME_ATTRIB_NAME [] |
| Name attribute name. | |
| static const XMLCh | LOC_ATTRIB_NAME [] |
| Loc attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| IDPEntryType local name. | |
| virtual IDPEntry* opensaml::saml2p::IDPEntry::cloneIDPEntry | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* opensaml::saml2p::IDPEntry::getProviderID | ( | ) | const [pure virtual] |
Returns the ProviderID attribute.
| virtual void opensaml::saml2p::IDPEntry::setProviderID | ( | const XMLCh * | ProviderID | ) | [pure virtual] |
Sets the ProviderID attribute.
| virtual const XMLCh* opensaml::saml2p::IDPEntry::getName | ( | ) | const [pure virtual] |
Returns the Name attribute.
| virtual void opensaml::saml2p::IDPEntry::setName | ( | const XMLCh * | Name | ) | [pure virtual] |
Sets the Name attribute.
| virtual const XMLCh* opensaml::saml2p::IDPEntry::getLoc | ( | ) | const [pure virtual] |
Returns the Loc attribute.
| virtual void opensaml::saml2p::IDPEntry::setLoc | ( | const XMLCh * | Loc | ) | [pure virtual] |
Sets the Loc attribute.
1.5.6