Searched refs:method (Results 176 - 200 of 579) sorted by relevance

1234567891011>>

/forgerock/web-agents-v4/source/apache/
H A Dagent.c412 "<form name=\"postform\" method=\"POST\" action=\"%s\">"
421 sr = ap_sub_req_method_uri(am_method_num_to_str(rq->method),
434 sr->method, rq->post_data_url, LOGEMPTY(cont_type), sr->status);
474 AM_LOG_DEBUG(instance_id, "%s method %s (%s, %d)", thisfunc, LOGEMPTY(r->method),
483 AM_LOG_DEBUG(instance_id, "%s number corresponds to %s method",
486 /* check if method number and method string correspond */
488 /* if method string is not null, set the correct method numbe
[all...]
/forgerock/web-agents-v4/tests/
H A Dtest_notifications.c88 .method = AM_REQUEST_POST,
153 .method = AM_REQUEST_POST,
222 .method = AM_REQUEST_POST,
372 .method = AM_REQUEST_POST,
H A Dtest_notenforced_lists.c232 .method = AM_REQUEST_POST,
290 .method = AM_REQUEST_POST,
348 .method = AM_REQUEST_GET,
417 .method = AM_REQUEST_POST,
484 .method = AM_REQUEST_POST,
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/
H A DResourceTypesView.js59 sync (method, model, options) {
63 return BackgridUtils.sync(method, model, options);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java247 * are &quot;method&quot;, &quot;entityName&quot;, &quot;
256 * names are &quot;method&quot;, &quot;entityName&quot;,
260 * name ( method | entityName | eventType | attrNames )
261 * &quot;method&quot;
288 // Get method name
289 String method = getAttributeValue(attrs, METHOD);
290 if (method == null) {
291 handleError("invalid method name: " + attrs.get(METHOD));
300 // Switch based on method
301 if (method
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js52 * callback method will be executed when the response is returned. This callback is expected to interpret
75 doAjaxCall: function(elementId, method, url, postData, callbackSuccess, callbackFailure, callbackArgs ) {
122 YAHOO.util.Connect.asyncRequest(method, url, callback, postData);
139 method: "GET",
152 method: "POST",
165 method: "POST",
234 method: options.method,
400 this.method = "POST";
481 if (this.method
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DAjaxUtils.js52 * callback method will be executed when the response is returned. This callback is expected to interpret
75 doAjaxCall: function(elementId, method, url, postData, callbackSuccess, callbackFailure, callbackArgs ) {
122 YAHOO.util.Connect.asyncRequest(method, url, callback, postData);
139 method: "GET",
152 method: "POST",
165 method: "POST",
234 method: options.method,
400 this.method = "POST";
481 if (this.method
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java249 * are &quot;method&quot;, &quot;entityName&quot;, &quot;
258 * names are &quot;method&quot;, &quot;entityName&quot;,
262 * name ( method | entityName | eventType | attrNames )
263 * &quot;method&quot;
290 // Get method name
291 String method = getAttributeValue(attrs, METHOD);
292 if (method == null) {
293 handleError("invalid method name: " + attrs.get(METHOD));
302 // Switch based on method
303 if (method
[all...]
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMResourceOwnerSessionValidator.java382 loginRef.addQueryParameter(chosen.method.getIndexType().toString(), chosen.method.getName());
438 final AuthenticationMethod method = mapping.get(acrValue);
439 if (method instanceof OpenAMAuthenticationMethod) {
441 logger.message("Picked ACR value [" + acrValue + "] -> " + method);
443 return new ACRValue(acrValue, (OpenAMAuthenticationMethod) method);
456 * concrete authentication method (AMR) determined from the client configuration.
460 private final OpenAMAuthenticationMethod method; field in class:OpenAMResourceOwnerSessionValidator.ACRValue
462 private ACRValue(final String acr, final OpenAMAuthenticationMethod method) { argument
464 this.method
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DResourceOwnerSessionValidator.java404 loginRef.addQueryParameter(chosen.method.getIndexType().toString(), chosen.method.getName());
457 final AuthenticationMethod method = mapping.get(acrValue);
458 if (method instanceof OpenAMAuthenticationMethod) {
460 logger.message("Picked ACR value [" + acrValue + "] -> " + method);
462 return new ResourceOwnerSessionValidator.ACRValue(acrValue, (OpenAMAuthenticationMethod) method);
475 * concrete authentication method (AMR) determined from the client configuration.
479 private final OpenAMAuthenticationMethod method; field in class:ResourceOwnerSessionValidator.ACRValue
481 private ACRValue(final String acr, final OpenAMAuthenticationMethod method) { argument
483 this.method
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java175 for (Method method : methods)
178 if (method.getName().startsWith("get"))
180 Class<?> returnType = method.getReturnType();
186 // Remove the 'get' from the method name and add the prefix.
187 String attrName = attrPrefix + method.getName().substring(3);
192 Object statValue = method.invoke(stats);
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java175 for (Method method : methods)
178 if (method.getName().startsWith("get"))
180 Class<?> returnType = method.getReturnType();
186 // Remove the 'get' from the method name and add the prefix.
187 String attrName = attrPrefix + method.getName().substring(3);
192 Object statValue = method.invoke(stats);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java175 for (Method method : methods)
178 if (method.getName().startsWith("get"))
180 Class<?> returnType = method.getReturnType();
186 // Remove the 'get' from the method name and add the prefix.
187 String attrName = attrPrefix + method.getName().substring(3);
192 Object statValue = method.invoke(stats);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSingleLogout.java521 String method = "SPSingleLogout:processLogoutResponse : ";
523 debug.message(method + "samlResponse : " + samlResponse);
524 debug.message(method + "relayState : " + relayState);
615 debug.message(method + "metaAlias : " + metaAlias);
616 debug.message(method + "realm : " + realm);
617 debug.message(method + "idpEntityID : " + idpEntityID);
618 debug.message(method + "spEntityID : " + spEntityID);
794 String method = "processLogoutRequest : ";
796 debug.message(method + "samlRequest : " + samlRequest);
797 debug.message(method
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSingleLogout.java521 String method = "SPSingleLogout:processLogoutResponse : ";
523 debug.message(method + "samlResponse : " + samlResponse);
524 debug.message(method + "relayState : " + relayState);
615 debug.message(method + "metaAlias : " + metaAlias);
616 debug.message(method + "realm : " + realm);
617 debug.message(method + "idpEntityID : " + idpEntityID);
618 debug.message(method + "spEntityID : " + spEntityID);
794 String method = "processLogoutRequest : ";
796 debug.message(method + "samlRequest : " + samlRequest);
797 debug.message(method
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/animation/
H A Danimation-debug.js37 * @param {Function} method (optional, defaults to YAHOO.util.Easing.easeNone) Computes the values that are applied to the attributes per frame (generally a YAHOO.util.Easing method)
40 YAHOO.util.Anim = function(el, attributes, duration, method) {
44 this.init(el, attributes, duration, method);
50 * @method toString
67 * Returns the value computed by the animation's "method".
68 * @method doMethod
75 return this.method(this.currentFrame, start, end - start, this.totalFrames);
80 * @method setAttribute
95 * @method getAttribut
[all...]
H A Danimation-min.js8 YAHOO.util.Anim=function(el,attributes,duration,method){if(!el){}
9 this.init(el,attributes,duration,method);};YAHOO.util.Anim.prototype={toString:function(){var el=this.getEl();var id=el.id||el.tagName||el;return("Anim "+id);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(attr,start,end){return this.method(this.currentFrame,start,end-start,this.totalFrames);},setAttribute:function(attr,val,unit){if(this.patterns.noNegatives.test(attr)){val=(val>0)?val:0;}
15 this.runtimeAttributes[attr].start=start;this.runtimeAttributes[attr].end=end;this.runtimeAttributes[attr].unit=(isset(attributes[attr].unit))?attributes[attr]['unit']:this.getDefaultUnit(attr);return true;},init:function(el,attributes,duration,method){var isAnimated=false;var startTime=null;var actualFrames=0;el=YAHOO.util.Dom.get(el);this.attributes=attributes||{};this.duration=!YAHOO.lang.isUndefined(duration)?duration:1;this.method=method||YAHOO.util.Easing.easeNone;this.useSeconds=true;this.currentFrame=0;this.totalFrames=YAHOO.util.AnimMgr.fps;this.setEl=function(element){el=YAHOO.util.Dom.get(element);};this.getEl=function(){return el;};this.isAnimated=function(){return isAnimated;};this.getStartTime=function(){return startTime;};this.runtimeAttributes={};this.animate=function(){if(this.isAnimated()){return false;}
33 return[tmp[0][0],tmp[0][1]];};};(function(){YAHOO.util.ColorAnim=function(el,attributes,duration,method){YAHOO.util.ColorAnim.superclass.constructor.call(this,el,attributes,duration,method);};YAHOO.extend(YAHOO.util.ColorAnim,YAHOO.util.Anim);var Y=YAHOO.util;var superclass=Y.ColorAnim.superclass;var proto=Y.ColorAnim.prototype;proto.toString=function(){var el=this.getEl();var id=el.id||el.tagName;return("ColorAnim "+id);};proto.patterns.color=/color$/i;proto.patterns.rgb=/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i;proto.patterns.hex=/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i;proto.patterns.hex3=/^#?([0-9A-F]{1})([0-9A-F]{1})([0-9A-F]{1})$/i;proto.patterns.transparent=/^transparent|rgba\(0, 0, 0, 0\)$/;proto.parseColor=function(s){if(s.length==3){return s;}
66 return YAHOO.util.Easing.bounceOut(t*2-d,0,c,d)*.5+c*.5+b;}};(function(){YAHOO.util.Motion=function(el,attributes,duration,method){if(el){YAHOO.util.Motion.superclass.constructor.call(this,el,attributes,duration,method);}};YAHO
[all...]
H A Danimation.js37 * @param {Function} method (optional, defaults to YAHOO.util.Easing.easeNone) Computes the values that are applied to the attributes per frame (generally a YAHOO.util.Easing method)
40 YAHOO.util.Anim = function(el, attributes, duration, method) {
43 this.init(el, attributes, duration, method);
49 * @method toString
66 * Returns the value computed by the animation's "method".
67 * @method doMethod
74 return this.method(this.currentFrame, start, end - start, this.totalFrames);
79 * @method setAttribute
94 * @method getAttribut
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/animation/
H A Danimation-debug.js37 * @param {Function} method (optional, defaults to YAHOO.util.Easing.easeNone) Computes the values that are applied to the attributes per frame (generally a YAHOO.util.Easing method)
40 YAHOO.util.Anim = function(el, attributes, duration, method) {
44 this.init(el, attributes, duration, method);
50 * @method toString
67 * Returns the value computed by the animation's "method".
68 * @method doMethod
75 return this.method(this.currentFrame, start, end - start, this.totalFrames);
80 * @method setAttribute
95 * @method getAttribut
[all...]
H A Danimation-min.js8 YAHOO.util.Anim=function(el,attributes,duration,method){if(!el){}
9 this.init(el,attributes,duration,method);};YAHOO.util.Anim.prototype={toString:function(){var el=this.getEl();var id=el.id||el.tagName||el;return("Anim "+id);},patterns:{noNegatives:/width|height|opacity|padding/i,offsetAttribute:/^((width|height)|(top|left))$/,defaultUnit:/width|height|top$|bottom$|left$|right$/i,offsetUnit:/\d+(em|%|en|ex|pt|in|cm|mm|pc)$/i},doMethod:function(attr,start,end){return this.method(this.currentFrame,start,end-start,this.totalFrames);},setAttribute:function(attr,val,unit){if(this.patterns.noNegatives.test(attr)){val=(val>0)?val:0;}
15 this.runtimeAttributes[attr].start=start;this.runtimeAttributes[attr].end=end;this.runtimeAttributes[attr].unit=(isset(attributes[attr].unit))?attributes[attr]['unit']:this.getDefaultUnit(attr);return true;},init:function(el,attributes,duration,method){var isAnimated=false;var startTime=null;var actualFrames=0;el=YAHOO.util.Dom.get(el);this.attributes=attributes||{};this.duration=!YAHOO.lang.isUndefined(duration)?duration:1;this.method=method||YAHOO.util.Easing.easeNone;this.useSeconds=true;this.currentFrame=0;this.totalFrames=YAHOO.util.AnimMgr.fps;this.setEl=function(element){el=YAHOO.util.Dom.get(element);};this.getEl=function(){return el;};this.isAnimated=function(){return isAnimated;};this.getStartTime=function(){return startTime;};this.runtimeAttributes={};this.animate=function(){if(this.isAnimated()){return false;}
33 return[tmp[0][0],tmp[0][1]];};};(function(){YAHOO.util.ColorAnim=function(el,attributes,duration,method){YAHOO.util.ColorAnim.superclass.constructor.call(this,el,attributes,duration,method);};YAHOO.extend(YAHOO.util.ColorAnim,YAHOO.util.Anim);var Y=YAHOO.util;var superclass=Y.ColorAnim.superclass;var proto=Y.ColorAnim.prototype;proto.toString=function(){var el=this.getEl();var id=el.id||el.tagName;return("ColorAnim "+id);};proto.patterns.color=/color$/i;proto.patterns.rgb=/^rgb\(([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\)$/i;proto.patterns.hex=/^#?([0-9A-F]{2})([0-9A-F]{2})([0-9A-F]{2})$/i;proto.patterns.hex3=/^#?([0-9A-F]{1})([0-9A-F]{1})([0-9A-F]{1})$/i;proto.patterns.transparent=/^transparent|rgba\(0, 0, 0, 0\)$/;proto.parseColor=function(s){if(s.length==3){return s;}
66 return YAHOO.util.Easing.bounceOut(t*2-d,0,c,d)*.5+c*.5+b;}};(function(){YAHOO.util.Motion=function(el,attributes,duration,method){if(el){YAHOO.util.Motion.superclass.constructor.call(this,el,attributes,duration,method);}};YAHO
[all...]
H A Danimation.js37 * @param {Function} method (optional, defaults to YAHOO.util.Easing.easeNone) Computes the values that are applied to the attributes per frame (generally a YAHOO.util.Easing method)
40 YAHOO.util.Anim = function(el, attributes, duration, method) {
43 this.init(el, attributes, duration, method);
49 * @method toString
66 * Returns the value computed by the animation's "method".
67 * @method doMethod
74 return this.method(this.currentFrame, start, end - start, this.totalFrames);
79 * @method setAttribute
94 * @method getAttribut
[all...]
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jar ... jersey/server/impl/model/ com/sun/jersey/server/impl/model/method/ com/sun/jersey/server/impl/model/method/dispatch/ com/sun ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jar ... jersey/server/impl/model/ com/sun/jersey/server/impl/model/method/ com/sun/jersey/server/impl/model/method/dispatch/ com/sun ...
/forgerock/web-agents-v4/zlib/
H A Dzip.c152 int method; /* compression method of file currenty wr.*/ member in struct:__anon120
983 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.method,2);
1062 const char* comment, int method, int level, int raw,
1083 if ((method!=0) && (method!=Z_DEFLATED) && (method!=Z_BZIP2ED))
1086 if ((method!=0) && (method!=Z_DEFLATED))
1130 zi->ci.method
1059 zipOpenNewFileInZip4_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase, int zip64) argument
1269 zipOpenNewFileInZip4(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, uLong versionMadeBy, uLong flagBase) argument
1285 zipOpenNewFileInZip3(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting) argument
1300 zipOpenNewFileInZip3_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int windowBits,int memLevel, int strategy, const char* password, uLong crcForCrypting, int zip64) argument
1315 zipOpenNewFileInZip2(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw) argument
1328 zipOpenNewFileInZip2_64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void* extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int raw, int zip64) argument
1341 zipOpenNewFileInZip64(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level, int zip64) argument
1354 zipOpenNewFileInZip(zipFile file, const char* filename, const zip_fileinfo* zipfi, const void* extrafield_local, uInt size_extrafield_local, const void*extrafield_global, uInt size_extrafield_global, const char* comment, int method, int level) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_web.h73 #define REQUEST_METHOD "method"
276 am_web_req_method_t method; /* request method */ member in struct:__anon10
325 * Set the request method.
326 * Required and used in CDSSO mode to set/modify the request method.
333 * method - the request method to set.
337 void **args, am_web_req_method_t method);
419 // set method
561 const char* method,
[all...]

Completed in 124 milliseconds

1234567891011>>