Klipfolio Dashboard API

Object Engines.SalesforceLogin

Object
   |
   +--Klip
         |
         +--Engines
               |
               +--Engines.SalesforceLogin

Advanced Feature This object is an advanced feature that is only available in the licensed, commercial version of Klipfolio Dashboard. Contact Klipfolio for further details.

The Engines.SalesforceLogin object provides convenient methods for setting up a login UI for a Salesforce Klip, as shown below. It takes advantage of the functionality provided by Klipfolio Dashboard's Salesforce Login extension, and may be used with the Engines.Salesforce object. It is especially useful when there are multiple Salesforce Klips, as the Login extension includes a data pool in which login and logout information is stored and shared.

Since:
5.2.1

Also see:
Force.com Web Services API Developer's Guide for requirements, limitations and restrictions of the Salesforce API, especially the Security and the API section.


 
Function Summary
 String getAccountType()
           Advanced Feature Gets the account type (Enterprise or Partner) that was selected during log in.
 String getPassword()
           Advanced Feature Gets the password associated with the username under which the user is currently logged in.
 String getRemember()
           Advanced Feature Checks whether the user opted to have the username and password remembered on the computer during login.
 String getUsername()
           Advanced Feature Gets the username under which the user is currently logged in.
 String getWebSessionId()
           Advanced Feature Gets the sessionID.
 function launchLoginUI()
           Advanced Feature Opens the Salesforce Login extension's login window.
 function requestLogout()
           Advanced Feature Sends a logout request to Klipfolio Dashboard's Salesforce Login extension, which will log the user out of all Salesforce Klips that are using it.
 function requestRelogin()
           Advanced Feature Tells Klipfolio Dashboard's Salesforce Login extension to send another login request when the login fails after the user has provided a valid username and password.

Function Detail

getAccountType

String getAccountType()

getPassword

String getPassword()

getRemember

String getRemember()

getUsername

String getUsername()

getWebSessionId

String getWebSessionId()

launchLoginUI

function launchLoginUI()

requestLogout

function requestLogout()

requestRelogin

function requestRelogin()

Klipfolio Dashboard API

© 2011 Klipfolio Inc. All Rights Reserved.