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