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

Pass trusted key filename to Response in WAS Authenticator.
author Bernhard Herzog <bh@intevation.de>
date Wed, 08 May 2013 17:56:14 +0200
parents 3ce02ac72855
children d6f13dba21fe
comparison
equal deleted inserted replaced
5942:92da396f80d7 5943:a96350a1c160
37 private String username; 37 private String username;
38 private String password; 38 private String password;
39 private Features features; 39 private Features features;
40 40
41 41
42 public Response(HttpEntity entity, String username, String password, Features features) throws AuthenticationException, IOException { 42 public Response(HttpEntity entity, String username, String password,
43 Features features, String trustedKeyFile)
44 throws AuthenticationException, IOException {
43 45
44 if (entity == null) { 46 if (entity == null) {
45 throw new ServiceException("Invalid response"); 47 throw new ServiceException("Invalid response");
46 } 48 }
47 49

http://dive4elements.wald.intevation.org