From 8ab6d299cbbc2b9faa7f0d70b45e00ce54645e55 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 7 May 2013 13:59:10 +0200 Subject: PVP2.X Post and Redirect binding, signing and verification, added PVP2.x Citizen Token attributes --- .../java/at/gv/egovernment/moa/id/protocols/saml1/SAML1Protocol.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1Protocol.java') diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1Protocol.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1Protocol.java index d184643c4..1731a738c 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1Protocol.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1Protocol.java @@ -76,7 +76,9 @@ public class SAML1Protocol implements IModulInfo, MOAIDAuthConstants { } public boolean generateErrorMessage(Throwable e, - HttpServletRequest request, HttpServletResponse response) { + HttpServletRequest request, HttpServletResponse response, + IRequest protocolRequest) + throws Throwable{ // TODO Auto-generated method stub return false; } -- cgit v1.2.3