Interface AccessDeniedHandler
-
- All Known Implementing Classes:
AccessDeniedHandlerImpl,RestAccessDeniedHandler
public interface AccessDeniedHandlerHandles the request after access to a resource is denied for a user.- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(org.craftercms.commons.http.RequestContext context, AccessDeniedException e)Handles the request after access to a resource is denied for a user.
-
-
-
Method Detail
-
handle
void handle(org.craftercms.commons.http.RequestContext context, AccessDeniedException e) throws SecurityProviderException, IOExceptionHandles the request after access to a resource is denied for a user.- Parameters:
context- the request contexte- the exception with the reason of the access deny- Throws:
SecurityProviderExceptionIOException
-
-