Uses of Class
io.helidon.http.ForbiddenException
Packages that use ForbiddenException
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer Security Support.
-
Uses of ForbiddenException in io.helidon.webserver.http
Methods in io.helidon.webserver.http that throw ForbiddenExceptionModifier and TypeMethodDescriptionboolean
HttpSecurity.authorize
(ServerRequest request, ServerResponse response, String... roleHint) Authorize the current request according to security configuration. -
Uses of ForbiddenException in io.helidon.webserver.security
Methods in io.helidon.webserver.security that throw ForbiddenExceptionModifier and TypeMethodDescriptionboolean
SecurityHttpFeature.authorize
(ServerRequest request, ServerResponse response, String... roleHint)