Searched defs:suffix (Results 76 - 100 of 176) sorted by relevance

12345678

/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java52 //Root suffix for verify backend
53 private static String suffix="dc=verify,dc=jeb"; field in class:TestVerifyJob
54 private static String vBranch="ou=verify tests," + suffix;
95 "define suffix="+suffix,
99 "branch: [suffix]",
136 DN.decode(suffix)
142 TestCaseUtils.clearJEBackend(false, beID, suffix);
846 eContainer= rContainer.getEntryContainer(DN.decode(suffix));
860 TestCaseUtils.clearJEBackend(false, beID, suffix);
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupTest.java620 * added, the new suffix should be accessible for the route process - ie.
624 * removed suffix should be rejected and a no such entry status code be
631 String suffix = "dc=example,dc=com";
632 String suffix2 = "o=networkgroup suffix";
636 TestCaseUtils.clearJEBackend(true, "userRoot", suffix);
642 // Check that suffix is accessible while suffix2 is not.
643 searchEntry(connection, suffix, true);
646 // Add a new suffix in the backend and create a base entry for the
647 // new suffix.
652 addBaseEntry(connection, suffix2, "networkgroup suffix");
1198 addBaseEntry( InternalClientConnection connection, String suffix, String namingAttribute ) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java1301 private Entry createExportDomainTask(String suffix) argument
1304 String root = suffix.substring(suffix.indexOf('=')+1, suffix.indexOf(','));
1314 "ds-task-export-include-branch: "+suffix+",dc=replicationChanges");
1317 private List<UpdateMsg> createChanges(String suffix, int serverId) argument
1330 String lentry = "dn: "+suffix+"\n"
1336 AddMsg addMsg = new AddMsg(cn, "o=example,"+suffix,
1343 "dn: cn=Fiona Jensen,ou=People,"+suffix+"\n"
1358 "uid=new person,ou=People,"+suffix,
[all...]
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-commons-logging.jar ... .commons.logging.LogConfigurationException e String cat String suffix java.io.PrintStream tmpOut java.io. ...
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java51 //Root suffix for verify backend
52 private static String suffix="dc=verify,dc=jeb"; field in class:TestVerifyJob
53 private static String vBranch="ou=verify tests," + suffix;
94 "define suffix="+suffix,
98 "branch: [suffix]",
135 DN.decode(suffix)
141 TestCaseUtils.clearJEBackend(false, beID, suffix);
845 eContainer= rContainer.getEntryContainer(DN.decode(suffix));
859 TestCaseUtils.clearJEBackend(false, beID, suffix);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupTest.java545 * added, the new suffix should be accessible for the route process - ie.
549 * removed suffix should be rejected and a no such entry status code be
556 String suffix = "dc=example,dc=com";
557 String suffix2 = "o=networkgroup suffix";
561 TestCaseUtils.clearJEBackend(true, "userRoot", suffix);
567 // Check that suffix is accessible while suffix2 is not.
568 searchEntry(connection, suffix, true);
571 // Add a new suffix in the backend and create a base entry for the
572 // new suffix.
577 addBaseEntry(connection, suffix2, "networkgroup suffix");
1121 addBaseEntry( InternalClientConnection connection, String suffix, String namingAttribute ) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java544 protected void addEntries(String suffix) throws Exception { argument
547 "dn: ou=People," + suffix,
552 "dn: ou=admins," + suffix ,
557 "dn: cn=group,ou=People," + suffix,
561 "member: uid=user.3,ou=People," + suffix,
563 "dn: ou=Nested Groups," + suffix,
568 "dn: cn=group 1,ou=Nested Groups," + suffix,
573 "dn: cn=group 2,ou=Nested Groups," + suffix,
578 "dn: cn=group 3,ou=Nested Groups," + suffix,
583 "dn: cn=group 4,ou=Nested Groups," + suffix,
[all...]
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-commons-logging.jar ... .commons.logging.LogConfigurationException e String cat String suffix java.io.PrintStream tmpOut java.io. ...
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java548 protected void addEntries(String suffix) throws Exception { argument
551 "dn: ou=People," + suffix,
556 "dn: ou=admins," + suffix ,
561 "dn: cn=group,ou=People," + suffix,
565 "member: uid=user.3,ou=People," + suffix,
567 "dn: ou=Nested Groups," + suffix,
572 "dn: cn=group 1,ou=Nested Groups," + suffix,
577 "dn: cn=group 2,ou=Nested Groups," + suffix,
582 "dn: cn=group 3,ou=Nested Groups," + suffix,
587 "dn: cn=group 4,ou=Nested Groups," + suffix,
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestVerifyJob.java52 //Root suffix for verify backend
53 private static String suffix="dc=verify,dc=jeb"; field in class:TestVerifyJob
54 private static String vBranch="ou=verify tests," + suffix;
95 "define suffix="+suffix,
99 "branch: [suffix]",
136 DN.decode(suffix)
142 TestCaseUtils.clearJEBackend(false, beID, suffix);
846 eContainer= rContainer.getEntryContainer(DN.decode(suffix));
860 TestCaseUtils.clearJEBackend(false, beID, suffix);
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupTest.java680 * added, the new suffix should be accessible for the route process - ie.
684 * removed suffix should be rejected and a no such entry status code be
691 String suffix = "dc=example,dc=com";
692 String suffix2 = "o=networkgroup suffix";
696 TestCaseUtils.clearJEBackend(true, "userRoot", suffix);
702 // Check that suffix is accessible while suffix2 is not.
703 searchEntry(connection, suffix, true);
706 // Add a new suffix in the backend and create a base entry for the
707 // new suffix.
712 addBaseEntry(connection, suffix2, "networkgroup suffix");
1262 addBaseEntry( InternalClientConnection connection, String suffix, String namingAttribute ) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java1301 private Entry createExportDomainTask(String suffix) argument
1304 String root = suffix.substring(suffix.indexOf('=')+1, suffix.indexOf(','));
1314 "ds-task-export-include-branch: "+suffix+",dc=replicationChanges");
1317 private List<UpdateMsg> createChanges(String suffix, int serverId) argument
1330 String lentry = "dn: "+suffix+"\n"
1336 AddMsg addMsg = new AddMsg(cn, "o=example,"+suffix,
1343 "dn: cn=Fiona Jensen,ou=People,"+suffix+"\n"
1358 "uid=new person,ou=People,"+suffix,
[all...]
/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java507 * @param suffix The suffix.
511 public static String getDBName(String suffix, Connection ld) { argument
512 String filter = "cn=" + suffix;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTestCase.java613 protected void addEntries(String suffix) throws Exception { argument
616 "dn: ou=People," + suffix,
621 "dn: ou=admins," + suffix ,
626 "dn: cn=group,ou=People," + suffix,
630 "member: uid=user.3,ou=People," + suffix,
632 "dn: ou=Nested Groups," + suffix,
637 "dn: cn=group 1,ou=Nested Groups," + suffix,
642 "dn: cn=group 2,ou=Nested Groups," + suffix,
647 "dn: cn=group 3,ou=Nested Groups," + suffix,
652 "dn: cn=group 4,ou=Nested Groups," + suffix,
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java329 public static void backupFile(String fileName, String suffix) argument
337 String bkupFileName = fileName + suffix;
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-commons-logging.jar ... .commons.logging.LogConfigurationException e String cat String suffix java.io.PrintStream tmpOut java.io. ...
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/tree/
H A DSmsRouteTree.java480 private LocalizableString localizableString(String uriTemplate, String suffix) { argument
488 return new LocalizableString("i18n:api-descriptor/SmsRequestHandler#paths" + key + suffix, CLASS_LOADER);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DFileUtils.java329 public static void backupFile(String fileName, String suffix) argument
337 String bkupFileName = fileName + suffix;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPluginTestCase.java100 //suffix.
107 //Same as above but for o=test suffix.
137 //This group under the suffix all DNs should be moved.
139 //This group under a suffix all DNs should be moved.
142 //This group under a suffix all DNs should be moved.
145 //This group not under a suffix, old entries should exist.
862 * Create entries under the specified suffix and add them to the server.
865 * @param suffix The suffix to use in building the entries.
870 private void addTestEntries(String suffix) throw argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPluginTestCase.java100 //suffix.
107 //Same as above but for o=test suffix.
137 //This group under the suffix all DNs should be moved.
139 //This group under a suffix all DNs should be moved.
142 //This group under a suffix all DNs should be moved.
145 //This group not under a suffix, old entries should exist.
864 * Create entries under the specified suffix and add them to the server.
867 * @param suffix The suffix to use in building the entries.
872 private void addTestEntries(String suffix) throw argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPluginTestCase.java100 //suffix.
107 //Same as above but for o=test suffix.
137 //This group under the suffix all DNs should be moved.
139 //This group under a suffix all DNs should be moved.
142 //This group under a suffix all DNs should be moved.
145 //This group not under a suffix, old entries should exist.
862 * Create entries under the specified suffix and add them to the server.
865 * @param suffix The suffix to use in building the entries.
870 private void addTestEntries(String suffix) throw argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPluginTestCase.java100 //suffix.
107 //Same as above but for o=test suffix.
137 //This group under the suffix all DNs should be moved.
139 //This group under a suffix all DNs should be moved.
142 //This group under a suffix all DNs should be moved.
145 //This group not under a suffix, old entries should exist.
864 * Create entries under the specified suffix and add them to the server.
867 * @param suffix The suffix to use in building the entries.
872 private void addTestEntries(String suffix) throw argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DReferentialIntegrityPluginTestCase.java100 //suffix.
107 //Same as above but for o=test suffix.
137 //This group under the suffix all DNs should be moved.
139 //This group under a suffix all DNs should be moved.
142 //This group under a suffix all DNs should be moved.
145 //This group not under a suffix, old entries should exist.
862 * Create entries under the specified suffix and add them to the server.
865 * @param suffix The suffix to use in building the entries.
870 private void addTestEntries(String suffix) throw argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DReferentialIntegrityPluginTestCase.java118 /** Groups to use for member and uniquemember attributes in dc=example, dc=com suffix. */
125 /** Same as above but for o=test suffix. */
154 //This group under the suffix all DNs should be moved.
156 //This group under a suffix all DNs should be moved.
159 //This group under a suffix all DNs should be moved.
162 //This group not under a suffix, old entries should exist.
856 * Create entries under the specified suffix and add them to the server.
859 * @param suffix The suffix to use in building the entries.
864 private void addTestEntries(String suffix) throw argument
[all...]
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java517 * @param suffix The suffix.
521 public static String getDBName(String suffix, Connection ld) { argument
522 String filter = "cn=" + suffix;

Completed in 205 milliseconds

12345678