Added Cloud-connector API in base layer for account server
authorJaewook Jung <jw0213.jung@samsung.com>
Thu, 16 Jun 2016 11:51:46 +0000 (20:51 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Thu, 21 Jul 2016 11:34:39 +0000 (11:34 +0000)
commit859562966198e233aa12be04aef960437788c731
tree42436b7330dc0d839692ef88b84ac293a340e4f4
parent3534f2a73958e991b00ea5c5c8819423eec3269d
Added Cloud-connector API in base layer for account server

added APIs to support functions about account authorization
  : Sign-up, Sign-in, Sign-out, Refresh Access token
one existing build option is used to inlude APIs
  : WITH_CLOUD
and it is not supported on client mode for now
since device id is not generated on client mode (JIRA-1184)

Change-Id: Iefdf52545580efa4c533ff77137bce6c779bcaba
Signed-off-by: Jaewook Jung <jw0213.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9121
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Jaehong Jo <jaehong.jo@samsung.com>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
16 files changed:
build_common/SConscript
examples/OICMiddle/SConscript
resource/csdk/stack/include/octypes.h
resource/examples/SConscript
resource/include/IClientWrapper.h
resource/include/InProcClientWrapper.h
resource/include/OCPlatform.h
resource/include/OCPlatform_impl.h
resource/include/OutOfProcClientWrapper.h
resource/src/InProcClientWrapper.cpp
resource/src/OCPlatform.cpp
resource/src/OCPlatform_impl.cpp
resource/src/OCResource.cpp
resource/src/SConscript
resource/unittests/OCPlatformTest.cpp
resource/unittests/SConscript