comparison gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Authenticator.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 2c8259176c46
children f51e23eb036a
comparison
equal deleted inserted replaced
9486:ce13a2f07290 9497:d6d5ca6d4af0
64 else { 64 else {
65 String trustedKey = 65 String trustedKey =
66 (String)context.getInitParameter("saml-trusted-public-key"); 66 (String)context.getInitParameter("saml-trusted-public-key");
67 String timeEpsilon = context.getInitParameter( 67 String timeEpsilon = context.getInitParameter(
68 "saml-time-tolerance"); 68 "saml-time-tolerance");
69 return new Response(entity, username, password, features, 69 return new Response(entity, password, features,
70 context.getRealPath(trustedKey), timeEpsilon); 70 context.getRealPath(trustedKey), timeEpsilon);
71 } 71 }
72 } 72 }
73 catch(GeneralSecurityException e) { 73 catch(GeneralSecurityException e) {
74 throw new AuthenticationException(e); 74 throw new AuthenticationException(e);

http://dive4elements.wald.intevation.org