comparison src/main/java/de/intevation/lada/util/auth/UserInfo.java @ 711:3ec358698b4d

Code style and documentation.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 22 Jul 2015 16:03:03 +0200
parents b2db32812260
children 244c54d16957
comparison
equal deleted inserted replaced
710:2ae27dde4823 711:3ec358698b4d
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
2 * Software engineering by Intevation GmbH
3 *
4 * This file is Free Software under the GNU GPL (v>=3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out
6 * the documentation coming with IMIS-Labordaten-Application for details.
7 */
1 package de.intevation.lada.util.auth; 8 package de.intevation.lada.util.auth;
2 9
3 import java.util.ArrayList; 10 import java.util.ArrayList;
4 import java.util.List; 11 import java.util.List;
5 12
13 /**
14 * Container for user specific information.
15 *
16 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
17 */
6 public class UserInfo { 18 public class UserInfo {
7 private String name; 19 private String name;
8 private List<String> messstellen; 20 private List<String> messstellen;
9 private List<String> netzbetreiber; 21 private List<String> netzbetreiber;
10 private List<String> roles; 22 private List<String> roles;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)