comparison gwt-client/src/main/java/org/dive4elements/river/client/server/auth/Authentication.java @ 9497:d6d5ca6d4af0

Enabled logging of saml-group-name in log-ing logfile. Some cleanup/refaktoring.
author gernotbelger
date Thu, 27 Sep 2018 17:40:39 +0200
parents ea9eef426962
children
comparison
equal deleted inserted replaced
9486:ce13a2f07290 9497:d6d5ca6d4af0
10 10
11 /** Interface to represent user authentications 11 /** Interface to represent user authentications
12 */ 12 */
13 public interface Authentication { 13 public interface Authentication {
14 14
15 /** Returns true if the authentication was successfull 15 /**
16 * Returns true if the authentication was successfull
16 */ 17 */
17 public boolean isSuccess(); 18 boolean isSuccess();
18 19
19 /** Returns a new User object 20 /**
21 * Returns a new User object
20 */ 22 */
21 public User getUser() throws AuthenticationException; 23 User getUser() throws AuthenticationException;
22
23 } 24 }

http://dive4elements.wald.intevation.org