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 classAccessDeniedHandlerImplDefault implementation ofAccessDeniedHandler, which forwards to the error page URL, so that the original URL is preserved in the browser.classRestAccessDeniedHandlerImplementation ofAccessDeniedHandlerfor 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 AccessDeniedHandlerSecurityExceptionProcessor. accessDeniedHandlerMethods in org.craftercms.security.processors.impl with parameters of type AccessDeniedHandler Modifier and Type Method Description voidSecurityExceptionProcessor. setAccessDeniedHandler(AccessDeniedHandler accessDeniedHandler)Sets theAccessDeniedHandler, to handle anyAccessDeniedExceptions thrown.
-