Searched defs:createBaseEntry (Results 26 - 32 of 32) sorted by relevance

12

/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1271 private void createBaseEntry() throws ApplicationException { method in class:Installer
2399 createBaseEntry();
4159 dataOptions = NewSuffixOptions.createBaseEntry(baseDns);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1271 private void createBaseEntry() throws ApplicationException { method in class:Installer
2399 createBaseEntry();
4159 dataOptions = NewSuffixOptions.createBaseEntry(baseDns);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java3858 * @param createBaseEntry Indicate whether to automatically create the base
3861 * @param dn The suffix of the backend to create if the the createBaseEntry
3865 public static void clearJEBackend(boolean createBaseEntry, String beID, argument
3897 if (createBaseEntry)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java3837 * @param createBaseEntry Indicate whether to automatically create the base
3840 * @param dn The suffix of the backend to create if the the createBaseEntry
3844 public static void clearJEBackend(boolean createBaseEntry, String beID, argument
3876 if (createBaseEntry)
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1215 private void createBaseEntry() throws ApplicationException { method in class:Installer
2327 createBaseEntry();
4049 dataOptions = NewSuffixOptions.createBaseEntry(baseDns);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java1325 private void createBaseEntry() throws ApplicationException { method in class:Installer
2451 createBaseEntry();
4211 dataOptions = NewSuffixOptions.createBaseEntry(baseDns);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstaller.java1115 private void createBaseEntry() throws ApplicationException method in class:Installer
2100 createBaseEntry();
3516 return type == NewSuffixOptions.Type.CREATE_BASE_ENTRY ? NewSuffixOptions.createBaseEntry(baseDn)

Completed in 96 milliseconds

12