@Component(value="sec_PredefinedQueryParameters")
public class PredefinedQueryParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CURRENT_USER_PREFIX |
protected io.jmix.core.security.CurrentAuthentication |
currentAuthentication |
Constructor and Description |
---|
PredefinedQueryParameters() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getParameterValue(java.lang.String paramName)
Get a value of the query parameter provided by security authentication.
|
public static final java.lang.String CURRENT_USER_PREFIX
@Autowired protected io.jmix.core.security.CurrentAuthentication currentAuthentication