public interface AccessDeniedHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(org.craftercms.commons.http.RequestContext context,
AccessDeniedException e)
Handles the request after access to a resource is denied for a user.
|
void handle(org.craftercms.commons.http.RequestContext context, AccessDeniedException e) throws SecurityProviderException, IOException
context
- the request contexte
- the exception with the reason of the access denySecurityProviderException
IOException
Copyright © 2023 CrafterCMS. All rights reserved.