added APIs related to account in OCAccountManager
authorJaewook Jung <jw0213.jung@samsung.com>
Tue, 9 Aug 2016 07:39:08 +0000 (16:39 +0900)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Tue, 9 Aug 2016 10:51:55 +0000 (10:51 +0000)
commitb426c6d1d9adfe4fb528ae469e950d4c57d03fe8
treeb8f8e1cfcbb38b6246816f5ac9bc8619938ef1f9
parent9fbd456727292a2c6e3353dd287755fc3e8fcc87
added APIs related to account in OCAccountManager

added 2 APIs related to account
: searchUser, deleteDevice

and modified signOut API due to the change of the specification
that signOut message has no more any payload but only login property.

Change-Id: Ida9abb953d1bed0dae0fb4f0cb2bed522bc8a3dd
Signed-off-by: Jaewook Jung <jw0213.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10171
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
resource/csdk/stack/include/octypes.h
resource/include/IClientWrapper.h
resource/include/InProcClientWrapper.h
resource/include/OCAccountManager.h
resource/include/OutOfProcClientWrapper.h
resource/src/InProcClientWrapper.cpp
resource/src/OCAccountManager.cpp
resource/src/OCResource.cpp
resource/unittests/OCAccountManagerTest.cpp