Uses of Class
io.helidon.common.http.ForbiddenException
Packages that use ForbiddenException
Package
Description
WebServer HTTP specific APIs.
Integration library for RxServer.
-
Uses of ForbiddenException in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http that throw ForbiddenExceptionModifier and TypeMethodDescriptionbooleanHttpSecurity.authorize(ServerRequest request, ServerResponse response, String... roleHint) Authorize the current request according to security configuration. -
Uses of ForbiddenException in io.helidon.security.integration.nima
Methods in io.helidon.security.integration.nima that throw ForbiddenExceptionModifier and TypeMethodDescriptionbooleanSecurityFeature.authorize(ServerRequest request, ServerResponse response, String... roleHint)