-
Type: Clean up
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.7.2
-
Fix Version/s: QualifiedToSchedule
-
Component/s: User Profile / User Manager
In the implementation methods, the principal and username arguments usage is not safe. We should not have optional arguments in method call. I think we should avoid passing the principal by argument and let the caller makes use of the principal user name by default instead.