#include <librets/UserAgentAuthCalculator.h>
Public Member Functions | |
void | SetUserAgent (std::string userAgent) |
Set the User Agent name. | |
void | SetUserAgentPassword (std::string userAgentPassword) |
Set the Uesr Agent Password. | |
void | SetRequestId (std::string requestId) |
Set the Requst Id. | |
void | SetSessionId (std::string sessionId) |
Set the Session Id. | |
void | SetVersionInfo (std::string versionInfo) |
Set the version information. | |
bool | HasAuthorizationValue () const |
Indicate whether or not an authorization value has been calculated. | |
std::string | AuthorizationValue () const |
Returns the Authorization Value. | |
virtual std::ostream & | Print (std::ostream &outputStream) const |
std::string | ToString () const |
virtual bool | Equals (const RetsObject *object) const |
std::string AuthorizationValue | ( | ) | const |
Returns the Authorization Value.
virtual bool Equals | ( | const RetsObject * | object | ) | const [virtual, inherited] |
bool HasAuthorizationValue | ( | ) | const |
Indicate whether or not an authorization value has been calculated.
true
indicates a valid authorization value has been calculated. virtual std::ostream& Print | ( | std::ostream & | outputStream | ) | const [virtual, inherited] |
Reimplemented in CapabilityUrls, DefaultMetadataCollector, DmqlQuery, FieldCriterion, GetObjectQuery, JunctionCriterion, LiteralCriterion, LookupCriterion, MetadataElement, NotCriterion, RetsXmlAttribute, RetsXmlEndDocumentEvent, RetsXmlEndElementEvent, RetsXmlStartElementEvent, RetsXmlTextEvent, and Uri.
void SetRequestId | ( | std::string | requestId | ) |
Set the Requst Id.
requestId | A string containing the Request ID from the http header. |
void SetSessionId | ( | std::string | sessionId | ) |
Set the Session Id.
sessionId | A string containing the Session ID from the http header. |
void SetUserAgent | ( | std::string | userAgent | ) |
Set the User Agent name.
userAgent | A string containing the User Agent Name. |
void SetUserAgentPassword | ( | std::string | userAgentPassword | ) |
Set the Uesr Agent Password.
userAgentPassword | A string containing the User Agent Password. |
void SetVersionInfo | ( | std::string | versionInfo | ) |
Set the version information.
versionInfo | A string containing the version information. |
std::string ToString | ( | ) | const [inherited] |