Module: alfresco/services/LoginService

alfresco/services/LoginService

Author:
  • Dave Draper
License:
Source:

Methods

doLogin()

Perform a login POST operation.
Source:

onLoginFailure(response, originalRequestConfig)

Handles failed logins.
Parameters:
Name Type Description
response object The response from the request
originalRequestConfig object The configuration passed on the original request
Source:

onLoginSuccess(response, originalRequestConfig)

Handles the successful logins.
Parameters:
Name Type Description
response object The response from the request
originalRequestConfig object The configuration passed on the original request
Source:

registerSubscriptions()

Sets up the subscriptions for the LoginService
Since:
  • 1.0.32
Source: