Task #7193
Story #7190: Code review with emphasis on authentication implementation
Review CN service implementation support for token auth
History
#1 Updated by Rob Nahf almost 9 years ago
- Status changed from New to In Progress
- Assignee changed from Chris Jones to Rob Nahf
- % Done changed from 0 to 30
this might have to be done at the component level: metacat, cn-rest-service (resolve), cn-node-registry, and others?
#2 Updated by Rob Nahf almost 9 years ago
- Category set to d1_cn_service
- translation missing: en.field_remaining_hours set to 0.0
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
CN-rest switched from using CertificateManager to PortalCertificateManager in April of 2015.
For example:
public void updateNodeCapabilities(MultipartHttpServletRequest fileRequest, HttpServletResponse response, @PathVariable String nodeId) throws InvalidToken, ServiceFailure, InvalidRequest, IdentifierNotUnique, NotAuthorized, NotImplemented, NotFound { Session session = PortalCertificateManager.getInstance().getSession(fileRequest);