loginPreviousUser(String, String, SessionData) method [deprecated]

Deprecated. Override loginPreviousUser(User, String, SessionData) instead. This method is called when a user has previously logged into Agentry successfully, and is now logging in again due to having been disconnected.

Syntax

public LoginEnumeration loginPreviousUser ( String userId , String password , SessionData sessionData )

Parameters

Returns

One of the constants from Server.LoginEnumeration.

Usage

This method is only called if both the enableAuthentication and enablePreviousUserAuthentication options are true in the Agentry.ini file for the Java system connection. It should function in the same manner as login(String, String, SessionData).

The default implementation of this method returns Login_Pass.