Class UnauthorizedController


  • @RestController
    public class UnauthorizedController
    extends Object
    • Constructor Detail

      • UnauthorizedController

        public UnauthorizedController()
    • Method Detail

      • unauthorized

        @GetMapping("/api/unauthorized")
        @ResponseStatus(UNAUTHORIZED)
        public UnauthorizedResponse unauthorized()