Uses of Class
io.helidon.http.UnauthorizedException
Packages that use UnauthorizedException
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer Security Support.
-
Uses of UnauthorizedException in io.helidon.webserver.http
Methods in io.helidon.webserver.http that throw UnauthorizedExceptionModifier and TypeMethodDescriptionboolean
HttpSecurity.authenticate
(ServerRequest request, ServerResponse response, boolean requiredHint) Authenticates the current request according to security configuration. -
Uses of UnauthorizedException in io.helidon.webserver.security
Methods in io.helidon.webserver.security that throw UnauthorizedExceptionModifier and TypeMethodDescriptionboolean
SecurityHttpFeature.authenticate
(ServerRequest request, ServerResponse response, boolean requiredHint)