From 69a788eae0a6dd0630b18f585f82ce3cebd9ce82 Mon Sep 17 00:00:00 2001 From: "harald.bratko" Date: Thu, 3 May 2007 15:20:51 +0000 Subject: Passing hideStammzahl to a infobox validator indicating whether "Stammzahlen" should be hidden or not. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@832 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../moa/id/auth/data/InfoboxValidatorParams.java | 14 ++++++++++++++ 1 file changed, 14 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 26070dc51..381815258 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 @@ -142,6 +142,20 @@ public interface InfoboxValidatorParams { */ public Element getIdentityLink(); + /** + * Indicates whether source pins (Stammzahlen) should be hidden or not. + * If an online application lying behind MOA-ID is not allowed to get source pins + * (Stammzahlen), any source pins within SAML attributes + * returned by the validator must suppressed:
+ * If the parameter getHideStammzahl is true, then the validator + * MUST hide (replace by an empty string) any source pin (Stammzahl) + * that may be included in a SAML attribute returned by the validator. + * + * @return true if source pins (Stammzahlen) must be hidden, + * otherwise false. + */ + public boolean getHideStammzahl(); + /** * Returns application specific parameters. * Each child element of this element contains -- cgit v1.2.3