diff 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
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java	Wed May 08 17:56:14 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/auth/was/Response.java	Wed May 08 17:56:14 2013 +0200
@@ -39,7 +39,9 @@
     private Features features;
 
 
-    public Response(HttpEntity entity, String username, String password, Features features) throws AuthenticationException, IOException {
+    public Response(HttpEntity entity, String username, String password,
+                    Features features, String trustedKeyFile)
+        throws AuthenticationException, IOException {
 
         if (entity == null) {
             throw new ServiceException("Invalid response");

http://dive4elements.wald.intevation.org