loginBlocked(User, StringBuffer, SessionData) method [deprecated]

Deprecated. Override loginBlocked(User, String, StringBuffer, SessionData) instead. This method is called by the Agentry Server when authentication of a client user is blocked, either because this class threw LoginBlockedException from the login, loginPreviousUser, or loginFailed methods, or because another system connection blocked the login.

Syntax

public void loginBlocked ( User user , StringBuffer error , SessionData sessionData )

Parameters

Usage

It should clean up any user-related resources.