...
- The security handler specified exists and can be instantiated.
- The security handler successfully authenticates the "viewer.user", and returns a user with application role of VIEWER
TODO NOTES:
- Do all tests for both SNOMEDCT and ICD9CM
- When retrieving concepts, check some random attributes of the concepts (e.g. defaultPreferredName) to make sure parameters are being set.
Test Cases.
This test suite comprises the following test cases:
- Normal Use - org.ihtsdo.otf.ts.test.rest.SecurityServiceRestNormalUseTest
- Case testNormalUseRestContent001
- Case testNormalUseRestContent002
- Case testNormalUseRestContent003
- Case testNormalUseRestContent004
- Case testNormalUseRestContent005Case testNormalUseRestContent005
- Case testNormalUseRestContent006
- Case testNormalUseRestContent007
- Case testNormalUseRestContent008
- Case testNormalUseRestContent009
- Case testNormalUseRestContent010
- Case testNormalUseRestContent011
- Case testNormalUseRestContent012
- Case testNormalUseRestContent013
- Case testNormalUseRestContent014
- Case testNormalUseRestContent015
- Case testNormalUseRestContent016
- Case testNormalUseRestContent017
- Case testNormalUseRestContent018
- Case testNormalUseRestContent019
- Degenerate Use - org.ihtsdo.otf.ts.test.rest.SecurityServiceRestDegenerateUseTest
- Edge Cases - org.ihtsdo.otf.ts.test.rest.SecurityServiceRestEdgeCasesTest
- Role Check - org.ihtsdo.otf.ts.test.rest.SecurityServiceRestRoleCheckTest
...