156157158159160161162163164
* return "ok"; } */ public UserProfile getUser() { UserProfile res = currentServiceHdl == null ? null : currentServiceHdl.getUser(); return res; }