Uses of Class
io.helidon.security.integration.webserver.WebSecurity
-
Packages that use WebSecurity Package Description io.helidon.security.integration.webserver Integration library for RxServer. -
-
Uses of WebSecurity in io.helidon.security.integration.webserver
Methods in io.helidon.security.integration.webserver that return WebSecurity Modifier and Type Method Description static WebSecurity
WebSecurity. create(Config config)
Create a consumer of routing config to beregistered
with web server routing to process security requests.static WebSecurity
WebSecurity. create(Security security)
Create a consumer of routing config to beregistered
with web server routing to process security requests.static WebSecurity
WebSecurity. create(Security security, Config config)
Create a consumer of routing config to beregistered
with web server routing to process security requests.WebSecurity
WebSecurity. securityDefaults(SecurityHandler defaultHandler)
Create a new web security instance using the default handler as base defaults for all handlers used.
-