X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fstack%2Fsamples%2Flinux%2Fsecure%2Foic_svr_db_client_directpairing.json;h=4fcd6db2688435aa62ff8a4a6356cf5fbfbf116a;hb=1cee1631595cac6a6394ac2e0b365c6dd5a42c68;hp=588ac54d09322978d96d3e100f6ba156128c6fb9;hpb=390866079e285d2c74918432c0d597d5da52f8a0;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/stack/samples/linux/secure/oic_svr_db_client_directpairing.json b/resource/csdk/stack/samples/linux/secure/oic_svr_db_client_directpairing.json index 588ac54..4fcd6db 100644 --- a/resource/csdk/stack/samples/linux/secure/oic_svr_db_client_directpairing.json +++ b/resource/csdk/stack/samples/linux/secure/oic_svr_db_client_directpairing.json @@ -1,100 +1,82 @@ -{ - "acl": { - "aclist": { - "aces": [ - { - "subjectuuid": "*", - "resources": [ - { - "href": "/oic/res", - "rel": "", - "rt": "", - "if": "" - }, - { - "href": "/oic/d", - "rel": "", - "rt": "", - "if": "" - }, - { - "href": "/oic/p", - "rel": "", - "rt": "", - "if": "" - }, - { - "href": "/oic/res/d", - "rel": "", - "rt": "", - "if": "" - }, - { - "href": "/oic/res/types/d", - "rel": "", - "rt": "", - "if": "" - }, - { - "href": "/oic/presence", - "rel": "", - "rt": "", - "if": "" - } - ], - "permission": 2 - }, - { - "subjectuuid": "*", - "resources": [ - { - "href": "/oic/sec/doxm", - "rel": "", - "rt": "", - "if": "" - }, - { - "href": "/oic/sec/pstat", - "rel": "", - "rt": "", - "if": "" - }, - { - "href": "/oic/sec/acl", - "rel": "", - "rt": "", - "if": "" - }, - { - "href": "/oic/sec/cred", - "rel": "", - "rt": "", - "if": "" - } - ], - "permission": 6 - } - ] - }, - "rowneruuid" : "64697265-6374-7061-6972-696e67446576" - }, - "pstat": { - "isop": false, - "deviceuuid": "64697265-6374-7061-6972-696e67446576", - "rowneruuid": "64697265-6374-7061-6972-696e67446576", - "cm": 2, - "tm": 0, - "om": 3, - "sm": 3 - }, - "doxm": { - "oxms": [0], - "oxmsel": 0, - "sct": 1, - "owned": false, - "deviceuuid": "64697265-6374-7061-6972-696e67446576", - "devowneruuid": "", - "rowneruuid": "64697265-6374-7061-6972-696e67446576", - "dpc": false - } -} +{ + "acl": { + "aclist": { + "aces": [ + { + "subjectuuid": "*", + "resources": [ + { + "href": "/oic/res", + "rel": "", + "rt": ["oic.wk.res"], + "if": ["oic.if.ll"] + }, + { + "href": "/oic/d", + "rel": "", + "rt": ["oic.wk.d"], + "if": ["oic.if.baseline", "oic.if.r"] + }, + { + "href": "/oic/p", + "rel": "", + "rt": ["oic.wk.p"], + "if": ["oic.if.baseline", "oic.if.r"] + } + ], + "permission": 2 + }, + { + "subjectuuid": "*", + "resources": [ + { + "href": "/oic/sec/doxm", + "rel": "", + "rt": ["oic.r.doxm"], + "if": ["oic.if.baseline"] + }, + { + "href": "/oic/sec/pstat", + "rel": "", + "rt": ["oic.r.pstat"], + "if": ["oic.if.baseline"] + }, + { + "href": "/oic/sec/acl", + "rel": "", + "rt": ["oic.r.acl"], + "if": ["oic.if.baseline"] + }, + { + "href": "/oic/sec/cred", + "rel": "", + "rt": ["oic.r.cred"], + "if": ["oic.if.baseline"] + } + ], + "permission": 6 + } + ] + }, + "rowneruuid" : "64697265-6374-7061-6972-696e67446576" + }, + "pstat": { + "isop": false, + "deviceuuid": "64697265-6374-7061-6972-696e67446576", + "rowneruuid": "64697265-6374-7061-6972-696e67446576", + "cm": 2, + "tm": 0, + "om": 3, + "sm": 3 + }, + "doxm": { + "oxms": [0], + "oxmsel": 0, + "sct": 1, + "owned": false, + "deviceuuid": "64697265-6374-7061-6972-696e67446576", + "devowneruuid": "", + "rowneruuid": "64697265-6374-7061-6972-696e67446576", + "x.org.iotivity.dpc": false + } +}