Uses of Class
io.helidon.security.integration.jersey.QueryParamHandler
-
Uses of QueryParamHandler in io.helidon.security.integration.jersey
Modifier and TypeMethodDescriptionstatic QueryParamHandler
Read a new instance from configuration.static QueryParamHandler
QueryParamHandler.create
(QueryParamMapping mapping) Create instance from an existing mapping.Modifier and TypeMethodDescriptionSecurityFeature.Builder.addQueryParamHandler
(QueryParamHandler handler) Add a new handler to extract query parameter and store it in security request header.Modifier and TypeMethodDescriptionSecurityFeature.Builder.addQueryParamHandlers
(Iterable<QueryParamHandler> handlers) Add handlers to extract query parameters and store them in security request header.