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

Code style and documentation.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 22 Jul 2015 16:03:03 +0200
parents bcd43f47ac5d
children
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
10 /**
11 * Enumeration defining authentication types.
12 *
13 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
14 */
3 public enum AuthenticationType { 15 public enum AuthenticationType {
4 NONE, //DEVELOPMENT ONLY! 16 NONE, //DEVELOPMENT ONLY!
5 OPENID, // ... and others... 17 OPENID, // ... and others...
6 } 18 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)