Interface LoginSuccessHandler
- All Known Implementing Classes:
LoginSuccessHandlerImpl,RestLoginSuccessHandler
public interface LoginSuccessHandler
Handles the response after a successful authentication.
- Author:
- Alfonso Vásquez
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.craftercms.commons.http.RequestContext context, Authentication authentication) Handles the request after a successful authentication.
-
Method Details
-
handle
void handle(org.craftercms.commons.http.RequestContext context, Authentication authentication) throws SecurityProviderException, IOException Handles the request after a successful authentication.- Parameters:
context- the request contextauthentication- the authentication object- Throws:
SecurityProviderExceptionIOException
-