comparison gwt-client/src/main/java/org/dive4elements/river/client/server/auth/plain/Authenticator.java @ 6187:7bc35bbd8b27

Store the SAML ticket in the user object after authentication. The SAML ticket will be needed to allow single sign-on to work for the links into the wiki that are used in several places in the UI. Part of flys/issue1265
author Bernhard Herzog <bh@intevation.de>
date Tue, 04 Jun 2013 17:13:50 +0200
parents ea9eef426962
children 5e38e2924c07
comparison
equal deleted inserted replaced
6186:a07521dca5b5 6187:7bc35bbd8b27
61 } 61 }
62 62
63 @Override 63 @Override
64 public User getUser() { 64 public User getUser() {
65 return isSuccess() 65 return isSuccess()
66 ? new DefaultUser(user, password, false, roles, this.features.getFeatures(roles)) 66 ? new DefaultUser(user, password, null, false, roles, this.features.getFeatures(roles))
67 : null; 67 : null;
68 } 68 }
69 } // class Authentication 69 } // class Authentication
70 70
71 public Authenticator() { 71 public Authenticator() {

http://dive4elements.wald.intevation.org