comparison gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java @ 8525:5aff82e77ec3

(issue1777) Move logging code for existing tickets to the correct location
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 16 Jan 2015 18:35:35 +0100
parents a3bc62722239
children 2c8259176c46
comparison
equal deleted inserted replaced
8524:25705fe99121 8525:5aff82e77ec3
116 } 116 }
117 List<String> features = this.features.getFeatures( 117 List<String> features = this.features.getFeatures(
118 this.assertion.getRoles()); 118 this.assertion.getRoles());
119 log.debug("User " + this.username + " with features " + features + 119 log.debug("User " + this.username + " with features " + features +
120 " successfully authenticated."); 120 " successfully authenticated.");
121 log.info("Authentication with existing ticket.");
122 return new User(assertion, this.samlTicketXML, features, this.password); 121 return new User(assertion, this.samlTicketXML, features, this.password);
123 } 122 }
124 } 123 }
125 // vim: set si et fileencoding=utf-8 ts=4 sw=4 tw=80: 124 // vim: set si et fileencoding=utf-8 ts=4 sw=4 tw=80:

http://dive4elements.wald.intevation.org