aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java
diff options
context:
space:
mode:
authorharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-05-03 15:20:51 +0000
committerharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-05-03 15:20:51 +0000
commit69a788eae0a6dd0630b18f585f82ce3cebd9ce82 (patch)
treecb49eb943d6616651ae2db43ea55e2510076625e /id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java
parent8f8e6fde967e4b59ec3d67ef61f32c8778df0f01 (diff)
downloadmoa-id-spss-69a788eae0a6dd0630b18f585f82ce3cebd9ce82.tar.gz
moa-id-spss-69a788eae0a6dd0630b18f585f82ce3cebd9ce82.tar.bz2
moa-id-spss-69a788eae0a6dd0630b18f585f82ce3cebd9ce82.zip
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
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java14
1 files changed, 14 insertions, 0 deletions
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
@@ -143,6 +143,20 @@ public interface InfoboxValidatorParams {
public Element getIdentityLink();
/**
+ * Indicates whether source pins (<code>Stammzahl</code>en) should be hidden or not.
+ * If an online application lying behind MOA-ID is not allowed to get source pins
+ * (<code>Stammzahl</code>en), any source pins within <code>SAML attributes</code>
+ * returned by the validator must suppressed:<br>
+ * If the parameter <code>getHideStammzahl</code> is <code>true</code>, then the validator
+ * <b>MUST</b> hide (replace by an empty string) any source pin (<code>Stammzahl</code>)
+ * that may be included in a <code>SAML attribute</code> returned by the validator.
+ *
+ * @return <code>true</code> if source pins (<code>Stammzahl</code>en) must be hidden,
+ * otherwise <code>false</code>.
+ */
+ public boolean getHideStammzahl();
+
+ /**
* Returns application specific parameters.
* Each child element of this element contains
* a validating application specific parameter. The