dundas.logon.LogOnService Class

 

Inheritance Hierarchy

 
Class
   dundas.Component
      dundas.Service
         dundas.logon.LogOnService
 

Constructors

 
  Name Description
init Initializes the LogOnService. Called during construction. Inherited from dundas.Component.
 
 

Properties

 
  Name Description
eventsManager Inherited from dundas.Service.
isDisposed Gets a value indicating whether this instance has been disposed. Inherited from dundas.Component.
site Gets or sets the site that this component is a part of. Inherited from dundas.Component.
uniqueId Gets or sets the unique ID of this component within the site. Inherited from dundas.Component.
 
 

Methods

 
  Name Description
bind Subscribe a handler for an event. Inherited from dundas.Service.
createDelegate Helper for creating delegate functions. Inherited from dundas.Component.
createTimeout Creates a timeout. Inherited from dundas.Component.
deleteOldLogOnRecords Removes the older log on records based on the date time passed in.
dispatch Dispatches a call by creating a delegate and running it right away on a timer. Inherited from dundas.Component.
dispose Inherited from dundas.Component.
executeSessionToken Exchanges the specified session token for the associated session ID.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
generateDownloadHistoryFile Generates the export logs file.
getDownloadHistoryUrl Gets the URL to download a log file.
getLogOnToken Gets a log on token from the server.
getLogOnTokenByCredentials Gets a log on token from the server by using credentials.
getLogOnTokenByWindows Gets a log on token from the server by using windows log on.
getService Gets the requested service. Inherited from dundas.Component.
getSessionToken Gets a session token respresenting the specified session ID from the server.
impersonateAccount Starts an impersonation session for the specified account.
logOn Performs a log on on the server.
logOnByCredentials Performs a log on on the server by using credentials.
logOnByToken Performs a log on on the server by using a token.
logOnByWindows Performs a log on on the server by using windows log on.
onLoaded Called when the service is loaded. Inherited from dundas.Service.
processPasswordResetRequest Processes the password reset request.
queryLogOnHistory Gets the log on history corresponding to query criteria.
queryNumberOfLogOnHistoryRecords Gets the number of log on history corresponding to query criteria.
submitPasswordResetRequest Submits a password request for the specified account.
subscribe Subscribe or unsubscribe an event handler for an event. Inherited from dundas.Service.
subscribeOnce Subscribe a one time handler for an event. Inherited from dundas.Service.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
trigger Triggers an event. Inherited from dundas.Service.
tryHypotheticalLogOn Gets the hypothetical result of a logon by the account with the specified ID (without actually creating a session).
unbind Unsubscribe an event. Inherited from dundas.Service.