[IOT-1556] Changes in cloud according to the stateless request/response model (group...
authoryeonghun.nam <yeonghun.nam@samsung.com>
Tue, 15 Nov 2016 06:03:30 +0000 (15:03 +0900)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Tue, 22 Nov 2016 05:55:47 +0000 (05:55 +0000)
commit3becdbad309742d707d33449500446fe87f49a5a
tree4ee7c1594bb7ee796c7bd6b8974a0c510c4faeae
parent9d686a6b7e8f2a8bdb893056d44665da370c7cb7
[IOT-1556] Changes in cloud according to the stateless request/response model (group features)

The cloud implementation is revised, due to the protocol update to the stateless request/response model in the device-to-cloud communication.

- Group Management
  - Group creation implementation
  - add/update/delete properties
  - delete group
  - get group information

patch #6: POST /oic/acl/group/ response correction

Change-Id: I7db5836bff5b4cb33a7effa523f9388ff4240262
Signed-off-by: yeonghun.nam <yeonghun.nam@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/14333
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
Tested-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
(cherry picked from commit 834187fe46f97e101496d0d5f156efdbd330f3fa)
Reviewed-on: https://gerrit.iotivity.org/gerrit/14585
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
cloud/account/src/main/java/org/iotivity/cloud/accountserver/db/GroupTable.java
cloud/account/src/main/java/org/iotivity/cloud/accountserver/resources/acl/group/GroupBrokerManager.java
cloud/account/src/main/java/org/iotivity/cloud/accountserver/resources/acl/group/GroupManager.java
cloud/account/src/main/java/org/iotivity/cloud/accountserver/resources/acl/group/GroupResource.java
cloud/account/src/test/java/org/iotivity/cloud/accountserver/resources/acl/group/GroupBrokerTest.java
cloud/account/src/test/java/org/iotivity/cloud/accountserver/resources/acl/group/GroupResourceTest.java
cloud/account/src/test/java/org/iotivity/cloud/accountserver/resources/acl/invite/InviteResourceTest.java
cloud/stack/src/main/java/org/iotivity/cloud/base/resource/Resource.java