Move security files and remove roles
- May 27, 2020
-
-
Chris Lemaire authored
Signed-off-by:
Chris Lemaire <c.lemaire@student.tudelft.nl>
-
Chris Lemaire authored
We did not use Roles at all in the Queue, because we rely heavily on permission service for authorization facts. This commit removes the code used to set an outdated role hierarchy. This commit also moves all security-related classes into a security package to more easily find the code related to security issues. Before, this code was scattered and it was hard to find what the meaning was of each of the classes. Small change: in SAMLUserDetailsServiceImpl, the usage of debugging prints was not using the proper string interpolation technique provided by Logger. This commit fixes that. Signed-off-by:
Chris Lemaire <c.lemaire@student.tudelft.nl>
-