view src/main/java/de/intevation/lada/util/auth/AuthorizationType.java @ 721:6eed8b5decb1

Added shibboleth authorization.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 14 Aug 2015 09:44:31 +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 authorization types.
 *
 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
 */
public enum AuthorizationType {
    NONE, // DEVELOPMENT ONLY!
    LDAP, // ... and others...
    HEADER
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)