Searched defs:result (Results 26 - 50 of 458) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DdefaultMapping.js35 // The result map
36 var map = { "result" : true },
101 var result = openidm.action("script", "eval", getConfig(scriptConfig), {});
105 for (key in result) {
106 target[key] = result[key];
243 // The result of this call should be an object with a field "value" containing the updated target field's value
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DAttributeSyntaxTest.java49 * result of the test.
67 public void testAcceptableValues(String value, Boolean result) throws Exception argument
81 assertSame(liveResult, result, syntax + ".valueIsAcceptable gave bad result for " + value + " reason : " + reason);
H A DBitStringSyntaxTest.java72 public void testAcceptableValues(String value, Boolean result) throws Exception argument
82 assertSame(liveResult, result, syntax + ".valueIsAcceptable gave bad result for " + value + " reason : " + reason);
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DResponse.java64 "result"
69 protected List<Result> result; field in class:Response
72 * Gets the value of the result property.
78 * This is why there is not a <CODE>set</CODE> method for the result property.
94 if (result == null) {
95 result = new ArrayList<Result>();
97 return this.result;
114 Result result = resultIterator.next();
115 if (result != null) {
116 stringBuilder.append(result
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/spi/
H A DISVerifierOutput.java35 * DSAME Implementation of the result of a Verifier Output.
40 * Does the action based on the result of the verification process.
43 * @param result The result of the verification process.
44 * @return boolean value as the result of the verifier action taken.
46 public boolean doVerifierAction(String logName, boolean result){ argument
47 if(result){
54 return result;
H A DIVerifierOutput.java42 * Returns true if an action is successfully done based on result of a
46 * @param result result of the verification process.
49 public boolean doVerifierAction(String logName, boolean result); argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/
H A DLdapOperationFailedException.java27 public LdapOperationFailedException(Result result) { argument
33 result.getResultCode(),
34 result.getDiagnosticMessage(),
35 result.getMatchedDN()),
36 result.getCause());
/forgerock/openam/openam-core/src/test/java/com/sun/identity/idm/
H A DIdRepoExceptionTest.java37 public void testRegex(String match, String result) { argument
48 assertThat(answer).isEqualTo(result);
/forgerock/openam/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/
H A DUpgradeDetectionTest.java57 public void testUpgradeDetectionCorrectness(String currentVersion, String newVersion, boolean result) { argument
58 assertEquals(VersionUtils.isVersionNewer(currentVersion, newVersion), result);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DApproximatematchingRule.java137 String value2, Boolean result) throws Exception
157 // check that the approximatelyMatch return the expected result.
160 assertEquals(result, liveResult);
136 approximateMatchingRules(String ruleClassName, String value1, String value2, Boolean result) argument
H A DConfigurableAttributeSyntaxTest.java110 Boolean result) throws Exception
131 assertEquals(result, liveResult);
109 testAcceptableValues(ConfigEntry config, String oid, String value, Boolean result) argument
H A DStringPrepProfileTestCase.java137 String value2, Boolean result) throws Exception
147 assertEquals(result, liveResult);
173 String value2, Boolean result) throws Exception
183 assertEquals(result, liveResult);
136 testStringPrepNoCaseFold(String value1, String value2, Boolean result) argument
172 testStringPrepWithCaseFold(String value1, String value2, Boolean result) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeValue.java64 * @param result
65 * The expected result.
71 String value2, boolean result) throws Exception {
80 Assert.assertEquals(h1 == h2, result);
93 * @param result
94 * The expected result.
100 boolean result) throws Exception {
109 Assert.assertEquals(r1.equals(r2), result);
70 testHashCodeTestData(String value1, String value2, boolean result) argument
99 testGetNormalizedValue(String value1, String value2, boolean result) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DApproximatematchingRule.java136 String value2, Boolean result) throws Exception
156 // check that the approximatelyMatch return the expected result.
159 assertEquals(result, liveResult);
135 approximateMatchingRules(String ruleClassName, String value1, String value2, Boolean result) argument
H A DConfigurableAttributeSyntaxTest.java110 Boolean result) throws Exception
131 assertEquals(result, liveResult);
109 testAcceptableValues(ConfigEntry config, String oid, String value, Boolean result) argument
H A DStringPrepProfileTestCase.java136 String value2, Boolean result) throws Exception
146 assertEquals(result, liveResult);
172 String value2, Boolean result) throws Exception
182 assertEquals(result, liveResult);
135 testStringPrepNoCaseFold(String value1, String value2, Boolean result) argument
171 testStringPrepWithCaseFold(String value1, String value2, Boolean result) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeValue.java63 * @param result
64 * The expected result.
70 String value2, boolean result) throws Exception {
79 Assert.assertEquals(h1 == h2, result);
92 * @param result
93 * The expected result.
99 boolean result) throws Exception {
108 Assert.assertEquals(r1.equals(r2), result);
69 testHashCodeTestData(String value1, String value2, boolean result) argument
98 testGetNormalizedValue(String value1, String value2, boolean result) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DApproximatematchingRule.java137 String value2, Boolean result) throws Exception
157 // check that the approximatelyMatch return the expected result.
160 assertEquals(result, liveResult);
136 approximateMatchingRules(String ruleClassName, String value1, String value2, Boolean result) argument
H A DConfigurableAttributeSyntaxTest.java110 Boolean result) throws Exception
131 assertEquals(result, liveResult);
109 testAcceptableValues(ConfigEntry config, String oid, String value, Boolean result) argument
H A DStringPrepProfileTestCase.java137 String value2, Boolean result) throws Exception
147 assertEquals(result, liveResult);
173 String value2, Boolean result) throws Exception
183 assertEquals(result, liveResult);
136 testStringPrepNoCaseFold(String value1, String value2, Boolean result) argument
172 testStringPrepWithCaseFold(String value1, String value2, Boolean result) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeValue.java64 * @param result
65 * The expected result.
71 String value2, boolean result) throws Exception {
80 Assert.assertEquals(h1 == h2, result);
93 * @param result
94 * The expected result.
100 boolean result) throws Exception {
109 Assert.assertEquals(r1.equals(r2), result);
70 testHashCodeTestData(String value1, String value2, boolean result) argument
99 testGetNormalizedValue(String value1, String value2, boolean result) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DApproximatematchingRule.java136 String value2, Boolean result) throws Exception
156 // check that the approximatelyMatch return the expected result.
159 assertEquals(result, liveResult);
135 approximateMatchingRules(String ruleClassName, String value1, String value2, Boolean result) argument
H A DConfigurableAttributeSyntaxTest.java110 Boolean result) throws Exception
131 assertEquals(result, liveResult);
109 testAcceptableValues(ConfigEntry config, String oid, String value, Boolean result) argument
H A DStringPrepProfileTestCase.java136 String value2, Boolean result) throws Exception
146 assertEquals(result, liveResult);
172 String value2, Boolean result) throws Exception
182 assertEquals(result, liveResult);
135 testStringPrepNoCaseFold(String value1, String value2, Boolean result) argument
171 testStringPrepWithCaseFold(String value1, String value2, Boolean result) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestAttributeValue.java63 * @param result
64 * The expected result.
70 String value2, boolean result) throws Exception {
79 Assert.assertEquals(h1 == h2, result);
92 * @param result
93 * The expected result.
99 boolean result) throws Exception {
108 Assert.assertEquals(r1.equals(r2), result);
69 testHashCodeTestData(String value1, String value2, boolean result) argument
98 testGetNormalizedValue(String value1, String value2, boolean result) argument

Completed in 162 milliseconds

1234567891011>>