Interface LoginFailureHandler
-
- All Known Implementing Classes:
LoginFailureHandlerImpl,RestLoginFailureHandler
public interface LoginFailureHandlerHandles the request after a failed authentication.- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(org.craftercms.commons.http.RequestContext context, AuthenticationException e)Handles the request after a failed authentication
-
-
-
Method Detail
-
handle
void handle(org.craftercms.commons.http.RequestContext context, AuthenticationException e) throws SecurityProviderException, IOExceptionHandles the request after a failed authentication- Parameters:
context- the request contexte- the exception that caused the login to fail.- Throws:
SecurityProviderExceptionIOException
-
-