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 QueryParamMapping
QueryParamMapping. create(Config config)
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
QueryParamMapping. 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 QueryParamHandler
QueryParamHandler. 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.QueryParamHandler
SecurityHandler.QueryParamHandler. create(QueryParamMapping mapping)
Create an instance from existing mapping.
-