From 323e63b71ac0095f1d809c24ecf7b20ffa2bab24 Mon Sep 17 00:00:00 2001 From: rudolf Date: Mon, 26 Apr 2004 13:16:31 +0000 Subject: =?UTF-8?q?=C3=84nderung=20von=20Gesch=C3=A4eftsbereich=20in=20Ges?= =?UTF-8?q?chaeftsbereich=20(wg.=20A1-Signatur);=20hinzuf=C3=BCgen=20eines?= =?UTF-8?q?=20Attributs=20Geburtsdatum=20(RSCH)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@109 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'id.server/src') diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java b/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java index 4babf948c..41f439d04 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationBlockAssertionBuilder.java @@ -21,12 +21,15 @@ public class AuthenticationBlockAssertionBuilder implements Constants { " " + nl + " {2}" + nl + " " + nl + - " " + nl + + " " + nl + " {3}" + nl + " " + nl + " " + nl + " {4}" + nl + " " + nl + + " " + nl + + " {5}" + nl + + " " + nl + " " + nl + ""; @@ -47,9 +50,9 @@ public class AuthenticationBlockAssertionBuilder implements Constants { * @return String representation of authentication block * <saml:Assertion> built */ - public String build(String issuer, String issueInstant, String authURL, String target, String oaURL) { + public String build(String issuer, String issueInstant, String authURL, String target, String oaURL, String GebDat) { String assertion = MessageFormat.format( - AUTH_BLOCK, new Object[] { issuer, issueInstant, authURL, target, oaURL }); + AUTH_BLOCK, new Object[] { issuer, issueInstant, authURL, target, oaURL, GebDat}); return assertion; } -- cgit v1.2.3