Uses of Class
nl.datasteel.crudcraft.runtime.exception.UnauthorizedException
Packages that use UnauthorizedException
-
Uses of UnauthorizedException in nl.datasteel.crudcraft.runtime.controller
Methods in nl.datasteel.crudcraft.runtime.controller with parameters of type UnauthorizedExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ErrorResponse> CrudCraftExceptionHandler.handleUnauthorized
(UnauthorizedException ex, jakarta.servlet.http.HttpServletRequest req) Handles UnauthorizedException and returns a 401 Unauthorized response.