summaryrefslogtreecommitdiffstats
path: root/sms-client/src/java/main/SmsClient.java
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11Add maven build structureManjunath Ranganathaiah1-256/+0
Restructure the directories and files to accommodate maven build. This will build, test and generate jar file for clients to use. Adds a target in the top level makefile. Issue-ID: AAF-183 Change-Id: I8c27396248d83070befe51f2c6e01aed7dea9202 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-03-27Test framework for sms client code.Manjunath Ranganathaiah1-2/+2
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 Ranganathaiah1-3/+23
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-14Initial structure and java code for sms client.Manjunath Ranganathaiah1-0/+236
Change-Id: I245302bc125515269be948bb8b6874a7d3cb5367 Issue-ID: AAF-98 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>