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

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