Interface IInvalidCredentialsHandler
- 
public interface IInvalidCredentialsHandlerCommon interface for handling invalid credentials during authentication. This interface is intended to be used withExtendedFormClientto handle invalid credentials on AJAX authentication requests.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.pac4j.core.exception.http.HttpActionhandle(org.pac4j.core.context.WebContext context, String username, String errorMessage) 
 -