| Package | Description |
|---|---|
| io.helidon.security.jersey |
Jersey integration for security module.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryParamHandler |
QueryParamHandler.from(Config config)
Read a new instance from configuration.
|
static QueryParamHandler |
QueryParamHandler.from(QueryParamMapping mapping)
Create instance from an existing mapping.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityFeature.Builder |
SecurityFeature.Builder.addQueryParamHandler(QueryParamHandler handler)
Add a new handler to extract query parameter and store it in security request header.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityFeature.Builder |
SecurityFeature.Builder.addQueryParamHandlers(java.lang.Iterable<QueryParamHandler> handlers)
Add handlers to extract query parameters and store them in security request header.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.