357358359360361362363364365
private void configureSecurity(BusinessMethodGenerator bizMethod) { if (_roles == null) return; SecurityCallChain security = bizMethod.getSecurity(); // security.setRoles(_roles); }