comparison flys-client/src/main/java/de/intevation/flys/client/server/auth/was/Response.java @ 3504:1387cdeb8d93

Add account information to flys-client user classes flys-client/trunk@5256 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Fri, 24 Aug 2012 10:49:23 +0000
parents 6f36f79676a7
children
comparison
equal deleted inserted replaced
3503:56f17c6c6288 3504:1387cdeb8d93
109 } 109 }
110 List<String> features = this.features.getFeatures( 110 List<String> features = this.features.getFeatures(
111 this.assertion.getRoles()); 111 this.assertion.getRoles());
112 logger.debug("User " + this.username + " with features " + features + 112 logger.debug("User " + this.username + " with features " + features +
113 " successfully authenticated."); 113 " successfully authenticated.");
114 return new User(this.username, this.password, 114 return new User(this.username, this.password, assertion.getNameID(),
115 this.assertion.getRoles(), assertion, features); 115 this.assertion.getRoles(), assertion, features);
116 } 116 }
117 } 117 }
118 // vim: set si et fileencoding=utf-8 ts=4 sw=4 tw=80: 118 // vim: set si et fileencoding=utf-8 ts=4 sw=4 tw=80:

http://dive4elements.wald.intevation.org