Uses of Class
io.helidon.security.QueryParamMapping
-
Packages that use QueryParamMapping Package Description io.helidon.security Securityio.helidon.security.integration.jersey Jersey integration for security module.io.helidon.security.integration.webserver Integration library for RxServer. -
-
Uses of QueryParamMapping in io.helidon.security
Methods in io.helidon.security that return QueryParamMapping Modifier and Type Method Description static QueryParamMappingQueryParamMapping. create(Config config)Read a new instance from configuration.static QueryParamMappingQueryParamMapping. create(String queryParamName, TokenHandler tokenHandler)Create a new mapping for a query parameter andTokenHandlerto extract the parameter and store it as a new header with possible transformation.static QueryParamMappingQueryParamMapping. create(String queryParamName, String headerName)Create a new mapping for a query parameter and a header name. -
Uses of QueryParamMapping in io.helidon.security.integration.jersey
Methods in io.helidon.security.integration.jersey with parameters of type QueryParamMapping Modifier and Type Method Description static QueryParamHandlerQueryParamHandler. create(QueryParamMapping mapping)Create instance from an existing mapping. -
Uses of QueryParamMapping in io.helidon.security.integration.webserver
Methods in io.helidon.security.integration.webserver with parameters of type QueryParamMapping Modifier and Type Method Description static SecurityHandler.QueryParamHandlerSecurityHandler.QueryParamHandler. create(QueryParamMapping mapping)Create an instance from existing mapping.
-