Uses of Interface
io.helidon.webserver.http.HttpSecurity
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer Security Support.
-
Uses of HttpSecurity in io.helidon.webserver.http
Modifier and TypeMethodDescriptionstatic HttpSecurity
HttpSecurity.create()
Create a default implementation of server security.HttpRouting.security()
Security associated with this routing.ServerRequest.security()
HTTP security associated with this listener, configured on routing.Modifier and TypeMethodDescriptionstatic Registration
Registration.create
(HttpSecurity security) Create a registration for HTTP security instance.HttpRouting.Builder.security
(HttpSecurity security) Configure security for this routing. -
Uses of HttpSecurity in io.helidon.webserver.security
Modifier and TypeClassDescriptionfinal class
Integration of security into WebServer.