| Package | Description |
|---|---|
| io.helidon.security |
Security
|
| io.helidon.security.integration.jersey |
Jersey integration for security module.
|
| io.helidon.security.integration.webserver |
Integration library for RxServer.
|
| Modifier and Type | Method and Description |
|---|---|
Security |
Security.Builder.build()
Builds configured Security instance.
|
static Security |
Security.create(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.create(Security security)
Create a consumer of routing config to be
registered with
web server routing to process security requests. |
static WebSecurity |
WebSecurity.create(Security security,
Config config)
Create a consumer of routing config to be
registered with
web server routing to process security requests. |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.