summaryrefslogtreecommitdiffstats
path: root/sms-client
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Test framework for sms client code.Manjunath Ranganathaiah5-2/+210
Adds a test case for create domain interface Change-Id: I198d4e91845753ca359330c367180bd3a3732f30 Issue-ID: AAF-183 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-03-16Return only values to the caller of getSecretManjunath Ranganathaiah2-3/+26
Use returned values of map for datatype variables. Change-Id: I3829eab81e5e573505efff68970bd3495b7a92f0 Issue-ID: AAF-98 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-03-14Updated with variety of values in client exampleKiran Kamineni1-12/+18
Added a few different values in map that are of different datatypes Sorted the import statements and grouped by function Issue-ID: AAF-98 Change-Id: Ibe9f3188b1373c10275ea4aa4817eca789680b91 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-14Initial structure and java code for sms client.Manjunath Ranganathaiah4-0/+492
Change-Id: I245302bc125515269be948bb8b6874a7d3cb5367 Issue-ID: AAF-98 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-02-05Initial Project StructureKiran1-0/+0
Includes a directory stucture for all the current components The implemented code establishes a mTLS connection to client and serves a GET status request Other requests and handlers will come in future patches Issue-ID: AAF-102 Change-Id: Ib3bca066586d23330b10550f83772ab11aacabc7 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>