11711172117311741175117611771178117911801181
} groupName = groupName.trim(); int pos = Arrays.binarySearch( _sortedSystemGroups, groupName, new StringComparator()); if (pos >= 0) { return true; } else {
11891190119111921193119411951196119711981199
} roleName = roleName.trim(); int pos = Arrays.binarySearch( _sortedSystemRoles, roleName, new StringComparator()); if (pos >= 0) { return true; } else {