Uses of Interface
io.helidon.webserver.http.HttpSecurity
Packages that use HttpSecurity
Package
Description
Helidon WebServer HTTP specific APIs.
Helidon WebServer Security Support.
-
Uses of HttpSecurity in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return HttpSecurityModifier 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.Methods in io.helidon.webserver.http with parameters of type HttpSecurityModifier 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
Classes in io.helidon.webserver.security that implement HttpSecurityModifier and TypeClassDescriptionfinal class
Integration of security into WebServer.