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

Public Member Functions | |
| virtual AuthenticationQuery * | cloneAuthenticationQuery () const =0 |
| Type-specific clone method. | |
| virtual const XMLCh * | getAuthenticationMethod () const =0 |
| Returns the AuthenticationMethod attribute. | |
| virtual void | setAuthenticationMethod (const XMLCh *AuthenticationMethod)=0 |
| Sets the AuthenticationMethod attribute. | |
Static Public Attributes | |
| static const XMLCh | LOCAL_NAME [] |
| Element local name. | |
| static const XMLCh | AUTHENTICATIONMETHOD_ATTRIB_NAME [] |
| AuthenticationMethod attribute name. | |
| static const XMLCh | TYPE_NAME [] |
| AuthenticationQueryType local name. | |
| virtual AuthenticationQuery* opensaml::saml1p::AuthenticationQuery::cloneAuthenticationQuery | ( | ) | const [pure virtual] |
Type-specific clone method.
| virtual const XMLCh* opensaml::saml1p::AuthenticationQuery::getAuthenticationMethod | ( | ) | const [pure virtual] |
Returns the AuthenticationMethod attribute.
| virtual void opensaml::saml1p::AuthenticationQuery::setAuthenticationMethod | ( | const XMLCh * | AuthenticationMethod | ) | [pure virtual] |
Sets the AuthenticationMethod attribute.
1.5.6