| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| io.helidon.security.jersey |
Jersey integration for security module.
|
| io.helidon.security.webserver |
Integration library for RxServer.
|
| Modifier and Type | Method and Description |
|---|---|
Security |
Security.Builder.build()
Builds configured Security instance.
|
static Security |
Security.fromConfig(Config config)
Creates new instance based on configuration values.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityFeature.Builder |
SecurityFeature.builder(Security security)
Builder for
SecurityFeature. |
| Constructor and Description |
|---|
SecurityFeature(Security security)
Create a new instance of security feature for a security component.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.