Uses of Class
io.helidon.security.integration.webserver.SecurityHandler.QueryParamHandler
-
Packages that use SecurityHandler.QueryParamHandler Package Description io.helidon.security.integration.webserver Integration library for RxServer. -
-
Uses of SecurityHandler.QueryParamHandler in io.helidon.security.integration.webserver
Methods in io.helidon.security.integration.webserver that return SecurityHandler.QueryParamHandler Modifier and Type Method Description static SecurityHandler.QueryParamHandler
SecurityHandler.QueryParamHandler. create(Config config)
Create an instance from configuration.static SecurityHandler.QueryParamHandler
SecurityHandler.QueryParamHandler. create(QueryParamMapping mapping)
Create an instance from existing mapping.static SecurityHandler.QueryParamHandler
SecurityHandler.QueryParamHandler. create(String queryParamName, TokenHandler headerHandler)
Create an instance from parameter name and explicitTokenHandler
.Methods in io.helidon.security.integration.webserver that return types with arguments of type SecurityHandler.QueryParamHandler Modifier and Type Method Description List<SecurityHandler.QueryParamHandler>
SecurityHandler. queryParamHandlers()
List of query parameter handlers.
-