comparison gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java @ 9726:0a5239a1e46e 3.2.x

Upgrade to Log4j 2
author Tom Gottfried <tom@intevation.de>
date Wed, 02 Mar 2022 10:26:50 +0100
parents 5e38e2924c07
children
comparison
equal deleted inserted replaced
9725:da398790fa32 9726:0a5239a1e46e
16 import org.apache.commons.codec.binary.Base64InputStream; 16 import org.apache.commons.codec.binary.Base64InputStream;
17 17
18 import org.apache.http.HttpEntity; 18 import org.apache.http.HttpEntity;
19 import org.apache.http.util.EntityUtils; 19 import org.apache.http.util.EntityUtils;
20 20
21 import org.apache.log4j.Logger; 21 import org.apache.logging.log4j.Logger;
22 import org.apache.logging.log4j.LogManager;
22 23
23 import org.w3c.dom.Document; 24 import org.w3c.dom.Document;
24 import org.w3c.dom.Element; 25 import org.w3c.dom.Element;
25 26
26 import org.dive4elements.artifacts.httpclient.utils.XMLUtils; 27 import org.dive4elements.artifacts.httpclient.utils.XMLUtils;
34 import org.dive4elements.river.client.server.features.Features; 35 import org.dive4elements.river.client.server.features.Features;
35 36
36 37
37 public class Response implements Authentication { 38 public class Response implements Authentication {
38 39
39 private static Logger log = Logger.getLogger(Response.class); 40 private static Logger log = LogManager.getLogger(Response.class);
40 41
41 private Element root; 42 private Element root;
42 private String samlTicketXML; 43 private String samlTicketXML;
43 private Assertion assertion; 44 private Assertion assertion;
44 private String username; 45 private String username;

http://dive4elements.wald.intevation.org