Searched refs:same (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLSiteID.java104 boolean same = false;
106 same = toString().equals(other.toString());
108 return same;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLSiteID.java104 boolean same = false;
106 same = toString().equals(other.toString());
108 return same;
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsRealmProviderTest.java62 Mockito.when(context.get(Mockito.same(SmsRealmProvider.PATH_ATTRIBUTE_NAME))).thenReturn(pathAttributeJasonValue);
63 Mockito.when(context.get(Mockito.same(SmsRealmProvider.REALM_NAME_ATTRIBUTE_NAME))).thenReturn(realmNameAttributeJasonValue);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsRealmProviderTest.java22 import static org.mockito.Matchers.same;
90 when(updateContent.get(same(PATH_ATTRIBUTE_NAME))).thenReturn(pathAttributeJasonValue);
91 when(updateContent.get(same(REALM_NAME_ATTRIBUTE_NAME))).thenReturn(realmNameAttributeJasonValue);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileTreeNode.java291 boolean same = false;
293 same = ((SMSFlatFileTreeNode)o).id.equals(id);
295 return same;
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java33 import static org.mockito.Matchers.same;
365 // Options use eq() as opposed to same() because the map is wrapped by the authn framework.
366 verify(module).initialize(same(subject), same(handler), anyMap(), eq(optionCache.get(module)));
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/server/
H A DListenerTest.java32 import static org.mockito.Matchers.same;
263 verify(configRepository).deregisterAddListener(eq(TEST_PARENTS_DN), same(registeredListener));
283 verify(configRepository).deregisterAddListener(eq(ROOT_CONFIG_DN), same(registeredListener));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileTreeNode.java291 boolean same = false;
293 same = ((SMSFlatFileTreeNode)o).id.equals(id);
295 return same;
/forgerock/openam/openam-core/src/test/java/com/sun/identity/authentication/jaas/
H A DLoginContextTest.java33 import static org.mockito.Matchers.same;
365 // Options use eq() as opposed to same() because the map is wrapped by the authn framework.
366 verify(module).initialize(same(subject), same(handler), anyMap(), eq(optionCache.get(module)));
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DREADME124 The tag, TestMarker, must be the same as the tag, TestSuiteName.
142 The tag, TestMarker, must be the same as the tag, TestSuiteName.
180 The file format is necessary because the same code is used for the unit-integration tests where
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DREADME123 The tag, TestMarker, must be the same as the tag, TestSuiteName.
141 The tag, TestMarker, must be the same as the tag, TestSuiteName.
179 The file format is necessary because the same code is used for the unit-integration tests where
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DREADME124 The tag, TestMarker, must be the same as the tag, TestSuiteName.
142 The tag, TestMarker, must be the same as the tag, TestSuiteName.
180 The file format is necessary because the same code is used for the unit-integration tests where
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DREADME124 The tag, TestMarker, must be the same as the tag, TestSuiteName.
142 The tag, TestMarker, must be the same as the tag, TestSuiteName.
180 The file format is necessary because the same code is used for the unit-integration tests where
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DREADME123 The tag, TestMarker, must be the same as the tag, TestSuiteName.
141 The tag, TestMarker, must be the same as the tag, TestSuiteName.
179 The file format is necessary because the same code is used for the unit-integration tests where
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md100 These will need the same values that you have entered into OpenAM for the default user store. In OpenAM, the "LDAP Bind DN" and "LDAP Bind Password" values are the account credentials used to connect to the server; the equivalent fields in the provisioner configuration are "principal" and "credentials", respectively. "LDAP Organization DN" maps to the first entry in the "baseContexts" list; copy this value into the "baseContextsToSynchronize" list as well.
102 If you are using SSL, change the "ssl" property here to true; you will also need to make sure the port is the correct SSL port. Just as with OpenAM's SSL certificate, the SSL certificate used by OpenDJ needs to be trusted by OpenIDM. Follow the same process used to trust the OpenAM SSL certificate in order to trust the OpenDJ certificate.
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c144 /* Determines whether two values are the same. */
977 size_t same = 0; local
983 same ++;
986 if (same == size) {
987 cm_print_error("%"PRIdS "bytes of %p and %p the same\n", same,
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/usecase/
H A DREADME30 same set of sample data. Each of the use cases is integrated with the Self-Service UI.
289 has the same interface as the one assigned to the manager of the user and has the same functionality. If
314 - user.33: the 'userName' attribute of this user is 'user.3', same as for user.3.
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c104 The same workspace is used during the second, actual compile phase for
113 kicks in at the same number of forward references in all cases. */
351 string_pXsp, /* \s */ /* space and POSIX space are the same. */
410 string_pXwd, /* word */ /* Perl and POSIX space are the same */
425 string_PXwd, /* ^word */ /* Perl and POSIX space are the same */
500 "two named subpatterns have the same name\0"
527 "different names for subpatterns of the same number are not allowed\0"
564 For convenience, we use the same bit definitions as in chartables:
737 2 Check character categories in the same group (general or particular)
738 3 TRUE if the two opcodes are not the same (PRO
3326 BOOL same = leftop == rightop; local
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dsvnkit.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
H A Dsvnkit-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 87 milliseconds

12