Uses of Enum
io.hawt.web.ForbiddenReason
Packages that use ForbiddenReason
-
Uses of ForbiddenReason in io.hawt.web
Methods in io.hawt.web that return ForbiddenReasonModifier and TypeMethodDescriptionstatic ForbiddenReasonReturns the enum constant of this type with the specified name.static ForbiddenReason[]ForbiddenReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.hawt.web with parameters of type ForbiddenReasonModifier and TypeMethodDescriptionstatic voidServletHelpers.doForbidden(jakarta.servlet.http.HttpServletResponse response, ForbiddenReason reason) -
Uses of ForbiddenReason in io.hawt.web.filters
Methods in io.hawt.web.filters that return ForbiddenReasonModifier and TypeMethodDescriptionprotected ForbiddenReasonCORSFilter.verifyHeaders(jakarta.servlet.http.HttpServletRequest request) Requests with HTTPS origin over HTTP should be refused to process.protected ForbiddenReasonHttpHeaderFilter.verifyHeaders(jakarta.servlet.http.HttpServletRequest request)