Uses of Class
io.helidon.microprofile.security.QueryParamHandler
Package
Description
Integration of Helidon security with Microprofile server.
-
Uses of QueryParamHandler in io.helidon.microprofile.security
Modifier and TypeMethodDescriptionstatic QueryParamHandler
Read a new instance from configuration.static QueryParamHandler
QueryParamHandler.create
(QueryParamMapping mapping) Create instance from an existing mapping.Modifier and TypeMethodDescriptionJerseySecurityFeature.Builder.addQueryParamHandler
(QueryParamHandler handler) Add a new handler to extract query parameter and store it in security request header.Modifier and TypeMethodDescriptionJerseySecurityFeature.Builder.addQueryParamHandlers
(Iterable<QueryParamHandler> handlers) Add handlers to extract query parameters and store them in security request header.