#include <saml/saml2/core/Protocols.h>

Public Member Functions | |
| virtual AuthnQuery * | cloneAuthnQuery () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getSessionIndex () const =0 |
| Returns the SessionIndex attribute. | |
| virtual void | setSessionIndex (const XMLCh *SessionIndex)=0 |
| Sets the SessionIndex attribute. | |
| virtual RequestedAuthnContext * | getRequestedAuthnContext () const =0 |
| Returns the RequestedAuthnContext child. | |
| virtual void | setRequestedAuthnContext (RequestedAuthnContext *child)=0 |
| Sets the RequestedAuthnContext child. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | SESSIONINDEX_ATTRIB_NAME [] |
| SessionIndex attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| AuthnQueryType local name. | |
| virtual AuthnQuery* opensaml::saml2p::AuthnQuery::cloneAuthnQuery | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* opensaml::saml2p::AuthnQuery::getSessionIndex | ( | ) | const [pure virtual] |
Returns the SessionIndex attribute.
| virtual void opensaml::saml2p::AuthnQuery::setSessionIndex | ( | const XMLCh * | SessionIndex | ) | [pure virtual] |
Sets the SessionIndex attribute.
| virtual RequestedAuthnContext* opensaml::saml2p::AuthnQuery::getRequestedAuthnContext | ( | ) | const [pure virtual] |
Returns the RequestedAuthnContext child.
| virtual void opensaml::saml2p::AuthnQuery::setRequestedAuthnContext | ( | RequestedAuthnContext * | child | ) | [pure virtual] |
Sets the RequestedAuthnContext child.
1.5.6