You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor FENCEAuthenticationService to use ProjectMetaData
The FENCEAuthenticationService has been refactored to use the ProjectMetaData instead of Map for project metadata. Objects have been replaced with their explicit ProjectMetaData objects, making the code easier to understand and modify in future. Removed unused project maps for improved efficiency.
Copy file name to clipboardexpand all lines: pic-sure-auth-services/src/main/java/edu/harvard/hms/dbmi/avillach/auth/service/auth/FENCEAuthenticationService.java
+13-19
Original file line number
Diff line number
Diff line change
@@ -73,10 +73,6 @@ public class FENCEAuthenticationService {
73
73
privateApplicationpicSureApp;
74
74
privateConnectionfenceConnection;
75
75
76
-
//read the fence_mapping.json into this object to improve lookup speeds
0 commit comments