loginBlocked(String, StringBuffer) 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 returned a blocked login from the login(String, String, SessionData) or loginPreviousUser(String, String, SessionData) methods, or because another system connection blocked the login.

Syntax

public LoginEnumeration loginBlocked ( String userId , StringBuffer error )

Parameters

Returns

Always returns Server.LoginEnumeration#Login_InvalidBlocked

Usage

It should clean up any user-related resources; it can also return additional information about why the login failed.