Searched refs:putSetIntoMap (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/
H A DCollectionUtils.java55 public static Set<String> putSetIntoMap( method in class:CollectionUtils
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/test/
H A DCollectionUtils.java55 public static Set<String> putSetIntoMap( method in class:CollectionUtils
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/idm/
H A DAMIdentityTestBase.java715 CollectionUtils.putSetIntoMap("sn", map, "sn" + suffix);
716 CollectionUtils.putSetIntoMap("cn", map, "cn" + suffix);
717 CollectionUtils.putSetIntoMap("userpassword", map, "password" + suffix);
718 CollectionUtils.putSetIntoMap("inetuserstatus", map, "Active");
/forgerock/openam/openam-test/src/test/java/com/sun/identity/idm/
H A DAMIdentityTestBase.java715 CollectionUtils.putSetIntoMap("sn", map, "sn" + suffix);
716 CollectionUtils.putSetIntoMap("cn", map, "cn" + suffix);
717 CollectionUtils.putSetIntoMap("userpassword", map, "password" + suffix);
718 CollectionUtils.putSetIntoMap("inetuserstatus", map, "Active");

Completed in 65 milliseconds