Uses of Class
io.helidon.security.QueryParamMapping
Package
Description
Integration of Helidon security with Microprofile server.
Security
Helidon WebServer Security Support.
-
Uses of QueryParamMapping in io.helidon.microprofile.security
Modifier and TypeMethodDescriptionstatic QueryParamHandler
QueryParamHandler.create
(QueryParamMapping mapping) Create instance from an existing mapping. -
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.webserver.security
Modifier and TypeMethodDescriptionSecurityHandler.QueryParamHandler.create
(QueryParamMapping mapping) Create an instance from existing mapping.