Package | Description |
---|---|
org.craftercms.security.authorization.impl | |
org.craftercms.security.processors.impl |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedHandlerImpl
Default implementation of
AccessDeniedHandler , which forwards to the error page URL, so that the original
URL is preserved in the browser. |
class |
RestAccessDeniedHandler
Implementation of
AccessDeniedHandler for REST based applications,
which returns a 403 FORBIDDEN status with the access denied exception message. |
Modifier and Type | Field and Description |
---|---|
protected AccessDeniedHandler |
SecurityExceptionProcessor.accessDeniedHandler |
Modifier and Type | Method and Description |
---|---|
void |
SecurityExceptionProcessor.setAccessDeniedHandler(AccessDeniedHandler accessDeniedHandler)
Sets the
AccessDeniedHandler , to handle any AccessDeniedException s thrown. |
Copyright © 2023 CrafterCMS. All rights reserved.