Uses of Interface
io.helidon.nima.webserver.http.HttpSecurity
Packages that use HttpSecurity
Package
Description
WebServer HTTP specific APIs.
Integration library for RxServer.
-
Uses of HttpSecurity in io.helidon.nima.webserver.http
Methods in io.helidon.nima.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.nima.webserver.http with parameters of type HttpSecurityModifier and TypeMethodDescriptionHttpRouting.Builder.security(HttpSecurity security) Configure security for this routing. -
Uses of HttpSecurity in io.helidon.security.integration.nima
Classes in io.helidon.security.integration.nima that implement HttpSecurityModifier and TypeClassDescriptionfinal classIntegration of security into Web Server.