Uses of Interface
org.craftercms.security.authorization.AccessDeniedHandler
-
Packages that use AccessDeniedHandler Package Description org.craftercms.security.authorization.impl org.craftercms.security.processors.impl -
-
Uses of AccessDeniedHandler in org.craftercms.security.authorization.impl
Classes in org.craftercms.security.authorization.impl that implement AccessDeniedHandler Modifier and Type Class Description class
AccessDeniedHandlerImpl
Default implementation ofAccessDeniedHandler
, which forwards to the error page URL, so that the original URL is preserved in the browser.class
RestAccessDeniedHandler
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 AccessDeniedHandler Modifier and Type Field Description protected AccessDeniedHandler
SecurityExceptionProcessor. accessDeniedHandler
Methods in org.craftercms.security.processors.impl with parameters of type AccessDeniedHandler Modifier and Type Method Description void
SecurityExceptionProcessor. setAccessDeniedHandler(AccessDeniedHandler accessDeniedHandler)
Sets theAccessDeniedHandler
, to handle anyAccessDeniedException
s thrown.
-