comparison flys-client/src/main/java/de/intevation/flys/client/server/auth/was/Assertion.java @ 4231:adcb8aee1910

Add debug info about GGInA session lease time
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 23 Oct 2012 16:07:39 +0200
parents d7f76f197d89
children
comparison
equal deleted inserted replaced
4230:eab85cf85b10 4231:adcb8aee1910
64 "NotBefore " + from); 64 "NotBefore " + from);
65 } 65 }
66 } 66 }
67 67
68 String until = condition.getAttributeValue("NotOnOrAfter"); 68 String until = condition.getAttributeValue("NotOnOrAfter");
69 logger.debug("Session is valid until " + until);
69 if (until != null) { 70 if (until != null) {
70 try { 71 try {
71 this.notonorafter = dateformat.parse(until); 72 this.notonorafter = dateformat.parse(until);
72 } 73 }
73 catch(ParseException e) { 74 catch(ParseException e) {

http://dive4elements.wald.intevation.org