</listitem>
</varlistentry>
+ <varlistentry>
+ <term id="zoom-torus-contentAuthentication">contentAuthentication</term><listitem>
+ <para>
+ Specifies authentication info to be passed to a content connector.
+ This is only used if content-user and content-password are omitted.
+ </para>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="zoom-torus-contentConnector">
<term>contentConnector</term><listitem>
<para>
public:
std::string authentication;
std::string authenticationMode;
+ std::string contentAuthentication;
std::string cfAuth;
std::string cfProxy;
std::string cfSubDB;
s->authenticationMode = mp::xml::get_text(ptr);
}
else if (!strcmp((const char *) ptr->name,
+ "contentAuthentication"))
+ {
+ s->contentAuthentication = mp::xml::get_text(ptr);
+ }
+ else if (!strcmp((const char *) ptr->name,
"cfAuth"))
{
s->cfAuth = mp::xml::get_text(ptr);
maximumRecords > 0 */
b->set_option("piggyback", sptr->piggyback ? "1" : "0");
+ if (content_authentication.length() == 0)
+ content_authentication = sptr->contentAuthentication;
+
if (authentication.length() == 0)
authentication = sptr->authentication;
element mp:cclmap_su { xsd:string }?,
element mp:cclmap_term { xsd:string }?,
element mp:cclmap_ti { xsd:string }?,
+ element mp:contentAuthentication { xsd:string }?,
element mp:elementSet { xsd:string }?,
element mp:recordEncoding { xsd:string }?,
element mp:requestSyntax { xsd:string }?,