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, 21 Nov 2016 06:46:18 +0000 (06:46 +0000)
commit4fc4224f5c9e24a5b9dbfc10bbec2bac553ee4fb
treea70b5a35ed345ee4f14e24986049784d83282851
parent95373e32c5c555f872540d12bdc7f5f6de11ba9c
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/12867
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@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