#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. | |
1.4.7