diff options
author | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-08-22 12:55:42 +0000 |
---|---|---|
committer | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2005-08-22 12:55:42 +0000 |
commit | 4f3581a0f3ad7eef9fecd5971a35538cb4b30acc (patch) | |
tree | 62cff8adb354763ccc6a375255a7ef43d8a6cfe2 /id.server/src | |
parent | 2ab1902e1f72b8034718cba7c257a9d62fdd10b5 (diff) | |
download | moa-id-spss-4f3581a0f3ad7eef9fecd5971a35538cb4b30acc.tar.gz moa-id-spss-4f3581a0f3ad7eef9fecd5971a35538cb4b30acc.tar.bz2 moa-id-spss-4f3581a0f3ad7eef9fecd5971a35538cb4b30acc.zip |
Logging wurde vorgezogen
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@457 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/src')
-rw-r--r-- | id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java b/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java index 77dffa420..4cfd6f503 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/AuthenticationServer.java @@ -523,11 +523,11 @@ public class AuthenticationServer implements MOAIDAuthConstants { OutputXML2File.debugOutputXML2File("VerifyAuthenticationBlockRequest.xml", domVsreq, DEBUG_OUTPUT_HIERARCHY); // invokes the call Element domVsresp = new SignatureVerificationInvoker().verifyXMLSignature(domVsreq); - // parses the <VerifyXMLSignatureResponse> - VerifyXMLSignatureResponse vsresp = new VerifyXMLSignatureResponseParser(domVsresp).parseData(); // debug output - if(null != domVsresp) + if(null != domVsresp) OutputXML2File.debugOutputXML2File("VerifyAuthenticationBlockResponse.xml", domVsresp, DEBUG_OUTPUT_HIERARCHY); + // parses the <VerifyXMLSignatureResponse> + VerifyXMLSignatureResponse vsresp = new VerifyXMLSignatureResponseParser(domVsresp).parseData(); // validates the <VerifyXMLSignatureResponse> VerifyXMLSignatureResponseValidator.getInstance().validate( vsresp, |