Package | Description |
---|---|
org.craftercms.security.authorization | |
org.craftercms.security.authorization.impl | |
org.craftercms.security.processors.impl |
Modifier and Type | Method and Description |
---|---|
void |
AccessDeniedHandler.handle(org.craftercms.commons.http.RequestContext context,
AccessDeniedException e)
Handles the request after access to a resource is denied for a user.
|
Modifier and Type | Method and Description |
---|---|
void |
RestAccessDeniedHandler.handle(org.craftercms.commons.http.RequestContext context,
AccessDeniedException e) |
void |
AccessDeniedHandlerImpl.handle(org.craftercms.commons.http.RequestContext context,
AccessDeniedException e)
Forwards to the error page, but if not error page was specified, a 403 error is sent.
|
protected void |
AccessDeniedHandlerImpl.saveException(org.craftercms.commons.http.RequestContext context,
AccessDeniedException e) |
protected void |
AccessDeniedHandlerImpl.sendError(AccessDeniedException e,
org.craftercms.commons.http.RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
SecurityExceptionProcessor.handleAccessDeniedException(org.craftercms.commons.http.RequestContext context,
AccessDeniedException e)
Handles the specified
AccessDeniedException , by calling the AccessDeniedHandler . |
Copyright © 2023 CrafterCMS. All rights reserved.