Class AccessDeniedHandlerImpl

java.lang.Object
org.craftercms.security.authorization.impl.AccessDeniedHandlerImpl
All Implemented Interfaces:
AccessDeniedHandler

public class AccessDeniedHandlerImpl extends Object implements AccessDeniedHandler
Default implementation of AccessDeniedHandler, which forwards to the error page URL, so that the original URL is preserved in the browser. If not error URL is specified, a 403 FORBIDDEN error is sent.
Author:
Alfonso Vásquez