Searched refs:push (Results 76 - 100 of 445) sorted by relevance

1234567891011>>

/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/notifications/
H A DPushNotificationTest.java25 import com.forgerock.authenticator.mechanisms.push.Push;
59 private Push push; field in class:PushNotificationTest
83 push = mock(Push.class);
84 given(push.getModel()).willReturn(model);
85 given(push.getSecret()).willReturn(base64value);
87 notification = (PushNotification) PushNotification.builder().setId(1).build(push);
93 notification = (PushNotification) PushNotification.builder().build(push);
/forgerock/openam/openam-authentication/openam-auth-push/src/test/java/org/forgerock/openam/authentication/modules/push/
H A DUserPushDeviceProfileManagerTest.java16 package org.forgerock.openam.authentication.modules.push;
29 import org.forgerock.openam.core.rest.devices.push.PushDeviceSettings;
30 import org.forgerock.openam.core.rest.devices.push.PushDevicesDao;
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/
H A DListResourceView.js116 unorderedCols.push(
132 unorderedCols.push(
155 cols.push(col);
160 cols.push(col);
176 cols.push(
220 promArr.push(resourceDelegate.deleteResource(this.data.serviceUrl, objectId, null));
318 args.push(this.model.id);
342 this.data.selectedItems.push(model.id);
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DonSync-assignments.js42 users.push(user._ref);
H A DreplaceTarget.js40 target[name].push(value[x]);
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushNotificationServiceSetupListener.java17 package org.forgerock.openam.services.push;
H A DPushGuiceModule.java16 package org.forgerock.openam.services.push;
34 import org.forgerock.openam.services.push.dispatch.MessagePromise;
H A DPushNotificationServiceConfigHelper.java16 package org.forgerock.openam.services.push;
18 import static org.forgerock.openam.services.push.PushNotificationConstants.*;
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/dispatch/
H A DMessageDispatcherFactory.java16 package org.forgerock.openam.services.push.dispatch;
H A DMessagePromise.java16 package org.forgerock.openam.services.push.dispatch;
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DCoreRestDevicesGuiceModule.java34 import org.forgerock.openam.core.rest.devices.push.PushDeviceSettings;
35 import org.forgerock.openam.core.rest.devices.push.PushDevicesDao;
41 import org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushService;
42 import org.forgerock.openam.core.rest.devices.services.push.AuthenticatorPushServiceFactory;
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/
H A DAuthenticatorPush.java16 package org.forgerock.openam.authentication.modules.push;
18 import static org.forgerock.openam.authentication.modules.push.Constants.*;
19 import static org.forgerock.openam.services.push.PushNotificationConstants.*;
46 import org.forgerock.openam.core.rest.devices.push.PushDeviceSettings;
48 import org.forgerock.openam.services.push.PushMessage;
49 import org.forgerock.openam.services.push.PushNotificationConstants;
50 import org.forgerock.openam.services.push.PushNotificationException;
51 import org.forgerock.openam.services.push.dispatch.MessagePromise;
52 import org.forgerock.openam.services.push.dispatch.Predicate;
53 import org.forgerock.openam.services.push
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/assignment/
H A DAddAssignmentView.js74 this.model.args.push(result._id);
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/script/
H A DonUpdate-user-custom.js44 object.fieldHistory[field].push(openidm.hash(object[field], "SHA-256"));
/forgerock/openam/openam-push-notification/src/test/java/org/forgerock/openam/services/push/utils/
H A DHS256HelperTest.java16 package org.forgerock.openam.services.push.utils;
19 import static org.forgerock.openam.services.push.PushNotificationConstants.*;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DPolicyActionsView.js44 selectedActions.push({ action: key, value: value });
112 this.data.selectedActions.push(cloned);
142 this.data.availableActions.push(selectedAction);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/
H A DStaticResponseAttributesView.js89 data.push({
116 attribute.propertyValues.push(value[i].propertyValues);
118 data.push(attribute);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/managed/
H A DAbstractManagedView.js77 promises.push(ConfigDelegate.updateEntity("managed", {"objects" : saveObject.objects}));
81 promises.push(ConfigDelegate.updateEntity(this.data.currentRepo, this.data.repoObject));
123 properties.push(property);
H A DEditManagedView.js511 jsonEditorProperties.push(this.getType(properties[propertyName], propertyName, required, forArray));
610 refProps.push({
627 policyParams.push({
749 data.required.push(property.propertyName);
752 data.order.push(property.propertyName);
792 this.propertyHooks.push([]);
794 this.model.propertyScripts.push(ScriptList.generateScriptList({
891 properties.push(prop);
920 this.args.push("showSchema");
942 promises.push(ConfigDelegat
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/
H A DPolicyActionsView.js43 selectedActions.push({ action: key, value });
100 this.data.selectedActions.push(cloned);
129 this.data.availableActions.push(selectedAction);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DQueryFilterUtils.js137 subFilters.push(tokenTemp);
142 temp.push(type);
143 temp.push(subFilters[0]);
146 temp.push(type);
147 temp.push(subFilters[i]);
/forgerock/openidm-v4/openidm-system/src/main/java/org/forgerock/openidm/core/
H A DPropertyUtil.java117 propertyStack.push(parentBuilder);
135 propertyStack.push(new StringBuilder(val.length()));
145 propertyStack.push(new StringBuilder(val.length()));
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/workflow/
H A Dgetavailableuserstoassign.js101 candidateUsers.push(candidateUserTaskDefinition.expressionText);
107 candidateGroups.push(candidateGroupTaskDefinition.expressionText);
144 availableUsersToAssign.users.push({_id: user._id, username: username, displayableName: getDisplayableOf(user)});
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/sns/utils/
H A DSnsPushResponseUpdater.java16 package org.forgerock.openam.services.push.sns.utils;
18 import static org.forgerock.openam.services.push.PushNotificationConstants.*;
31 import org.forgerock.openam.services.push.PushNotificationServiceConfig;
58 * @param config The config of the amazon push service.
59 * @param content The content of the response message from the push device.
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/registration/
H A DAuthenticatorPushRegistration.java16 package org.forgerock.openam.authentication.modules.push.registration;
18 import static org.forgerock.openam.authentication.modules.push.Constants.*;
19 import static org.forgerock.openam.authentication.modules.push.registration.Constants.*;
20 import static org.forgerock.openam.authentication.modules.push.registration.Constants.DEVICE_PUSH_WAIT_TIMEOUT;
21 import static org.forgerock.openam.services.push.PushNotificationConstants.*;
45 import org.forgerock.openam.authentication.modules.push.AbstractPushModule;
46 import org.forgerock.openam.authentication.modules.push.AuthenticatorPushPrincipal;
47 import org.forgerock.openam.core.rest.devices.push.PushDeviceSettings;
51 import org.forgerock.openam.services.push.PushNotificationException;
52 import org.forgerock.openam.services.push
[all...]

Completed in 95 milliseconds

1234567891011>>