view src/main/java/de/intevation/lada/util/auth/AuthenticationType.java @ 959:391ef3356b60

Use the netzbetreiber id value instead of casting data to ort and request netzbetreiberid again.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 26 May 2016 12:20:15 +0200
parents 3ec358698b4d
children
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
 * Software engineering by Intevation GmbH
 *
 * This file is Free Software under the GNU GPL (v>=3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out
 * the documentation coming with IMIS-Labordaten-Application for details.
 */
package de.intevation.lada.util.auth;

/**
 * Enumeration defining authentication types.
 *
 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
 */
public enum AuthenticationType {
    NONE, //DEVELOPMENT ONLY!
    OPENID, // ... and others...
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)