Searched defs:isEqual (Results 1 - 25 of 40) sorted by relevance

12

/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/util/
H A DResourceUtil.java198 public static boolean isEqual(JsonValue oldValue, JsonValue newValue) { method in class:ResourceUtil
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1324 * @param isEqual
1329 boolean isEqual) throws Exception
1331 Assert.assertEquals(a1.equals(a2), isEqual);
1531 * @param isEqual
1536 boolean isEqual) throws Exception
1541 if (isEqual)
1328 testAttributeEquals(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
1535 testAttributeHashCode(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1304 * @param isEqual
1309 boolean isEqual) throws Exception
1311 Assert.assertEquals(a1.equals(a2), isEqual);
1511 * @param isEqual
1516 boolean isEqual) throws Exception
1521 if (isEqual)
1308 testAttributeEquals(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
1515 testAttributeHashCode(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1324 * @param isEqual
1329 boolean isEqual) throws Exception
1331 Assert.assertEquals(a1.equals(a2), isEqual);
1531 * @param isEqual
1536 boolean isEqual) throws Exception
1541 if (isEqual)
1328 testAttributeEquals(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
1535 testAttributeHashCode(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1304 * @param isEqual
1309 boolean isEqual) throws Exception
1311 Assert.assertEquals(a1.equals(a2), isEqual);
1511 * @param isEqual
1516 boolean isEqual) throws Exception
1521 if (isEqual)
1308 testAttributeEquals(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
1515 testAttributeHashCode(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DAttributeBuilderTest.java1324 * @param isEqual
1329 boolean isEqual) throws Exception
1331 Assert.assertEquals(a1.equals(a2), isEqual);
1531 * @param isEqual
1536 boolean isEqual) throws Exception
1541 if (isEqual)
1328 testAttributeEquals(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
1535 testAttributeHashCode(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
/forgerock/openam-v13/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATH.java423 if (isEqual(otpGen, otp)) {
508 if (isEqual(otpGen, otp)) {
519 if (isEqual(otpGen, otp)) {
526 if (isEqual(otpGen, otp) && sameWindow) {
530 } else if (isEqual(otpGen, otp) && !sameWindow) {
767 private boolean isEqual(String str1, String str2) { method in class:OATH
768 return MessageDigest.isEqual(str1.getBytes(), str2.getBytes());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DAttributeBuilderTest.java1246 * @param isEqual
1251 boolean isEqual) throws Exception
1253 Assert.assertEquals(a1.equals(a2), isEqual);
1454 * @param isEqual
1459 boolean isEqual) throws Exception
1464 if (isEqual)
1250 testAttributeEquals(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
1458 testAttributeHashCode(int testCase, Attribute a1, Attribute a2, boolean isEqual) argument
/forgerock/openam/openam-authentication/openam-auth-oath/src/main/java/org/forgerock/openam/authentication/modules/oath/
H A DOATH.java429 if (isEqual(otpGen, otp)) {
514 if (isEqual(otpGen, otp)) {
525 if (isEqual(otpGen, otp)) {
532 if (isEqual(otpGen, otp) && sameWindow) {
536 } else if (isEqual(otpGen, otp) && !sameWindow) {
773 private boolean isEqual(String str1, String str2) { method in class:OATH
774 return MessageDigest.isEqual(str1.getBytes(), str2.getBytes());
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java636 if (isEqual(otpGen, otp)) {
690 if (isEqual(otpGen, otp)) {
702 if (isEqual(otpGen, otp)) {
710 if (isEqual(otpGen, otp) && sameWindow) {
714 } else if (isEqual(otpGen, otp) && !sameWindow) {
841 private boolean isEqual(String str1, String str2) { method in class:AuthenticatorOATH
842 return MessageDigest.isEqual(str1.getBytes(), str2.getBytes());
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorOATH.java667 if (isEqual(otpGen, otp)) {
721 if (isEqual(otpGen, otp)) {
732 if (isEqual(otpGen, otp)) {
739 if (isEqual(otpGen, otp) && sameWindow) {
743 } else if (isEqual(otpGen, otp) && !sameWindow) {
831 private boolean isEqual(String str1, String str2) { method in class:AuthenticatorOATH
832 return MessageDigest.isEqual(str1.getBytes(), str2.getBytes());
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2.6.2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...

Completed in 80 milliseconds

12