Searched refs:push (Results 51 - 75 of 445) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/role/
H A DRoleUsersView.js88 cols.push({
109 unorderedCols.push(
127 cols.push(col);
143 cols.push(
191 roles.push(currentRole);
198 promArr.push(rowdata.save());
264 args.push(this.model.id);
288 this.data.selectedItems.push(model.id);
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DmergeWithTarget.js38 target[name].push(value[x]);
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/
H A DAuthenticatorPushPrincipal.java17 package org.forgerock.openam.authentication.modules.push;
H A DUserPushDeviceProfileManager.java16 package org.forgerock.openam.authentication.modules.push;
18 import static org.forgerock.openam.authentication.modules.push.Constants.*;
32 import org.forgerock.openam.core.rest.devices.push.PushDeviceSettings;
33 import org.forgerock.openam.core.rest.devices.push.PushDevicesDao;
37 * Allows for easy access to storing and creating push device profiles.
H A DAbstractPushModule.java16 package org.forgerock.openam.authentication.modules.push;
28 import org.forgerock.openam.core.rest.devices.push.PushDeviceSettings;
33 import org.forgerock.openam.services.push.PushNotificationConstants;
34 import org.forgerock.openam.services.push.PushNotificationService;
35 import org.forgerock.openam.services.push.dispatch.Predicate;
44 * An abstract push module holding the necessary json serialization classes to communicate with the
50 protected final String nearInstantProperty = "com.forgerock.openam.authentication.push.nearinstant";
/forgerock/openam/openam-authentication/openam-auth-push/src/main/java/org/forgerock/openam/authentication/modules/push/registration/
H A DConstants.java16 package org.forgerock.openam.authentication.modules.push.registration;
43 /** Module configuration key for push timeout. */
44 static final String DEVICE_PUSH_WAIT_TIMEOUT = "forgerock-am-auth-push-message-registration-response-timeout";
46 static final String AUTHLEVEL = "forgerock-am-auth-push-reg-auth-level";
48 static final String ISSUER_OPTION_KEY = "forgerock-am-auth-push-reg-issuer";
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/services/push/
H A DAuthenticatorPushServiceFactory.java16 package org.forgerock.openam.core.rest.devices.services.push;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/attributes/
H A DSubjectResponseAttributesView.js45 self.data.allUserAttributes.push(attr);
66 data.push(attr);
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/message/
H A DGcmService.java31 import com.forgerock.authenticator.mechanisms.push.Push;
32 import com.forgerock.authenticator.mechanisms.push.PushAuthActivity;
136 Push push = null;
140 push = (Push) current;
145 if (push == null) {
149 if (!verify(push.getSecret(), signedJwt)) {
156 notification = generateNotification(messageId, push, base64Challenge, amlbCookie, ttl);
165 String messageId, Push push, String base64Challenge, String amlbCookie, int ttl)
178 return push.addNotification(notificationBuilder);
164 generateNotification( String messageId, Push push, String base64Challenge, String amlbCookie, int ttl) argument
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DPushNotification.java20 import com.forgerock.authenticator.mechanisms.push.Push;
85 Push push = (Push) getMechanism();
87 data.put(RESPONSE_KEY, generateChallengeResponse(push.getSecret(), base64Challenge));
88 returnCode = getMessageUtils().respond(push.getEndpoint(), amlbCookie, push.getSecret(), messageId, data);
100 Push push = (Push) getMechanism();
102 data.put(RESPONSE_KEY, generateChallengeResponse(push.getSecret(), base64Challenge));
104 returnCode = getMessageUtils().respond(push.getEndpoint(), amlbCookie, push.getSecret(), messageId, data);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yahoo/
H A Dyahoo-debug.js149 m.versions.push(v);
150 m.builds.push(b);
339 ls.push(l);
592 a.push(arguments[i]);
629 s.push("[");
632 s.push((d > 0) ? l.dump(o[i], d-1) : OBJ);
634 s.push(o[i]);
636 s.push(COMMA);
641 s.push("]");
644 s.push("{");
[all...]
H A Dyahoo-min.js11 var m=mods[name],v=data.version,b=data.build,ls=YAHOO.env.listeners;m.name=name;m.version=v;m.build=b;m.versions.push(v);m.builds.push(b);m.mainClass=mainClass;for(var i=0;i<ls.length;i=i+1){ls[i](m);}
16 if(unique){ls.push(l);}}}})();YAHOO.lang={isArray:function(o){if(o){var l=YAHOO.lang;return l.isNumber(o.length)&&l.isFunction(o.splice)&&!l.hasOwnProperty(o.length);}
24 var a=[r.prototype,s.prototype];for(var i=2;i<arguments.length;i=i+1){a.push(arguments[i]);}
26 d=(l.isNumber(d))?d:3;if(l.isArray(o)){s.push("[");for(i=0,len=o.length;i<len;i=i+1){if(l.isObject(o[i])){s.push((d>0)?l.dump(o[i],d-1):OBJ);}else{s.push(o[i]);}
27 s.push(COMMA);}
29 s.push("]");}else{s.push("{");fo
[all...]
H A Dyahoo.js149 m.versions.push(v);
150 m.builds.push(b);
339 ls.push(l);
592 a.push(arguments[i]);
629 s.push("[");
632 s.push((d > 0) ? l.dump(o[i], d-1) : OBJ);
634 s.push(o[i]);
636 s.push(COMMA);
641 s.push("]");
644 s.push("{");
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yahoo/
H A Dyahoo-debug.js149 m.versions.push(v);
150 m.builds.push(b);
339 ls.push(l);
592 a.push(arguments[i]);
629 s.push("[");
632 s.push((d > 0) ? l.dump(o[i], d-1) : OBJ);
634 s.push(o[i]);
636 s.push(COMMA);
641 s.push("]");
644 s.push("{");
[all...]
H A Dyahoo-min.js11 var m=mods[name],v=data.version,b=data.build,ls=YAHOO.env.listeners;m.name=name;m.version=v;m.build=b;m.versions.push(v);m.builds.push(b);m.mainClass=mainClass;for(var i=0;i<ls.length;i=i+1){ls[i](m);}
16 if(unique){ls.push(l);}}}})();YAHOO.lang={isArray:function(o){if(o){var l=YAHOO.lang;return l.isNumber(o.length)&&l.isFunction(o.splice)&&!l.hasOwnProperty(o.length);}
24 var a=[r.prototype,s.prototype];for(var i=2;i<arguments.length;i=i+1){a.push(arguments[i]);}
26 d=(l.isNumber(d))?d:3;if(l.isArray(o)){s.push("[");for(i=0,len=o.length;i<len;i=i+1){if(l.isObject(o[i])){s.push((d>0)?l.dump(o[i],d-1):OBJ);}else{s.push(o[i]);}
27 s.push(COMMA);}
29 s.push("]");}else{s.push("{");fo
[all...]
H A Dyahoo.js149 m.versions.push(v);
150 m.builds.push(b);
339 ls.push(l);
592 a.push(arguments[i]);
629 s.push("[");
632 s.push((d > 0) ? l.dump(o[i], d-1) : OBJ);
634 s.push(o[i]);
636 s.push(COMMA);
641 s.push("]");
644 s.push("{");
[all...]
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/utils/
H A DHS256Helper.java16 package org.forgerock.openam.services.push.utils;
18 import static org.forgerock.openam.services.push.PushNotificationConstants.HMACSHA256;
/forgerock/openam/openam-push-notification/src/test/java/org/forgerock/openam/services/push/sns/
H A DSnsPushMessageConverterTest.java16 package org.forgerock.openam.services.push.sns;
21 import org.forgerock.openam.services.push.PushMessage;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/services/
H A DPushDeviceService.jsm24 return `/users/${Configuration.loggedUser.get("uid")}/devices/push/`;
/forgerock/openam/openam-push-notification/src/test/java/org/forgerock/openam/services/push/utils/
H A DAmazonSNSPushResponseUpdaterTest.java16 package org.forgerock.openam.services.push.utils;
32 import org.forgerock.openam.services.push.PushNotificationException;
33 import org.forgerock.openam.services.push.PushNotificationServiceConfig;
34 import org.forgerock.openam.services.push.sns.utils.SnsClientFactory;
35 import org.forgerock.openam.services.push.sns.utils.SnsPushResponseUpdater;
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/sns/
H A DSnsMessageResource.java17 package org.forgerock.openam.services.push.sns;
27 import static org.forgerock.openam.services.push.PushNotificationConstants.ACCEPT_VALUE;
28 import static org.forgerock.openam.services.push.PushNotificationConstants.DENY_LOCATION;
29 import static org.forgerock.openam.services.push.PushNotificationConstants.DENY_VALUE;
30 import static org.forgerock.openam.services.push.PushNotificationConstants.JWT;
31 import static org.forgerock.openam.services.push.PushNotificationConstants.MESSAGE_ID_JSON_POINTER;
58 import org.forgerock.openam.services.push.PushNotificationService;
59 import org.forgerock.openam.services.push.dispatch.MessageDispatcher;
60 import org.forgerock.openam.services.push.dispatch.Predicate;
61 import org.forgerock.openam.services.push
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dexcanvas.js20 var a=b.ownerDocument.createElement("div");a.style.width=b.clientWidth+"px";a.style.height=b.clientHeight+"px";a.style.overflow="hidden";a.style.position="absolute";b.appendChild(a);this.element_=a;this.lineScale_=this.arcScaleY_=this.arcScaleX_=1}var i=H.prototype;i.clearRect=function(){this.element_.innerHTML=""};i.beginPath=function(){this.currentPath_=[]};i.moveTo=function(b,a){var c=this.getCoords_(b,a);this.currentPath_.push({type:"moveTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};
21 i.lineTo=function(b,a){var c=this.getCoords_(b,a);this.currentPath_.push({type:"lineTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};i.bezierCurveTo=function(b,a,c,d,f,h){var g=this.getCoords_(f,h),l=this.getCoords_(b,a),e=this.getCoords_(c,d);Q(this,l,e,g)};function Q(b,a,c,d){b.currentPath_.push({type:"bezierCurveTo",cp1x:a.x,cp1y:a.y,cp2x:c.x,cp2y:c.y,x:d.x,y:d.y});b.currentX_=d.x;b.currentY_=d.y}i.quadraticCurveTo=function(b,a,c,d){var f=this.getCoords_(b,a),h=this.getCoords_(c,d),g={x:this.currentX_+
22 0.6666666666666666*(f.x-this.currentX_),y:this.currentY_+0.6666666666666666*(f.y-this.currentY_)};Q(this,g,{x:g.x+(h.x-this.currentX_)/3,y:g.y+(h.y-this.currentY_)/3},h)};i.arc=function(b,a,c,d,f,h){c*=k;var g=h?"at":"wa",l=b+G(d)*c-v,e=a+F(d)*c-v,m=b+G(f)*c-v,r=a+F(f)*c-v;if(l==m&&!h)l+=0.125;var n=this.getCoords_(b,a),o=this.getCoords_(l,e),q=this.getCoords_(m,r);this.currentPath_.push({type:g,x:n.x,y:n.y,radius:c,xStart:o.x,yStart:o.y,xEnd:q.x,yEnd:q.y})};i.rect=function(b,a,c,d){this.moveTo(b,
25 5){a=arguments[1];c=arguments[2];d=arguments[3];f=arguments[4];h=g=0;l=n;e=o}else if(arguments.length==9){h=arguments[1];g=arguments[2];l=arguments[3];e=arguments[4];a=arguments[5];c=arguments[6];d=arguments[7];f=arguments[8]}else throw Error("Invalid number of arguments");var q=this.getCoords_(a,c),t=[];t.push(" <g_vml_:group",' coordsize="',k*10,",",k*10,'"',' coordorigin="0,0"',' style="width:',10,"px;height:",10,"px;position:absolute;");if(this.m_[0][0]!=1||this.m_[0][1]){var E=[];E.push("M11=",
26 this.m_[0][0],",","M12=",this.m_[1][0],",","M21=",this.m_[0][1],",","M22=",this.m_[1][1],",","Dx=",j(q.x/k),",","Dy=",j(q.y/k),"");var p=q,z=this.getCoords_(a+d,c),w=this.getCoords_(a,c+f),x=this.getCoords_(a+d,c+f);p.x=s.max(p.x,z.x,w.x,x.x);p.y=s.max(p.y,z.y,w.y,x.y);t.push("padding:0 ",j(p.x/k),"px ",j(p.y/k),"px 0;filter:progid:DXImageTransform.Microsoft.Matrix(",E.join(""),", sizingmethod='clip');")}else t.push("top:",j(q.y/k),"px;left:",j(q.x/k),"px;");t.push(' ">','<g_vml_:image src="',b.src,
27 '"',' style="width:',k*d,"px;"," height:",k*f,'px;"',' cropleft="',h/n,'"',' croptop="',g/o,'"',' cropright="',(n-h-l)/n,'"',' cropbottom="',(o-g-e)/o,'"'," />","</g_vml_:group>");this.element_.insertAdjacentHTML("BeforeEnd",t.join(""))};i.stroke=function(b){var a=[],c=P(b?this.fillStyle:this.strokeStyle),d=c.color,f=c.alpha*this.globalAlpha;a.push("<g_vml
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DThemeManagerTest.js156 themeConfig.mappings.push({
166 themeConfig.mappings.push({
176 themeConfig.mappings.push({
188 themeConfig.mappings.push({
194 themeConfig.mappings.push({
200 themeConfig.mappings.push({
212 themeConfig.mappings.push({
218 themeConfig.mappings.push({
227 themeConfig.mappings.push({
/forgerock/openam/openam-server-only/src/main/webapp/js/Bluff-0.3.6.2/
H A Dexcanvas.js20 var a=b.ownerDocument.createElement("div");a.style.width=b.clientWidth+"px";a.style.height=b.clientHeight+"px";a.style.overflow="hidden";a.style.position="absolute";b.appendChild(a);this.element_=a;this.lineScale_=this.arcScaleY_=this.arcScaleX_=1}var i=H.prototype;i.clearRect=function(){this.element_.innerHTML=""};i.beginPath=function(){this.currentPath_=[]};i.moveTo=function(b,a){var c=this.getCoords_(b,a);this.currentPath_.push({type:"moveTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};
21 i.lineTo=function(b,a){var c=this.getCoords_(b,a);this.currentPath_.push({type:"lineTo",x:c.x,y:c.y});this.currentX_=c.x;this.currentY_=c.y};i.bezierCurveTo=function(b,a,c,d,f,h){var g=this.getCoords_(f,h),l=this.getCoords_(b,a),e=this.getCoords_(c,d);Q(this,l,e,g)};function Q(b,a,c,d){b.currentPath_.push({type:"bezierCurveTo",cp1x:a.x,cp1y:a.y,cp2x:c.x,cp2y:c.y,x:d.x,y:d.y});b.currentX_=d.x;b.currentY_=d.y}i.quadraticCurveTo=function(b,a,c,d){var f=this.getCoords_(b,a),h=this.getCoords_(c,d),g={x:this.currentX_+
22 0.6666666666666666*(f.x-this.currentX_),y:this.currentY_+0.6666666666666666*(f.y-this.currentY_)};Q(this,g,{x:g.x+(h.x-this.currentX_)/3,y:g.y+(h.y-this.currentY_)/3},h)};i.arc=function(b,a,c,d,f,h){c*=k;var g=h?"at":"wa",l=b+G(d)*c-v,e=a+F(d)*c-v,m=b+G(f)*c-v,r=a+F(f)*c-v;if(l==m&&!h)l+=0.125;var n=this.getCoords_(b,a),o=this.getCoords_(l,e),q=this.getCoords_(m,r);this.currentPath_.push({type:g,x:n.x,y:n.y,radius:c,xStart:o.x,yStart:o.y,xEnd:q.x,yEnd:q.y})};i.rect=function(b,a,c,d){this.moveTo(b,
25 5){a=arguments[1];c=arguments[2];d=arguments[3];f=arguments[4];h=g=0;l=n;e=o}else if(arguments.length==9){h=arguments[1];g=arguments[2];l=arguments[3];e=arguments[4];a=arguments[5];c=arguments[6];d=arguments[7];f=arguments[8]}else throw Error("Invalid number of arguments");var q=this.getCoords_(a,c),t=[];t.push(" <g_vml_:group",' coordsize="',k*10,",",k*10,'"',' coordorigin="0,0"',' style="width:',10,"px;height:",10,"px;position:absolute;");if(this.m_[0][0]!=1||this.m_[0][1]){var E=[];E.push("M11=",
26 this.m_[0][0],",","M12=",this.m_[1][0],",","M21=",this.m_[0][1],",","M22=",this.m_[1][1],",","Dx=",j(q.x/k),",","Dy=",j(q.y/k),"");var p=q,z=this.getCoords_(a+d,c),w=this.getCoords_(a,c+f),x=this.getCoords_(a+d,c+f);p.x=s.max(p.x,z.x,w.x,x.x);p.y=s.max(p.y,z.y,w.y,x.y);t.push("padding:0 ",j(p.x/k),"px ",j(p.y/k),"px 0;filter:progid:DXImageTransform.Microsoft.Matrix(",E.join(""),", sizingmethod='clip');")}else t.push("top:",j(q.y/k),"px;left:",j(q.x/k),"px;");t.push(' ">','<g_vml_:image src="',b.src,
27 '"',' style="width:',k*d,"px;"," height:",k*f,'px;"',' cropleft="',h/n,'"',' croptop="',g/o,'"',' cropright="',(n-h-l)/n,'"',' cropbottom="',(o-g-e)/o,'"'," />","</g_vml_:group>");this.element_.insertAdjacentHTML("BeforeEnd",t.join(""))};i.stroke=function(b){var a=[],c=P(b?this.fillStyle:this.strokeStyle),d=c.color,f=c.alpha*this.globalAlpha;a.push("<g_vml
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DThemeManagerTest.js162 themeConfig.mappings.push({
172 themeConfig.mappings.push({
182 themeConfig.mappings.push({
194 themeConfig.mappings.push({
200 themeConfig.mappings.push({
206 themeConfig.mappings.push({
218 themeConfig.mappings.push({
224 themeConfig.mappings.push({
233 themeConfig.mappings.push({

Completed in 80 milliseconds

1234567891011>>