comparison gwt-client/src/main/java/org/dive4elements/river/client/server/GGInATrustStrategy.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 809c91beee54
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
18 /** 18 /**
19 * Temporary class to accept all certificates for GGinA Authentication. 19 * Temporary class to accept all certificates for GGinA Authentication.
20 */ 20 */
21 21
22 @Override 22 @Override
23 public boolean isTrusted(X509Certificate[] chain, String authType) throws CertificateException { 23 public boolean isTrusted(
24 X509Certificate[] chain,
25 String authType
26 ) throws CertificateException {
24 // FIXME validate Certificate 27 // FIXME validate Certificate
25 return true; 28 return true;
26 } 29 }
27 } 30 }
28 31

http://dive4elements.wald.intevation.org