stmt = null;
}
}
// Set schema read only.
SchemaBackend schemaBackend =
(SchemaBackend) DirectoryServer.getBackend("schema");
if (schemaBackend != null) {
schemaBackend.setWritabilityMode(WritabilityMode.DISABLED);
}
// Set defined attributes.
Map<String, AttributeType> attrTypesMap =
DirectoryServer.getSchema().getAttributeTypes();