Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
Description
The NMR API allow for the Message to contain a SecuritySubject. We should improve the NMR endpoint to (optionally) support being invoked on behalf of that Subject (using Subject.doAs(...)) so that any code inside the endpoint can easily access this information through the Subject.getSubject(...) method.