//to make the non-secure one completely unchecked.
if (assemblyDescriptor != null) {
/**
* JACC v1.0 section 3.1.5.2
*/
ExcludeList excludeList = assemblyDescriptor.getExcludeList();
if (excludeList != null) {
for (Method method : excludeList.getMethod()) {
if (!ejbName.equals(method.getEjbName())) {
continue;
}
// method name