#include <saml/saml2/core/Protocols.h>
Inheritance diagram for opensaml::saml2p::AuthnQuery:
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. |