Searched refs:origSet (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCommonUtils.java423 * @param origSet
429 public static Set updateAndGetRemovableOCs(Set origSet, Set removeOCs) { argument
430 // The remove OCs will be removed from the origSet and only the ones
435 Iterator itr1 = origSet.iterator();
449 origSet.removeAll(returnOCs);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java405 * @param origSet
411 public static Set updateAndGetRemovableOCs(Set origSet, Set removeOCs) { argument
412 // The remove OCs will be removed from the origSet and only the ones
417 Iterator itr1 = origSet.iterator();
431 origSet.removeAll(returnOCs);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java467 * @param origSet
473 protected static Set updateAndGetRemovableOCs(Set origSet, Set removeOCs) { argument
474 // The remove OCs will be removed from the origSet and only the ones
479 Iterator itr1 = origSet.iterator();
493 origSet.removeAll(returnOCs);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DDefaultUserIDGenerator.java139 private Set returnSet(Set origSet, int num) { argument
144 if (num < origSet.size()) {
145 Iterator it = origSet.iterator();
153 return origSet;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCommonUtils.java423 * @param origSet
429 public static Set updateAndGetRemovableOCs(Set origSet, Set removeOCs) { argument
430 // The remove OCs will be removed from the origSet and only the ones
435 Iterator itr1 = origSet.iterator();
449 origSet.removeAll(returnOCs);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java405 * @param origSet
411 public static Set updateAndGetRemovableOCs(Set origSet, Set removeOCs) { argument
412 // The remove OCs will be removed from the origSet and only the ones
417 Iterator itr1 = origSet.iterator();
431 origSet.removeAll(returnOCs);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java467 * @param origSet
473 protected static Set updateAndGetRemovableOCs(Set origSet, Set removeOCs) { argument
474 // The remove OCs will be removed from the origSet and only the ones
479 Iterator itr1 = origSet.iterator();
493 origSet.removeAll(returnOCs);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DDefaultUserIDGenerator.java139 private Set returnSet(Set origSet, int num) { argument
144 if (num < origSet.size()) {
145 Iterator it = origSet.iterator();
153 return origSet;

Completed in 61 milliseconds