Uses of Class
io.helidon.security.QueryParamMapping
Package
Description
Security
Jersey integration for security module.
Integration library for RxServer.
-
Uses of QueryParamMapping in io.helidon.security
Modifier and TypeMethodDescriptionstatic QueryParamMapping
Read a new instance from configuration.static QueryParamMapping
QueryParamMapping.create
(String queryParamName, TokenHandler tokenHandler) Create a new mapping for a query parameter andTokenHandler
to extract the parameter and store it as a new header with possible transformation.static QueryParamMapping
Create a new mapping for a query parameter and a header name. -
Uses of QueryParamMapping in io.helidon.security.integration.jersey
Modifier and TypeMethodDescriptionstatic QueryParamHandler
QueryParamHandler.create
(QueryParamMapping mapping) Create instance from an existing mapping. -
Uses of QueryParamMapping in io.helidon.security.integration.webserver
Modifier and TypeMethodDescriptionSecurityHandler.QueryParamHandler.create
(QueryParamMapping mapping) Create an instance from existing mapping.