Searched refs:variables (Results 1 - 25 of 95) sorted by relevance

1234

/forgerock/openidm-v4/openidm-api-servlet/src/test/resources/script/
H A Daudit.groovy29 if (binding.variables.containsKey(ReconUtil.SOURCE_FIELD) && null != source) {
32 if (binding.variables.containsKey(ReconUtil.LINK_FIELD) && null != link) {
35 if (binding.variables.containsKey(ReconUtil.TARGET_FIELD) && null != target) {
38 if (binding.variables.containsKey(ReconUtil.ERROR_FIELD)) {
41 if (binding.variables.containsKey(ReconUtil.AMBIGUOUS_FIELD)) {
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/workflow/tasks/customview/
H A DApplicationAcceptanceTask.js38 this.$el.find("input[name=userData]").val(this.task.variables.user.givenName + " " + this.task.variables.user.familyName);
39 this.$el.find("input[name=requestedApplicationName]").val(this.task.variables.application.name);
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/oauth2/openid/
H A DOidcClaimsExtensionTest.java81 Bindings variables = testBindings(asSet("profile"));
89 UserInfoClaims result = scriptEvaluator.evaluateScript(script, variables);
110 Bindings variables = testBindings(asSet("profile"), requestedClaims);
114 UserInfoClaims result = scriptEvaluator.evaluateScript(script, variables);
139 Bindings variables = testBindings(asSet("openid"), requestedClaims);
142 UserInfoClaims result = scriptEvaluator.evaluateScript(script, variables);
153 Bindings variables = testBindings(asSet("profile"), Collections.singletonMap("given_name", asSet("fred", "george")));
158 scriptEvaluator.evaluateScript(script, variables);
175 Bindings variables = testBindings(asSet("openid"), Collections.singletonMap("given_name", asSet("fred", "george")));
180 scriptEvaluator.evaluateScript(script, variables);
[all...]
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/openidconnect/
H A DOidcClaimsExtensionTest.java82 Bindings variables = testBindings(asSet("profile"));
90 UserInfoClaims result = scriptEvaluator.evaluateScript(script, variables);
111 Bindings variables = testBindings(asSet("profile"), requestedClaims);
115 UserInfoClaims result = scriptEvaluator.evaluateScript(script, variables);
140 Bindings variables = testBindings(asSet("openid"), requestedClaims);
143 UserInfoClaims result = scriptEvaluator.evaluateScript(script, variables);
154 Bindings variables = testBindings(asSet("profile"), Collections.singletonMap("given_name", asSet("fred", "george")));
159 scriptEvaluator.evaluateScript(script, variables);
176 Bindings variables = testBindings(asSet("openid"), Collections.singletonMap("given_name", asSet("fred", "george")));
181 scriptEvaluator.evaluateScript(script, variables);
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Djsvn.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnadmin.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvndumpfilter.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnlook.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnsync.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnversion.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
/forgerock/opendj2.6.2/ext/svnkit/
H A Djsvn.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnadmin.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvndumpfilter.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnlook.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnsync.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnversion.bat11 @REM set local scope for the variables with windows NT shell
69 @REM Reaching here means variables are defined and arguments have been captured
81 @REM set local scope for the variables with windows NT shell
84 @REM For old DOS remove the set variables from ENV - we assume they were not set
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/config/
H A DscriptEditor.less74 .script-variables {
156 .event-hook-window .script-variables .passed-variable-block .col-sm-2 {
164 .event-hook-window .script-variables .passed-variable-block .textContainer {
/forgerock/opendj2/ext/svnkit/bin/
H A Djsvn.bat11 @REM set local scope for the variables with windows NT shell
77 @REM Reaching here means variables are defined and arguments have been captured
89 @REM set local scope for the variables with windows NT shell
92 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnadmin.bat11 @REM set local scope for the variables with windows NT shell
77 @REM Reaching here means variables are defined and arguments have been captured
89 @REM set local scope for the variables with windows NT shell
92 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvndumpfilter.bat11 @REM set local scope for the variables with windows NT shell
77 @REM Reaching here means variables are defined and arguments have been captured
89 @REM set local scope for the variables with windows NT shell
92 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnlook.bat11 @REM set local scope for the variables with windows NT shell
77 @REM Reaching here means variables are defined and arguments have been captured
89 @REM set local scope for the variables with windows NT shell
92 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnsync.bat11 @REM set local scope for the variables with windows NT shell
77 @REM Reaching here means variables are defined and arguments have been captured
89 @REM set local scope for the variables with windows NT shell
92 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnversion.bat11 @REM set local scope for the variables with windows NT shell
77 @REM Reaching here means variables are defined and arguments have been captured
89 @REM set local scope for the variables with windows NT shell
92 @REM For old DOS remove the set variables from ENV - we assume they were not set
/forgerock/opendj2-hg/ext/svnkit/bin/
H A Djsvn.bat11 @REM set local scope for the variables with windows NT shell
77 @REM Reaching here means variables are defined and arguments have been captured
89 @REM set local scope for the variables with windows NT shell
92 @REM For old DOS remove the set variables from ENV - we assume they were not set
H A Djsvnadmin.bat11 @REM set local scope for the variables with windows NT shell
77 @REM Reaching here means variables are defined and arguments have been captured
89 @REM set local scope for the variables with windows NT shell
92 @REM For old DOS remove the set variables from ENV - we assume they were not set

Completed in 137 milliseconds

1234