public interface LoginFailureHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.craftercms.commons.http.RequestContext context,
AuthenticationException e)
Handles the request after a failed authentication
|
void handle(org.craftercms.commons.http.RequestContext context,
AuthenticationException e)
throws SecurityProviderException,
IOException
context - the request contexte - the exception that caused the login to fail.SecurityProviderExceptionIOExceptionCopyright © 2023 CrafterCMS. All rights reserved.