| 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 |
|---|---|
static QueryParamMapping |
QueryParamMapping.create(Config config)
Read a new instance from configuration.
|
static QueryParamMapping |
QueryParamMapping.create(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(String queryParamName,
String headerName)
Create a new mapping for a query parameter and a header name.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryParamHandler |
QueryParamHandler.create(QueryParamMapping mapping)
Create instance from an existing mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityHandler.QueryParamHandler |
SecurityHandler.QueryParamHandler.create(QueryParamMapping mapping)
Create an instance from existing mapping.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.