comparison src/main/java/de/intevation/lada/auth/Authentication.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents 49d0becf3c65
children 183f8116d9a6
comparison
equal deleted inserted replaced
365:fab80595ed55 366:567ce7697fc7
1 package de.intevation.lada.auth; 1 package de.intevation.lada.auth;
2 2
3 import javax.ws.rs.core.HttpHeaders; 3 import javax.ws.rs.core.HttpHeaders;
4 4
5 /** 5 /**
6 * Defines the interface authentication modules that provide information about
7 * the user.
8 *
6 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a> 9 * @author <a href="mailto:rrenkert@intevation.de">Raimund Renkert</a>
7 */ 10 */
8 public interface Authentication 11 public interface Authentication
9 { 12 {
10 public boolean isAuthorizedUser(HttpHeaders headers) 13 public boolean isAuthorizedUser(HttpHeaders headers)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)