Uses of Interface
org.craftercms.security.authorization.AccessDeniedHandler
Packages that use AccessDeniedHandler
Package
Description
-
Uses of AccessDeniedHandler in org.craftercms.security.authorization.impl
Classes in org.craftercms.security.authorization.impl that implement AccessDeniedHandlerModifier and TypeClassDescriptionclass
Default implementation ofAccessDeniedHandler
, which forwards to the error page URL, so that the original URL is preserved in the browser.class
Implementation ofAccessDeniedHandler
for REST based applications, which returns a 403 FORBIDDEN status with the access denied exception message. -
Uses of AccessDeniedHandler in org.craftercms.security.processors.impl
Fields in org.craftercms.security.processors.impl declared as AccessDeniedHandlerModifier and TypeFieldDescriptionprotected AccessDeniedHandler
SecurityExceptionProcessor.accessDeniedHandler
Constructors in org.craftercms.security.processors.impl with parameters of type AccessDeniedHandlerModifierConstructorDescriptionSecurityExceptionProcessor
(AuthenticationRequiredHandler authenticationRequiredHandler, AccessDeniedHandler accessDeniedHandler)