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.httpMethods in io.helidon.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.webserver.securityMethods in io.helidon.webserver.security that throw ForbiddenExceptionModifier and TypeMethodDescriptionbooleanSecurityHttpFeature.authorize(ServerRequest request, ServerResponse response, String... roleHint)