| Package | Description |
|---|---|
| io.helidon.security.webserver |
Integration library for RxServer.
|
| Modifier and Type | Method | Description |
|---|---|---|
static WebSecurity |
WebSecurity.from(Config config) |
Create a consumer of routing config to be
registered with
web server routing to process security requests. |
static WebSecurity |
WebSecurity.from(Security security) |
Create a consumer of routing config to be
registered with
web server routing to process security requests. |
static WebSecurity |
WebSecurity.from(Security security,
Config config) |
Create a consumer of routing config to be
registered 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.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.