From 7c5cc8940f91412ceccf456672d9d41860d877d2 Mon Sep 17 00:00:00 2001 From: tknall Date: Thu, 7 Oct 2010 12:06:47 +0000 Subject: Provide profile description via API call. More logging. WebApp: Bugfix for IE9 (download Link accessed twice) WebApp: Prevent Set-Cookie to be sent to BKU WebApp: Statistical logging added git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@592 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../java/at/gv/egiz/pdfas/api/commons/SignatureProfile.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/main/java/at/gv/egiz/pdfas/api') diff --git a/src/main/java/at/gv/egiz/pdfas/api/commons/SignatureProfile.java b/src/main/java/at/gv/egiz/pdfas/api/commons/SignatureProfile.java index a490327..d018050 100644 --- a/src/main/java/at/gv/egiz/pdfas/api/commons/SignatureProfile.java +++ b/src/main/java/at/gv/egiz/pdfas/api/commons/SignatureProfile.java @@ -11,7 +11,8 @@ import java.util.Properties; * @author wprinz */ public interface SignatureProfile { - // TODO: the full profile information will be implemented in future + + // TODO: implement full profile support /** * Returns the profile id. @@ -27,8 +28,6 @@ public interface SignatureProfile { */ public String getMOAKeyIdentifier(); - // start - modified by tknall - /** * Returns the entries relevant to the search algorithm for signature blocks.
* e.g. properties starting with sig_obj.PROFILE.key. and @@ -42,6 +41,11 @@ public interface SignatureProfile { */ public Properties getSignatureBlockEntries(); - // stop - modified by tknall + /** + * Returns the profile description. + * + * @return The profile description. + */ + public String getProfileDescription(); } -- cgit v1.2.3