Searched defs:PROPERTY_BACKEND_CONFIG_DN (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DBackupDirectory.java77 public static final String PROPERTY_BACKEND_CONFIG_DN = field in class:BackupDirectory
361 writer.write(PROPERTY_BACKEND_CONFIG_DN + "=" +
506 else if (! line.startsWith(PROPERTY_BACKEND_CONFIG_DN))
514 line.substring(PROPERTY_BACKEND_CONFIG_DN.length() + 1);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DBackupDirectory.java76 public static final String PROPERTY_BACKEND_CONFIG_DN = field in class:BackupDirectory
360 writer.write(PROPERTY_BACKEND_CONFIG_DN + "=" +
505 else if (! line.startsWith(PROPERTY_BACKEND_CONFIG_DN))
513 line.substring(PROPERTY_BACKEND_CONFIG_DN.length() + 1);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DBackupDirectory.java77 public static final String PROPERTY_BACKEND_CONFIG_DN = field in class:BackupDirectory
361 writer.write(PROPERTY_BACKEND_CONFIG_DN + "=" +
506 else if (! line.startsWith(PROPERTY_BACKEND_CONFIG_DN))
514 line.substring(PROPERTY_BACKEND_CONFIG_DN.length() + 1);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DBackupDirectory.java77 public static final String PROPERTY_BACKEND_CONFIG_DN = field in class:BackupDirectory
361 writer.write(PROPERTY_BACKEND_CONFIG_DN + "=" +
506 else if (! line.startsWith(PROPERTY_BACKEND_CONFIG_DN))
514 line.substring(PROPERTY_BACKEND_CONFIG_DN.length() + 1);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DBackupDirectory.java76 public static final String PROPERTY_BACKEND_CONFIG_DN = field in class:BackupDirectory
360 writer.write(PROPERTY_BACKEND_CONFIG_DN + "=" +
505 else if (! line.startsWith(PROPERTY_BACKEND_CONFIG_DN))
513 line.substring(PROPERTY_BACKEND_CONFIG_DN.length() + 1);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DBackupDirectory.java69 public static final String PROPERTY_BACKEND_CONFIG_DN = "backend_dn"; field in class:BackupDirectory
273 writer.write(PROPERTY_BACKEND_CONFIG_DN + "=" + configEntryDN);
404 else if (!line.startsWith(PROPERTY_BACKEND_CONFIG_DN))
409 String dnString = line.substring(PROPERTY_BACKEND_CONFIG_DN.length() + 1);

Completed in 941 milliseconds