Searched refs:attrTypeStrings (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java734 * @param attrTypeStrings The attribute type string list to remove from the
739 deleteAttrsFromEntry(DN dn, String... attrTypeStrings) throws Exception { argument
741 for(String attrTypeString : attrTypeStrings) {
H A DReferentialIntegrityPluginTestCase.java1086 * @param attrTypeStrings The attribute type string list to remove from the
1093 deleteAttrsEntry(DN dn, String... attrTypeStrings) throws Exception { argument
1095 for(String attrTypeString : attrTypeStrings) {
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java741 * @param attrTypeStrings The attribute type string list to remove from the
746 deleteAttrsFromEntry(DN dn, String... attrTypeStrings) throws Exception { argument
748 for(String attrTypeString : attrTypeStrings) {
H A DReferentialIntegrityPluginTestCase.java1088 * @param attrTypeStrings The attribute type string list to remove from the
1095 deleteAttrsEntry(DN dn, String... attrTypeStrings) throws Exception { argument
1097 for(String attrTypeString : attrTypeStrings) {
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java734 * @param attrTypeStrings The attribute type string list to remove from the
739 deleteAttrsFromEntry(DN dn, String... attrTypeStrings) throws Exception { argument
741 for(String attrTypeString : attrTypeStrings) {
H A DReferentialIntegrityPluginTestCase.java1086 * @param attrTypeStrings The attribute type string list to remove from the
1093 deleteAttrsEntry(DN dn, String... attrTypeStrings) throws Exception { argument
1095 for(String attrTypeString : attrTypeStrings) {
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java741 * @param attrTypeStrings The attribute type string list to remove from the
746 deleteAttrsFromEntry(DN dn, String... attrTypeStrings) throws Exception { argument
748 for(String attrTypeString : attrTypeStrings) {
H A DReferentialIntegrityPluginTestCase.java1088 * @param attrTypeStrings The attribute type string list to remove from the
1095 deleteAttrsEntry(DN dn, String... attrTypeStrings) throws Exception { argument
1097 for(String attrTypeString : attrTypeStrings) {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java726 * @param attrTypeStrings The attribute type string list to remove from the
731 deleteAttrsFromEntry(DN dn, String... attrTypeStrings) throws Exception { argument
733 for(String attrTypeString : attrTypeStrings) {
H A DReferentialIntegrityPluginTestCase.java1057 * @param attrTypeStrings The attribute type string list to remove from the entry.
1061 deleteAttrsEntry(DN dn, String... attrTypeStrings) throws Exception { argument
1063 for(String attrTypeString : attrTypeStrings) {
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DUniqueAttributePluginTestCase.java790 * @param attrTypeStrings The attribute type string list to remove from the
793 protected static void deleteAttrsFromEntry(DN dn, String... attrTypeStrings) argument
798 for(String attrTypeString : attrTypeStrings) {
H A DReferentialIntegrityPluginTestCase.java1086 * @param attrTypeStrings The attribute type string list to remove from the
1093 deleteAttrsEntry(DN dn, String... attrTypeStrings) throws Exception { argument
1095 for(String attrTypeString : attrTypeStrings) {

Completed in 56 milliseconds