ConstraintSecurityHandler.java | 65 private boolean _strict = true; field in class:ConstraintSecurityHandler 279 return _strict; 300 _strict = strict; 424 if (isStarted() && modified && _strict) 597 if (_strict) 612 if (_strict &&!_roles.contains(role))
|