comparison src/main/java/de/intevation/lada/util/auth/Authentication.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
3 import javax.ws.rs.core.HttpHeaders; 10 import javax.ws.rs.core.HttpHeaders;
4 11
12 /**
13 * Interface for the authentication mechanism.
14 *
15 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
16 */
5 public interface Authentication { 17 public interface Authentication {
6 18
7 public boolean isAuthenticated(HttpHeaders headers); 19 public boolean isAuthenticated(HttpHeaders headers);
8 } 20 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)