Uses of Class
io.helidon.webserver.http.SecureHandler
Packages that use SecureHandler
-
Uses of SecureHandler in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return SecureHandlerModifier and TypeMethodDescriptionSecureHandler.andAuthenticate()Add authentication requirement and create a new handler with combined setup.SecureHandler.andAuthorize(String... roleHint) Add authorization requirement and create a new handler with combined setup.static SecureHandlerSecureHandler.authenticate()Create a security handler that enforces authentication.static SecureHandlerCreate a security handler that enforces authorization.