Searched refs:objectWithoutNamespace (Results 1 – 1 of 1) sorted by relevance
270 String objectWithoutNamespace = objClassEntry.getKey(); in createConfiguration() local271 if (objectWithoutNamespace.contains(":")) { in createConfiguration()272 objectWithoutNamespace = objectWithoutNamespace.split(":")[1]; in createConfiguration()275 && !allowedObjects.contains(objectWithoutNamespace)) { in createConfiguration()276 CLog.d("Skipping creation of %s", objectWithoutNamespace); in createConfiguration()