dnet45dhp-schemasdnet-hadoopdnet40dnet50
[Trunk | Authorization Library]:1. Added folder /controllers.2. AuthorizationLibraryCheckDeployController.java: [NEW] Controller added and a. "hello()" method (@RequestMapping(value = {"", "/health_check"}, method = RequestMethod.GET)) which just prints and returns a greeting message....
[Trunk | Authorization Library]: AuthorizationService.java: add method "getEmail()", to get user email.
[Trunk | Authorization Library]: AuthorizationService.java: [Bug fix] Added "authentication.getPrincipal() instanceof User" check before casting authentication.getPrincipal() to User - if user is not logged in, it is String.
[Authorization-Library | Trunk]: Authorization Service add boolean communityMap on mapType
[Authorization Library | Trunk]: Add role anonymous and registered user
[Trunk | Authorization Library]: AuthorizationService.java: Add anonymous user roles and add method "getAaiId()" (currently we get aaiId from password field - to be changed).
[AuthorizationLibrary | Trunk]: Add Entry point class to get 401 if user is not loggedin
[Trunk | Authorization Library]:1. AuthorizationService.java: [Bug fix] In method "curator()", "CURATOR" is a prefix, not suffix in role.2. AuthorizationConfiguration.java: Comment "@PropertySources" as this is a library project and properties are set by parent project.
View revisions
Also available in: Atom