comparison src/bridge/bridge_constructor/bridge_template.ini @ 634:ca2cae6b2c6d

core: security attribute added to the parameters - getParams, getParamsUI and getParamsForCategory have a security_limit parameter to filter - parameters with security = 0 can be retrieved/modified from Libervia
author souliane <souliane@mailoo.org>
date Thu, 05 Sep 2013 20:28:44 +0200
parents 952322b1d490
children 7ea6d5a86e58
comparison
equal deleted inserted replaced
633:6a29a4d574bd 634:ca2cae6b2c6d
434 434
435 [getParamsUI] 435 [getParamsUI]
436 async= 436 async=
437 type=method 437 type=method
438 category=core 438 category=core
439 sig_in=s 439 sig_in=is
440 sig_out=s 440 sig_out=s
441 param_0_default="@DEFAULT@" 441 param_0_default=-1
442 param_1_default="@DEFAULT@"
442 doc=Return a SàT XMLUI for parameters 443 doc=Return a SàT XMLUI for parameters
443 doc_param_0=%(doc_profile_key)s 444 doc_param_0=security_limit: -1 means no security then the higher the most secure
445 doc_param_1=%(doc_profile_key)s
444 446
445 [getParams] 447 [getParams]
446 async= 448 async=
447 type=method 449 type=method
448 category=core 450 category=core
449 sig_in=s 451 sig_in=is
450 sig_out=s 452 sig_out=s
451 param_0_default="@DEFAULT@" 453 param_0_default=-1
454 param_1_default="@DEFAULT@"
452 doc=Return XML of parameters 455 doc=Return XML of parameters
453 doc_param_0=%(doc_profile_key)s 456 doc_param_0=security_limit: -1 means no security then the higher the most secure
457 doc_param_1=%(doc_profile_key)s
454 458
455 [getParamsForCategory] 459 [getParamsForCategory]
456 async= 460 async=
457 type=method 461 type=method
458 category=core 462 category=core
459 sig_in=ss 463 sig_in=sis
460 sig_out=s 464 sig_out=s
461 param_1_default="@DEFAULT@" 465 param_1_default=-1
466 param_2_default="@DEFAULT@"
462 doc=Return a xml of all params in a category 467 doc=Return a xml of all params in a category
463 doc_param_0=category: Category to get 468 doc_param_0=category: Category to get
464 doc_param_1=%(doc_profile_key)s 469 doc_param_1=security_limit: -1 means no security then the higher the most secure
470 doc_param_2=%(doc_profile_key)s
465 471
466 [getParamsCategories] 472 [getParamsCategories]
467 type=method 473 type=method
468 category=core 474 category=core
469 sig_in= 475 sig_in=