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 TypeClassDescriptionclassDefault implementation ofAccessDeniedHandler, which forwards to the error page URL, so that the original URL is preserved in the browser.classImplementation 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 AccessDeniedHandlerModifier and TypeFieldDescriptionprotected AccessDeniedHandlerSecurityExceptionProcessor.accessDeniedHandlerMethods in org.craftercms.security.processors.impl with parameters of type AccessDeniedHandlerModifier and TypeMethodDescriptionvoidSecurityExceptionProcessor.setAccessDeniedHandler(AccessDeniedHandler accessDeniedHandler) Sets theAccessDeniedHandler, to handle anyAccessDeniedExceptions thrown.