added acl logic, when sign up, device delete and Request/Response relay.
authorJung Seungho <shonest.jung@samsung.com>
Sun, 9 Oct 2016 23:50:59 +0000 (08:50 +0900)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Mon, 24 Oct 2016 05:07:51 +0000 (05:07 +0000)
commit1c02e8ef0ad3623a7260ef51fddb7d190b2a1467
tree32f45227ca5e175dec67774a305081afeb225a0e
parenta79cb55de8f4ea583fd27e7f6b5ae6191505476a
added acl logic, when sign up, device delete and Request/Response relay.

- added create acl, when sign up
- added remove acl, when device delete
- added verify, when Request/Response relay
- relocate singleton object(getInstance) to AclManager
Patch #10: modified updateAclACE and add getAclACE, getACE Method in related class of Acl
Patch #11: reflected on the comments from Glen
Patch #14: modify addAclACE in AclManager and addACE in Acl to return generated aceids
Patch #15: fixed bug in AclVerifyResource and AccountManager
Patch #19: reflected on the comments from Eunok and fixed minor bug
Patch #22: fixed merge conflict

Signed-off-by: Jung Seungho <shonest.jung@samsung.com>
Change-Id: I0507d2a994b1adf3d78bda4d1608cb7d9ec6c850
Reviewed-on: https://gerrit.iotivity.org/gerrit/13577
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Minji Park <minjii.park@samsung.com>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
cloud/account/src/main/java/org/iotivity/cloud/accountserver/Constants.java
cloud/account/src/main/java/org/iotivity/cloud/accountserver/resources/account/AccountManager.java
cloud/account/src/main/java/org/iotivity/cloud/accountserver/resources/account/AccountResource.java
cloud/interface/src/main/java/org/iotivity/cloud/ciserver/Constants.java
cloud/interface/src/main/java/org/iotivity/cloud/ciserver/resources/DiResource.java
cloud/interface/src/test/java/org/iotivity/cloud/ciserver/resources/DiResourceTest.java
cloud/stack/src/main/java/org/iotivity/cloud/base/OICConstants.java