loginFailed(User, String, LoginFailureReason, StringBuffer, SessionData) method

This method is called by the Agentry Server when authentication of a client user fails, either because this class threw PasswordInvalidException from the login or loginPreviousUser methods, or because another system connection reported a login failure.

Syntax

public void loginFailed ( User user , String userId , LoginFailureReason reason , StringBuffer error , SessionData sessionData ) throws LoginBlockedException

Parameters

Exceptions

Usage

It should clean up any user-related resources.