Uses of Class
io.helidon.common.http.UnauthorizedException
Packages that use UnauthorizedException
Package
Description
WebServer HTTP specific APIs.
Integration library for RxServer.
-
Uses of UnauthorizedException in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http that throw UnauthorizedExceptionModifier and TypeMethodDescriptionbooleanHttpSecurity.authenticate(ServerRequest request, ServerResponse response, boolean requiredHint) Authenticates the current request according to security configuration. -
Uses of UnauthorizedException in io.helidon.security.integration.nima
Methods in io.helidon.security.integration.nima that throw UnauthorizedExceptionModifier and TypeMethodDescriptionbooleanSecurityFeature.authenticate(ServerRequest request, ServerResponse response, boolean requiredHint)