Uses of Class
io.helidon.http.ForbiddenException
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer Security Support.
-
Uses of ForbiddenException in io.helidon.webserver.http
Modifier 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
Modifier and TypeMethodDescriptionboolean
SecurityHttpFeature.authorize
(ServerRequest request, ServerResponse response, String... roleHint)