1 /*****************************************************************************
5 * Creation date 08.10.2012
6 * @author Author: Maria KRUCHININA
8 *****************************************************************************/
10 package org.splat.service;
12 import org.splat.log.AppLogger;
15 * @author Maria KRUCHININA
18 public class UtilServiceImpl implements UtilService {
21 * logger for the service.
23 private static final AppLogger LOG = AppLogger.getLogger(UtilServiceImpl.class); //RKV: NOPMD: TODO: Complete the service
26 * Get the connected user.
28 * @see org.splat.service.UtilService#getConnectedUser(java.util.Map)
30 /*public User getConnectedUser (final Map<String, Object> session) {
31 ApplicationRights rights = (ApplicationRights)session.get("user.rights");
32 return rights.getUser(); // May be null