loginPreviousUser(User, String, SessionData) method

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 void loginPreviousUser ( User user , String password , SessionData sessionData ) throws LoginException

Parameters

Exceptions

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(User, String, SessionData).

The default implementation of this method throws LoginSkippedException.