Class CurrentUserQueryParamValueProvider

java.lang.Object
io.jmix.securitydata.impl.CurrentUserQueryParamValueProvider
All Implemented Interfaces:
QueryParamValueProvider

@Component("sec_CurrentUserQueryParamValueProvider") @Order(200) public class CurrentUserQueryParamValueProvider extends Object implements QueryParamValueProvider
Takes query parameter values from the currently authenticated (or substituted) user object.

Parameter names must be in the form current_user_ATTRIBUTE where ATTRIBUTE is the name of an attribute of the user object.