Searched refs:thisObj (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java1291 AMObject thisObj;
1300 thisObj = getUser(thisDN);
1301 thisObj.purge(false, graceperiod);
1306 thisObj = getAssignableDynamicGroup(thisDN);
1307 thisObj.purge(false, graceperiod);
1312 thisObj = getDynamicGroup(thisDN);
1313 thisObj.purge(false, graceperiod);
1319 thisObj = getStaticGroup(thisDN);
1320 thisObj.purge(false, graceperiod);
1325 thisObj
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java1293 AMObject thisObj;
1302 thisObj = getUser(thisDN);
1303 thisObj.purge(false, graceperiod);
1308 thisObj = getAssignableDynamicGroup(thisDN);
1309 thisObj.purge(false, graceperiod);
1314 thisObj = getDynamicGroup(thisDN);
1315 thisObj.purge(false, graceperiod);
1321 thisObj = getStaticGroup(thisDN);
1322 thisObj.purge(false, graceperiod);
1327 thisObj
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java1071 for (Object thisObj : list)
1073 if (thisObj.equals(otherObj))
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTopologyViewTest.java1071 for (Object thisObj : list)
1073 if (thisObj.equals(otherObj))
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DTopologyViewTest.java1077 for (Object thisObj : list)
1079 if (thisObj.equals(otherObj))

Completed in 108 milliseconds