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 WebSecurityWebSecurity. create(Config config)Create a consumer of routing config to beregisteredwith web server routing to process security requests.static WebSecurityWebSecurity. create(Security security)Create a consumer of routing config to beregisteredwith web server routing to process security requests.static WebSecurityWebSecurity. create(Security security, Config config)Create a consumer of routing config to beregisteredwith web server routing to process security requests.WebSecurityWebSecurity. securityDefaults(SecurityHandler defaultHandler)Create a new web security instance using the default handler as base defaults for all handlers used.
-