| 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 | Description |
|---|---|---|
static QueryParamMapping |
QueryParamMapping.create(java.lang.String queryParamName,
TokenHandler tokenHandler) |
Create a new mapping for a query parameter and
TokenHandler to extract
the parameter and store it as a new header with possible transformation. |
static QueryParamMapping |
QueryParamMapping.create(java.lang.String queryParamName,
java.lang.String headerName) |
Create a new mapping for a query parameter and a header name.
|
static QueryParamMapping |
QueryParamMapping.from(Config config) |
Read a new instance from configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
static QueryParamHandler |
QueryParamHandler.from(QueryParamMapping mapping) |
Create instance from an existing mapping.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SecurityHandler.QueryParamHandler |
SecurityHandler.QueryParamHandler.from(QueryParamMapping mapping) |
Create an instance from existing mapping.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.