| | |
| | | import static org.opends.messages.ToolMessages.*; |
| | | import static org.opends.server.protocols.ldap.LDAPResultCode.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | import static com.forgerock.opendj.cli.Utils.*; |
| | | import static com.forgerock.opendj.cli.CommonArguments.*; |
| | | import static com.forgerock.opendj.cli.Utils.*; |
| | | |
| | | import java.io.File; |
| | | import java.io.IOException; |
| | |
| | | import org.forgerock.opendj.ldap.ByteString; |
| | | import org.forgerock.opendj.ldap.DN; |
| | | import org.forgerock.opendj.ldap.schema.AttributeType; |
| | | import org.forgerock.opendj.ldap.schema.ObjectClass; |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.core.DirectoryServer.DirectoryServerVersionHandler; |
| | | import org.opends.server.loggers.JDKLogging; |
| | |
| | | import org.opends.server.types.LDIFImportConfig; |
| | | import org.opends.server.types.Modification; |
| | | import org.opends.server.types.NullOutputStream; |
| | | import org.forgerock.opendj.ldap.schema.ObjectClass; |
| | | import org.opends.server.types.RawModification; |
| | | import org.opends.server.util.AddChangeRecordEntry; |
| | | import org.opends.server.util.BuildVersion; |
| | |
| | | { |
| | | for (ByteString v : a) |
| | | { |
| | | String stringValue = v.toString(); |
| | | objectClasses.put(DirectoryServer.getObjectClass(stringValue), stringValue); |
| | | String ocName = v.toString(); |
| | | objectClasses.put(DirectoryServer.getObjectClass(ocName), ocName); |
| | | } |
| | | } |
| | | else if (t.isOperational()) |