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 Type
    Method
    Description
    void
    handle(org.craftercms.commons.http.RequestContext context, Authentication authentication)
    Handles the request after a successful authentication.