Interface IInvalidCredentialsHandler


  • public interface IInvalidCredentialsHandler
    Common interface for handling invalid credentials during authentication. This interface is intended to be used with ExtendedFormClient to handle invalid credentials on AJAX authentication requests.
    Since:
    8.0.0
    Author:
    XIMA Media GmbH
    • Method Detail

      • handle

        org.pac4j.core.exception.http.HttpAction handle​(org.pac4j.core.context.WebContext context,
                                                        String username,
                                                        String errorMessage)