public interface AuthenticationRequiredHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.craftercms.commons.http.RequestContext context,
AuthenticationException e)
Handles the request when authentication is required.
|
void handle(org.craftercms.commons.http.RequestContext context,
AuthenticationException e)
throws SecurityProviderException,
IOException
context - the request contexte - the exception with the reason for requiring authenticationSecurityProviderExceptionIOExceptionCopyright © 2023 CrafterCMS. All rights reserved.