From ba01e78bf13485ebb4058dd0322c752854f0922b Mon Sep 17 00:00:00 2001 From: "harald.bratko" Date: Wed, 1 Aug 2007 17:20:44 +0000 Subject: Changed for compability mode. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@892 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/id/auth/data/InfoboxValidatorParams.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java') diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java index 381815258..71d675259 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java @@ -156,6 +156,21 @@ public interface InfoboxValidatorParams { */ public boolean getHideStammzahl(); + /** + * Indicates if the infobox validator has to run in the so called compatibility mode. + *
+ * The compatibility mode is used when the final <saml:Assertion> + * sent to the online application should be rather built on the basis of a <pr:PersonData> + * structure returned by the infobox validator instead of the original identity link. + * This mode is mainly used within the Mandates context + * (please refer MOA-ID specification for more details). + * + * @return True the infobox validator has to run in the so called + * compatibility mode, otherwise false. The default value + * should be false. + */ + public boolean getCompMode(); + /** * Returns application specific parameters. * Each child element of this element contains -- cgit v1.2.3