Searched refs:useCache (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DNotificationSender.java56 private static boolean useCache = Boolean.getBoolean( field in class:NotificationSender
70 conn.setUseCaches(useCache);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DNotificationSender.java56 private static boolean useCache = Boolean.getBoolean( field in class:NotificationSender
70 conn.setUseCaches(useCache);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLClient.java81 private static boolean useCache = Boolean.getBoolean( field in class:PLLClient
160 conn.setUseCaches(useCache);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DPLLClient.java81 private static boolean useCache = Boolean.getBoolean( field in class:PLLClient
160 conn.setUseCaches(useCache);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java319 * @param useCache flag indicating whether to return a locally cached
330 Set actionNames, Map env, boolean useCache)
348 token, rootResourceName, actionNames, env, cacheMode, useCache);
361 + ":useCache=" + useCache
392 true); //useCache
406 * @param useCache flag indicating whether to return locally cached
419 Map env, String scope, boolean useCache)
431 + ":useCache=" + useCache
328 getPolicyDecision(SSOToken appToken, String serviceName, SSOToken token, String resourceName, Set actionNames, Map env, boolean useCache) argument
417 getResourceResults(SSOToken appToken, String serviceName, SSOToken token, String resourceName, Set actionNames, Map env, String scope, boolean useCache) argument
[all...]
/forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/impl/
H A DScriptRegistryService.java596 boolean useCache = false;
601 useCache = (Boolean) arguments[2];
606 if (useCache) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java322 * @param useCache flag indicating whether to return a locally cached
333 Set actionNames, Map env, boolean useCache)
351 token, rootResourceName, actionNames, env, cacheMode, useCache);
364 + ":useCache=" + useCache
395 true); //useCache
409 * @param useCache flag indicating whether to return locally cached
422 Map env, String scope, boolean useCache)
434 + ":useCache=" + useCache
331 getPolicyDecision(SSOToken appToken, String serviceName, SSOToken token, String resourceName, Set actionNames, Map env, boolean useCache) argument
420 getResourceResults(SSOToken appToken, String serviceName, SSOToken token, String resourceName, Set actionNames, Map env, String scope, boolean useCache) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java123 private static boolean useCache = Boolean.getBoolean( field in class:SOAPClient
194 connection.setUseCaches(useCache);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/jaxrpc/
H A DSOAPClient.java123 private static boolean useCache = Boolean.getBoolean( field in class:SOAPClient
194 connection.setUseCaches(useCache);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/dragdrop/
H A Ddragdrop-debug.js284 * Set useCache to false if you want to force object the lookup of each
286 * @property useCache
290 useCache: true,
1071 if (!loc || !this.useCache) {
H A Ddragdrop-min.js9 oDD[sMethod].apply(oDD,args);}}},_onLoad:function(){this.init();Event.on(document,"mouseup",this.handleMouseUp,this,true);Event.on(document,"mousemove",this.handleMouseMove,this,true);Event.on(window,"unload",this._onUnload,this,true);Event.on(window,"resize",this._onResize,this,true);},_onResize:function(e){this._execOnAll("resetConstraints",[]);},lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isLocked:function(){return this.locked;},locationCache:{},useCache:true,clickPixelThresh:3,clickTimeThresh:1000,dragThreshMet:false,clickTimeout:null,startX:0,startY:0,regDragDrop:function(oDD,sGroup){if(!this.initialized){this.init();}
54 x1=pos[0];x2=x1+el.offsetWidth;y1=pos[1];y2=y1+el.offsetHeight;t=y1-oDD.padding[0];r=x2+oDD.padding[1];b=y2+oDD.padding[2];l=x1-oDD.padding[3];return new YAHOO.util.Region(t,r,b,l);},isOverTarget:function(pt,oTarget,intersect,curRegion){var loc=this.locationCache[oTarget.id];if(!loc||!this.useCache){loc=this.getLocation(oTarget);this.locationCache[oTarget.id]=loc;}
H A Ddragdrop.js282 * Set useCache to false if you want to force object the lookup of each
284 * @property useCache
288 useCache: true,
1041 if (!loc || !this.useCache) {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/dragdrop/
H A Ddragdrop-debug.js284 * Set useCache to false if you want to force object the lookup of each
286 * @property useCache
290 useCache: true,
1071 if (!loc || !this.useCache) {
H A Ddragdrop-min.js9 oDD[sMethod].apply(oDD,args);}}},_onLoad:function(){this.init();Event.on(document,"mouseup",this.handleMouseUp,this,true);Event.on(document,"mousemove",this.handleMouseMove,this,true);Event.on(window,"unload",this._onUnload,this,true);Event.on(window,"resize",this._onResize,this,true);},_onResize:function(e){this._execOnAll("resetConstraints",[]);},lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isLocked:function(){return this.locked;},locationCache:{},useCache:true,clickPixelThresh:3,clickTimeThresh:1000,dragThreshMet:false,clickTimeout:null,startX:0,startY:0,regDragDrop:function(oDD,sGroup){if(!this.initialized){this.init();}
54 x1=pos[0];x2=x1+el.offsetWidth;y1=pos[1];y2=y1+el.offsetHeight;t=y1-oDD.padding[0];r=x2+oDD.padding[1];b=y2+oDD.padding[2];l=x1-oDD.padding[3];return new YAHOO.util.Region(t,r,b,l);},isOverTarget:function(pt,oTarget,intersect,curRegion){var loc=this.locationCache[oTarget.id];if(!loc||!this.useCache){loc=this.getLocation(oTarget);this.locationCache[oTarget.id]=loc;}
H A Ddragdrop.js282 * Set useCache to false if you want to force object the lookup of each
284 * @property useCache
288 useCache: true,
1041 if (!loc || !this.useCache) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyManager.java1240 * @param useCache flag to indicate whether to use cache or not
1247 Policy getPolicy(String policyName, boolean useCache) throws SSOException, argument
1252 if ( useCache ) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyManager.java1253 * @param useCache flag to indicate whether to use cache or not
1260 Policy getPolicy(String policyName, boolean useCache) throws SSOException, argument
1265 if ( useCache ) {
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js1724 useCache = !xml && !ofType;
1746 if ( forward && useCache ) {
1767 } else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {
1778 if ( useCache ) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java175 private static boolean useCache = Boolean.getBoolean(SystemProperties.get( field in class:AuthClientUtils
2525 conn.setUseCaches(useCache);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java175 private static boolean useCache = Boolean.getBoolean(SystemProperties.get( field in class:AuthClientUtils
2528 conn.setUseCaches(useCache);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js393 oDD[sMethod].apply(oDD,args);}}},_onLoad:function(){this.init();Event.on(document,"mouseup",this.handleMouseUp,this,true);Event.on(document,"mousemove",this.handleMouseMove,this,true);Event.on(window,"unload",this._onUnload,this,true);Event.on(window,"resize",this._onResize,this,true);},_onResize:function(e){this._execOnAll("resetConstraints",[]);},lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isLocked:function(){return this.locked;},locationCache:{},useCache:true,clickPixelThresh:3,clickTimeThresh:1000,dragThreshMet:false,clickTimeout:null,startX:0,startY:0,regDragDrop:function(oDD,sGroup){if(!this.initialized){this.init();}
438 x1=pos[0];x2=x1+el.offsetWidth;y1=pos[1];y2=y1+el.offsetHeight;t=y1-oDD.padding[0];r=x2+oDD.padding[1];b=y2+oDD.padding[2];l=x1-oDD.padding[3];return new YAHOO.util.Region(t,r,b,l);},isOverTarget:function(pt,oTarget,intersect,curRegion){var loc=this.locationCache[oTarget.id];if(!loc||!this.useCache){loc=this.getLocation(oTarget);this.locationCache[oTarget.id]=loc;}
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/
H A Dutilities.js393 oDD[sMethod].apply(oDD,args);}}},_onLoad:function(){this.init();Event.on(document,"mouseup",this.handleMouseUp,this,true);Event.on(document,"mousemove",this.handleMouseMove,this,true);Event.on(window,"unload",this._onUnload,this,true);Event.on(window,"resize",this._onResize,this,true);},_onResize:function(e){this._execOnAll("resetConstraints",[]);},lock:function(){this.locked=true;},unlock:function(){this.locked=false;},isLocked:function(){return this.locked;},locationCache:{},useCache:true,clickPixelThresh:3,clickTimeThresh:1000,dragThreshMet:false,clickTimeout:null,startX:0,startY:0,regDragDrop:function(oDD,sGroup){if(!this.initialized){this.init();}
438 x1=pos[0];x2=x1+el.offsetWidth;y1=pos[1];y2=y1+el.offsetHeight;t=y1-oDD.padding[0];r=x2+oDD.padding[1];b=y2+oDD.padding[2];l=x1-oDD.padding[3];return new YAHOO.util.Region(t,r,b,l);},isOverTarget:function(pt,oTarget,intersect,curRegion){var loc=this.locationCache[oTarget.id];if(!loc||!this.useCache){loc=this.getLocation(oTarget);this.locationCache[oTarget.id]=loc;}

Completed in 162 milliseconds