comparison src/main/java/de/intevation/lada/auth/Authentication.java @ 292:49d0becf3c65

New method to get user name in authentication module.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 14 Aug 2013 16:10:05 +0200
parents d8a3d188046f
children 567ce7697fc7
comparison
equal deleted inserted replaced
291:1a01e1473dc7 292:49d0becf3c65
13 public AuthenticationResponse authorizedGroups(HttpHeaders headers) 13 public AuthenticationResponse authorizedGroups(HttpHeaders headers)
14 throws AuthenticationException; 14 throws AuthenticationException;
15 15
16 public boolean hasAccess(HttpHeaders headers, String probeId) 16 public boolean hasAccess(HttpHeaders headers, String probeId)
17 throws AuthenticationException; 17 throws AuthenticationException;
18
19 public String getUserName(HttpHeaders headers)
20 throws AuthenticationException;
18 } 21 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)