Interface AuthenticationRequiredHandler

All Known Implementing Classes:
AuthenticationRequiredHandlerImpl, RestAuthenticationRequiredHandler

public interface AuthenticationRequiredHandler
Handles the request when authentication is required.
Author:
Alfonso Vásquez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(org.craftercms.commons.http.RequestContext context, AuthenticationException e)
    Handles the request when authentication is required.