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