view src/main/java/de/intevation/lada/util/auth/AuthorizationType.java @ 577:ec8b2d1173d8

Added authorization type OPEN_ID.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 23 Mar 2015 17:45:03 +0100
parents bcd43f47ac5d
children 3ec358698b4d
line wrap: on
line source
package de.intevation.lada.util.auth;

public enum AuthorizationType {
    NONE, // DEVELOPMENT ONLY!
    LDAP, // ... and others...
    OPEN_ID
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)