comparison gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java @ 8504:a3bc62722239

(issue1777) Log saml logins also as info without username.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 16 Dec 2014 12:48:25 +0100
parents 238fc722f87a
children 5aff82e77ec3
comparison
equal deleted inserted replaced
8503:9f3ffb218bc0 8504:a3bc62722239
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.");
121 return new User(assertion, this.samlTicketXML, features, this.password); 122 return new User(assertion, this.samlTicketXML, features, this.password);
122 } 123 }
123 } 124 }
124 // vim: set si et fileencoding=utf-8 ts=4 sw=4 tw=80: 125 // vim: set si et fileencoding=utf-8 ts=4 sw=4 tw=80:

http://dive4elements.wald.intevation.org