Class ZmCsfeCommand
Method Detail
cancel()
Cancels this request (which must be async).
<static>
ZmCsfeCommand.clearAuthToken()
Clears the auth token cookie.
<static>
{Number|Null}
ZmCsfeCommand.extractSessionId(session)
Isolates the parsing of the various forms of session types that we
might have to handle.
<static>
{ZmCsfeException}
ZmCsfeCommand.faultToEx(fault, params)
Converts a fault to an exception.
<static>
{String}
ZmCsfeCommand.getAuthToken()
Gets the auth token cookie.
<static>
{String}
ZmCsfeCommand.getMethodName(request)
Gets the method name of the given request or response.
<static>
{String}
ZmCsfeCommand.getRequestStr(params)
Gets the request string.
<static>
{String}
ZmCsfeCommand.getSessionId()
Gets the session id.
invoke(params, soapDoc, jsonObj, noAuthToken, authToken, serverUri, targetServer, useXml, noSession, changeToken, highestNotifySeen, asyncMode, callback, logRequest, accountId, accountName, skipAuthCheck, resend, useStringify1, emptyResponseOkay)
Sends a SOAP request to the server and processes the response. The request can be in the form
of a SOAP document, or a JSON object.
invokeRest(params)
Sends a REST request to the server via GET and returns the response.
<static>
ZmCsfeCommand.setAuthToken(authToken, lifetimeMs, sessionId, secure)
Sets the auth token.
<static>
ZmCsfeCommand.setCookieName(cookieName)
Sets the auth token cookie name.
<static>
ZmCsfeCommand.setServerUri(uri)
Sets the server URI.
<static>
ZmCsfeCommand.setSessionId(sessionId)
Sets the session id and, if the session id is new, designates the previous
session id as stale.
|
||||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:30 GMT-0400 (EDT)
|