Searched defs:two (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCommonUtils.java170 * Merge the values in two maps and return the result map. The values in the
178 * @return a result map which the biggest of the two maps with values merged
367 * Combines two sets which contains objectclass values of an entry in a case
373 public static Set combineOCs(Set one, Set two) { argument
375 return two;
377 if (two == null || two.isEmpty()) {
387 Iterator itr2 = two.iterator();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java153 * Merge the values in two maps and return the result map. The values in the
161 * @return a result map which the biggest of the two maps with values merged
349 * Combines two sets which contains objectclass values of an entry in a case
355 public static Set combineOCs(Set one, Set two) { argument
357 return two;
359 if (two == null || two.isEmpty()) {
369 Iterator itr2 = two.iterator();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java183 * Merge the values in two maps and return the result map. The values in the
191 * @return a result map which the biggest of the two maps with values merged
411 * Combines two sets which contains objectclass values of an entry in a case
417 protected static Set combineOCs(Set one, Set two) { argument
419 return two;
421 if (two == null || two.isEmpty()) {
431 Iterator itr2 = two.iterator();
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java203 * Assert that two advice expression objects contain the same values.
212 * Check that two advice expression objects contain the same values, return true if so, false otherwise.
241 * Compare two sets of strings, returning true if they hold the same values, false otherwise
243 * @param two The second set of strings
246 private boolean compareSetsOfStrings(Set<String> one, Set<String> two) { argument
247 if (one == two) {
250 if (one == null && two == null) {
253 if (one == null || two == null) {
256 if (one.size() != two.size()) {
260 if (!two
273 compareStrings(String one, String two) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCommonUtils.java170 * Merge the values in two maps and return the result map. The values in the
178 * @return a result map which the biggest of the two maps with values merged
367 * Combines two sets which contains objectclass values of an entry in a case
373 public static Set combineOCs(Set one, Set two) { argument
375 return two;
377 if (two == null || two.isEmpty()) {
387 Iterator itr2 = two.iterator();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java153 * Merge the values in two maps and return the result map. The values in the
161 * @return a result map which the biggest of the two maps with values merged
349 * Combines two sets which contains objectclass values of an entry in a case
355 public static Set combineOCs(Set one, Set two) { argument
357 return two;
359 if (two == null || two.isEmpty()) {
369 Iterator itr2 = two.iterator();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java183 * Merge the values in two maps and return the result map. The values in the
191 * @return a result map which the biggest of the two maps with values merged
411 * Combines two sets which contains objectclass values of an entry in a case
417 protected static Set combineOCs(Set one, Set two) { argument
419 return two;
421 if (two == null || two.isEmpty()) {
431 Iterator itr2 = two.iterator();
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java203 * Assert that two advice expression objects contain the same values.
212 * Check that two advice expression objects contain the same values, return true if so, false otherwise.
241 * Compare two sets of strings, returning true if they hold the same values, false otherwise
243 * @param two The second set of strings
246 private boolean compareSetsOfStrings(Set<String> one, Set<String> two) { argument
247 if (one == two) {
250 if (one == null && two == null) {
253 if (one == null || two == null) {
256 if (one.size() != two.size()) {
260 if (!two
273 compareStrings(String one, String two) argument
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 110 milliseconds