| /forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/ |
| H A D | IdentityServicesHandler.java | 114 * Determines unmarshalls the request and executes the proper method based 126 //set headers before executing the method, so they are set even if exception is being thrown 150 private static boolean isBlank(String val) argument 152 return (val == null) ? true : 153 ((val.trim().length() == 0) ? true : false); 548 // find the method 553 // found the method by name.. 567 this.method = imethod; 591 final Method method; field in class:IdentityServicesHandler.SecurityMethod 598 // find the security method fro [all...] |
| /forgerock/web-agents-v4/source/ |
| H A D | policy_xml.c | 87 int create_am_action_decision_node(am_bool_t action, char method, uint64_t ttl, struct am_action_decision **node) { argument 93 action_decision->method = method; 207 char *val = ctx->data; local 210 if (ctx->attribute_name != NULL && val != NULL) { 214 if (create_am_namevalue_node(ctx->attribute_name, strlen(ctx->attribute_name), val, len, &el) == 0) { 222 if (create_am_namevalue_node(ctx->attribute_name, strlen(ctx->attribute_name), val, len, &el) == 0) { 230 ctx->curr_action_decision->method = am_method_str_to_num(ctx->attribute_name); 231 ctx->curr_action_decision->action = strncasecmp(val, "allow", len) == 0; 237 if (create_am_namevalue_node(ctx->attribute_name, strlen(ctx->attribute_name), val, le 278 character_data(void *userData, const char *val, int len) argument [all...] |
| H A D | utility.c | 908 * @param method The index into the array 911 const char *am_method_num_to_str(int method) { argument 912 if (method >= 0 && method < ARRAY_SIZE(request_method_str)) { 913 return request_method_str[(unsigned char) method]; 919 * Caselessly search for the incoming method name within the request_method_str array and 1643 const char *val = NULL; local 1647 val = valid_idx >= r->conf->naming_url_sz ? 1651 val, valid_idx); 1653 return val; [all...] |
| /forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/ |
| H A D | IdentityServicesHandler.java | 114 * Determines unmarshalls the request and executes the proper method based 126 //set headers before executing the method, so they are set even if exception is being thrown 150 private static boolean isBlank(String val) argument 152 return (val == null) ? true : 153 ((val.trim().length() == 0) ? true : false); 548 // find the method 553 // found the method by name.. 567 this.method = imethod; 591 final Method method; field in class:IdentityServicesHandler.SecurityMethod 598 // find the security method fro [all...] |
| /forgerock/openam-v13/openam-oauth/samples/StockClient/lib/ |
| H A D | jersey-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 D | jersey-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/opendj2/ext/xalan-j/ |
| H A D | serializer.jar | ... lang.String, java.lang.String, boolean) String val$entitiesFileName
String val$method
boolean val$internal ... |
| /forgerock/opendj-b2.6/ext/xalan-j/ |
| H A D | serializer.jar | ... lang.String, java.lang.String, boolean) String val$entitiesFileName
String val$method
boolean val$internal ... |
| /forgerock/opendj2.6.2/ext/xalan-j/ |
| H A D | serializer.jar | ... lang.String, java.lang.String, boolean) String val$entitiesFileName
String val$method
boolean val$internal ... |
| /forgerock/opendj2-jel-hg/ext/xalan-j/ |
| H A D | serializer.jar | ... lang.String, java.lang.String, boolean) String val$entitiesFileName
String val$method
boolean val$internal ... |
| /forgerock/opendj2-hg/ext/xalan-j/ |
| H A D | serializer.jar | ... lang.String, java.lang.String, boolean) String val$entitiesFileName
String val$method
boolean val$internal ... |
| /forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/ |
| H A D | serializer.jar | ... lang.String, java.lang.String, boolean) String val$entitiesFileName
String val$method
boolean val$internal ... |
| /forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/utilities/ |
| H A D | utilities.js | 49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}} 50 return val/100;case'float':property='styleFloat';default:var value=el.currentStyle?el.currentStyle[property]:null;return(el.style[property]||value);}};}else{getStyle=function(el,property){return el.style[property];};} 51 if(isIE){setStyle=function(el,property,val){switch(property){case'opacity':if(YAHOO.lang.isString(el.style.filter)){el.style.filter='alpha(opacity='+val*100+')';if(!el.currentStyle||!el.currentStyle.hasLayout){el.style.zoom=1;}} 52 break;case'float':property='styleFloat';default:el.style[property]=val;}};}else{setStyle=function(el,property,val){if(property=='float'){property='cssFloat';} 53 el.style[property]=val;};} 54 var testElement=function(node,method){retur 323 YAHOO.util.Dom.setStyle(this.getEl(),attr,val+unit);},getAttribute:function(attr){var el=this.getEl();var val=YAHOO.util.Dom.getStyle(el,attr);if(val!=='auto'&&!this.patterns.offsetUnit.test(val)){return parseFloat(val);} variable [all...] |
| /forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/utilities/ |
| H A D | utilities.js | 49 return el.style[property]||value;};}else if(document.documentElement.currentStyle&&isIE){getStyle=function(el,property){switch(toCamel(property)){case'opacity':var val=100;try{val=el.filters['DXImageTransform.Microsoft.Alpha'].opacity;}catch(e){try{val=el.filters('alpha').opacity;}catch(e){}} 50 return val/100;case'float':property='styleFloat';default:var value=el.currentStyle?el.currentStyle[property]:null;return(el.style[property]||value);}};}else{getStyle=function(el,property){return el.style[property];};} 51 if(isIE){setStyle=function(el,property,val){switch(property){case'opacity':if(YAHOO.lang.isString(el.style.filter)){el.style.filter='alpha(opacity='+val*100+')';if(!el.currentStyle||!el.currentStyle.hasLayout){el.style.zoom=1;}} 52 break;case'float':property='styleFloat';default:el.style[property]=val;}};}else{setStyle=function(el,property,val){if(property=='float'){property='cssFloat';} 53 el.style[property]=val;};} 54 var testElement=function(node,method){retur 323 YAHOO.util.Dom.setStyle(this.getEl(),attr,val+unit);},getAttribute:function(attr){var el=this.getEl();var val=YAHOO.util.Dom.getStyle(el,attr);if(val!=='auto'&&!this.patterns.offsetUnit.test(val)){return parseFloat(val);} variable [all...] |
| /forgerock/opendj-b2.6/resource/dsml/lib/ |
| H A D | jaxb-impl.jar | ... .lang.Class, java.lang.reflect.Method, java.lang.reflect.Method) throws javax. ... |
| /forgerock/opendj2-jel-hg/resource/dsml/lib/ |
| H A D | jaxb-impl.jar | ... .lang.Class, java.lang.reflect.Method, java.lang.reflect.Method) throws javax. ... |
| /forgerock/opendj2/ext/ant/lib/ |
| H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
| /forgerock/opendj-b2.6/ext/ant/lib/ |
| H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
| /forgerock/opendj2.6.2/ext/ant/lib/ |
| H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
| /forgerock/opendj2-hg/ext/ant/lib/ |
| H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
| /forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
| H A D | ant-contrib-1.0b3.jar | META-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ... |
| /forgerock/opendj2/ext/testng/lib/ |
| H A D | testng-5.7b-jdk15.jar | META-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ... |
| /forgerock/opendj-b2.6/ext/testng/lib/ |
| H A D | testng-5.7b-jdk15.jar | META-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ... |
| /forgerock/opendj2.6.2/ext/testng/lib/ |
| H A D | testng-5.7b-jdk15.jar | META-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ... |
| /forgerock/opendj2-jel-hg/ext/testng/lib/ |
| H A D | testng-5.7b-jdk15.jar | META-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ... |