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 HttpSecurityHttpSecurity.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 TypeMethodDescriptionHttpRouting.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 classIntegration of security into WebServer.