Searched refs:target (Results 1 - 25 of 610) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DRunnableTimerTask.java39 protected Runnable target; field in class:RunnableTimerTask
44 * @param target The runnable interface to be run
47 public RunnableTimerTask(Runnable target) { argument
49 this.target = target;
55 * @param target The runnable to assign
58 public synchronized void setRunnable(Runnable target) { argument
59 this.target = target;
69 return target;
[all...]
H A DInstantGroupRunnable.java45 protected ScheduleableGroupAction target; field in class:InstantGroupRunnable
50 * @param target The ScheduleableGroupAction interface to be run on the
56 public InstantGroupRunnable(ScheduleableGroupAction target, argument
59 this.target = target;
89 if (target != null) {
90 target.doGroupAction(obj);
H A DPeriodicGroupRunnable.java48 protected ScheduleableGroupAction target; field in class:PeriodicGroupRunnable
53 * @param target The ScheduleableGroupAction interface to be run on the
61 public PeriodicGroupRunnable(ScheduleableGroupAction target, argument
65 this.target = target;
75 if (target != null) {
76 target.doGroupAction(obj);
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DmergeWithTarget.js26 * This script merges an attribute value with the target. Returns an object
34 function mergeValues(target, name, value) {
35 if (target[name] != null && target[name] instanceof Array) {
37 if (target[name].indexOf(value[x]) == -1) {
38 target[name].push(value[x]);
41 } else if (target[name] != null && target[name] instanceof Object) {
42 var obj = target[name];
47 target[nam
[all...]
H A DreplaceTarget.js26 * This script replaces an attribute value on the target. This operation makes use of the
27 * attributesInfo object by keeping track of target attributes that have already been replaced.
35 // Merges values in the case that the target has already been replaced
36 function mergeValues(target, name, value) {
37 if (target[name] != null && target[name] instanceof Array) {
39 if (target[name].indexOf(value) == -1) {
40 target[name].push(value[x]);
43 } else if (target[name] != null && target[nam
[all...]
H A DremoveFromTarget.js26 * This script removes an attribute value from the existing target attribute and returns the new target attribute value
32 function removeValues(target, name, value) {
33 if (target[name] != null) {
34 var targetValue = target[name];
47 target[name] = null;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DRunnableTimerTask.java39 protected Runnable target; field in class:RunnableTimerTask
44 * @param target The runnable interface to be run
47 public RunnableTimerTask(Runnable target) { argument
49 this.target = target;
55 * @param target The runnable to assign
58 public synchronized void setRunnable(Runnable target) { argument
59 this.target = target;
69 return target;
[all...]
H A DInstantGroupRunnable.java45 protected ScheduleableGroupAction target; field in class:InstantGroupRunnable
50 * @param target The ScheduleableGroupAction interface to be run on the
56 public InstantGroupRunnable(ScheduleableGroupAction target, argument
59 this.target = target;
89 if (target != null) {
90 target.doGroupAction(obj);
H A DPeriodicGroupRunnable.java48 protected ScheduleableGroupAction target; field in class:PeriodicGroupRunnable
53 * @param target The ScheduleableGroupAction interface to be run on the
61 public PeriodicGroupRunnable(ScheduleableGroupAction target, argument
65 this.target = target;
75 if (target != null) {
76 target.doGroupAction(obj);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/script/
H A DonCreate-onUpdate-sync.js23 target.userPassword = pw;
27 target.dn = 'uid=' + source.userName + ',ou=People,dc=example,dc=com';
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DXMLSerializable.java22 * Serializes child elements and texts into the specified target.
24 void serializeBody( XMLSerializer target ) throws SAXException;
27 * Serializes attributes into the specified target.
29 void serializeAttributes( XMLSerializer target ) throws SAXException;
33 * its top-level scope into the specified target.
35 void serializeURIs( XMLSerializer target ) throws SAXException;
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DXMLSerializable.java22 * Serializes child elements and texts into the specified target.
24 void serializeBody( XMLSerializer target ) throws SAXException;
27 * Serializes attributes into the specified target.
29 void serializeAttributes( XMLSerializer target ) throws SAXException;
33 * its top-level scope into the specified target.
35 void serializeURIs( XMLSerializer target ) throws SAXException;
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DXMLSerializable.java22 * Serializes child elements and texts into the specified target.
24 void serializeBody( XMLSerializer target ) throws SAXException;
27 * Serializes attributes into the specified target.
29 void serializeAttributes( XMLSerializer target ) throws SAXException;
33 * its top-level scope into the specified target.
35 void serializeURIs( XMLSerializer target ) throws SAXException;
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DXMLSerializable.java22 * Serializes child elements and texts into the specified target.
24 void serializeBody( XMLSerializer target ) throws SAXException;
27 * Serializes attributes into the specified target.
29 void serializeAttributes( XMLSerializer target ) throws SAXException;
33 * its top-level scope into the specified target.
35 void serializeURIs( XMLSerializer target ) throws SAXException;
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DXMLSerializable.java22 * Serializes child elements and texts into the specified target.
24 void serializeBody( XMLSerializer target ) throws SAXException;
27 * Serializes attributes into the specified target.
29 void serializeAttributes( XMLSerializer target ) throws SAXException;
33 * its top-level scope into the specified target.
35 void serializeURIs( XMLSerializer target ) throws SAXException;
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DXMLSerializable.java22 * Serializes child elements and texts into the specified target.
24 void serializeBody( XMLSerializer target ) throws SAXException;
27 * Serializes attributes into the specified target.
29 void serializeAttributes( XMLSerializer target ) throws SAXException;
33 * its top-level scope into the specified target.
35 void serializeURIs( XMLSerializer target ) throws SAXException;
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DXMLSerializable.java22 * Serializes child elements and texts into the specified target.
24 void serializeBody( XMLSerializer target ) throws SAXException;
27 * Serializes attributes into the specified target.
29 void serializeAttributes( XMLSerializer target ) throws SAXException;
33 * its top-level scope into the specified target.
35 void serializeURIs( XMLSerializer target ) throws SAXException;
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5/script/
H A DreconStats.js13 // target: contains detailed information about target system processing
22 /*global global,source,target */
41 target.durationMinutes = Math.floor(target.duration / 60.0) / 1000;
42 target.entryListDurationSeconds = Math.floor(target.entryListDuration * 1000.0 / 1000) / 1000.0;
51 "target": target
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/sandbox/
H A DGroovySandboxValueFilterTest.java57 Object target = "a test object";
58 given(mockClassShutter.visibleToScripts(target.getClass().getName())).willReturn(true);
61 Object result = testFilter.filter(target);
64 assertThat(result).isSameAs(target);
70 Class<?> target = String.class;
71 given(mockClassShutter.visibleToScripts(target.getName())).willReturn(true);
74 Object result = testFilter.filter(target);
77 assertThat(result).isSameAs(target);
83 Object target = "a test object";
84 given(mockClassShutter.visibleToScripts(target
[all...]
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/sandbox/
H A DGroovySandboxValueFilterTest.java57 Object target = "a test object";
58 given(mockClassShutter.visibleToScripts(target.getClass().getName())).willReturn(true);
61 Object result = testFilter.filter(target);
64 assertThat(result).isSameAs(target);
70 Class<?> target = String.class;
71 given(mockClassShutter.visibleToScripts(target.getName())).willReturn(true);
74 Object result = testFilter.filter(target);
77 assertThat(result).isSameAs(target);
83 Object target = "a test object";
84 given(mockClassShutter.visibleToScripts(target
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/historicalaccountlinking/script/
H A DonLink-managedUser_systemLdapAccounts.js18 * When a managed/user is linked to a target resource, this adds a relationship to the managed/user's historicalAccounts
34 var targetRef = mappingConfig.target + "/" + target._id,
36 state = target.disabled ? "disabled" : "enabled",
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/login/
H A DnavigateThenRefresh.js20 window.location.href = event.target.href;
/forgerock/openam-v13/src/main/jenkins/
H A Dprepare_downloads.sh7 mv "$WORKSPACE"/openam-server/target/openam-server-${OPENAM_VERSION}.war \
8 "$WORKSPACE"/openam-server/target/openam-server-${OPENAM_VERSION}_`date "+%Y%m%d"`.war
10 mv openam-distribution/openam-distribution-ssoadmintools/target/openam-distribution-ssoAdminTools-${OPENAM_VERSION}.zip \
11 openam-distribution/openam-distribution-ssoadmintools/target/openam-distribution-ssoAdminTools-${OPENAM_VERSION}_`date "+%Y%m%d"`.zip
13 mv openam-distribution/openam-distribution-ssoconfiguratortools/target/openam-distribution-ssoconfiguratortools-${OPENAM_VERSION}.zip \
14 openam-distribution/openam-distribution-ssoconfiguratortools/target/openam-distribution-ssoconfiguratortools-${OPENAM_VERSION}_`date "+%Y%m%d"`.zip
16 mv openam-distribution/openam-distribution-kit/target/openam-distribution-kit-${OPENAM_VERSION}.zip.sha \
17 openam-distribution/openam-distribution-kit/target/openam-distribution-kit-${OPENAM_VERSION}_nightly_`date "+%Y%m%d"`.zip.sha
19 mv openam-distribution/openam-distribution-kit/target/openam-distribution-kit-${OPENAM_VERSION}.zip \
20 openam-distribution/openam-distribution-kit/target/opena
[all...]
/forgerock/openam/src/main/jenkins/
H A Dprepare_downloads.sh7 mv "$WORKSPACE"/openam-server/target/openam-server-${OPENAM_VERSION}.war \
8 "$WORKSPACE"/openam-server/target/openam-server-${OPENAM_VERSION}_`date "+%Y%m%d"`.war
10 mv openam-distribution/openam-distribution-ssoadmintools/target/openam-distribution-ssoAdminTools-${OPENAM_VERSION}.zip \
11 openam-distribution/openam-distribution-ssoadmintools/target/openam-distribution-ssoAdminTools-${OPENAM_VERSION}_`date "+%Y%m%d"`.zip
13 mv openam-distribution/openam-distribution-ssoconfiguratortools/target/openam-distribution-ssoconfiguratortools-${OPENAM_VERSION}.zip \
14 openam-distribution/openam-distribution-ssoconfiguratortools/target/openam-distribution-ssoconfiguratortools-${OPENAM_VERSION}_`date "+%Y%m%d"`.zip
16 mv openam-distribution/openam-distribution-kit/target/openam-distribution-kit-${OPENAM_VERSION}.zip.sha \
17 openam-distribution/openam-distribution-kit/target/openam-distribution-kit-${OPENAM_VERSION}_nightly_`date "+%Y%m%d"`.zip.sha
19 mv openam-distribution/openam-distribution-kit/target/openam-distribution-kit-${OPENAM_VERSION}.zip \
20 openam-distribution/openam-distribution-kit/target/opena
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrBaseView.js44 var target = $(e.currentTarget),
47 if (!target.parent().children("label").length) {
51 propTitle = target.parent().children("label").data().title;
55 this.populateInputGroup(target);
56 this.populateAutoFillGroup(target);
63 populateInputGroup: function (target) {
64 var group = target.closest(".attr-group"),
75 populateAutoFillGroup: function (target) {
76 var group = target.closest("li").find("div.auto-fill-group"),

Completed in 117 milliseconds

1234567891011>>