Interface IInvalidCredentialsHandler
-
public interface IInvalidCredentialsHandler
Common interface for handling invalid credentials during authentication. This interface is intended to be used withExtendedFormClient
to 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.HttpAction
handle(org.pac4j.core.context.WebContext context, String username, String errorMessage)
-