String transport = sc.getUserConstraint();
if ((sc.getAuthConstraint() && (sc.findAuthRoles().length == 0 && !sc.getAllRoles())) || !sc.getAuthConstraint()) {
// Process the permissions for the excluded/unchecked resources
for (int j = 0; j < resources.length; j++) {
SecurityCollection wrc = resources[j];
String[] httpMethods = wrc.findMethods();
String[] urlPatterns = wrc.findPatterns();
for (int n = 0; n < urlPatterns.length; n++) {
String url = urlPatterns[n];
PatternInfo info = (PatternInfo) patternMap.get(url);
// Add the excluded methods