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-08-02 11:04:25 +0000
committerharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-08-02 11:04:25 +0000
commit296cfab56308cfb4d3b683021d98e65576b0d1ad (patch)
tree7ac6ea68c366345bdbf1a43090710ea18658e5e4 /id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidatorParams.java
parentba01e78bf13485ebb4058dd0322c752854f0922b (diff)
downloadmoa-id-spss-296cfab56308cfb4d3b683021d98e65576b0d1ad.tar.gz
moa-id-spss-296cfab56308cfb4d3b683021d98e65576b0d1ad.tar.bz2
moa-id-spss-296cfab56308cfb4d3b683021d98e65576b0d1ad.zip
Removed PersonData return value.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@893 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.java22
1 files changed, 14 insertions, 8 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 71d675259..0f78760a8 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
@@ -157,17 +157,23 @@ public interface InfoboxValidatorParams {
public boolean getHideStammzahl();
/**
- * Indicates if the infobox validator has to run in the so called <code>compatibility mode</code>.
+ * Indicates if the infobox validator has to run in the so called
+ * <code>compatibility mode</code>.
* <br>
* The <code>compatibility mode</code> is used when the final <code>&lt;saml:Assertion&gt;</code>
- * sent to the online application should be rather built on the basis of a <code>&lt;pr:PersonData&gt;</code>
- * structure returned by the infobox validator instead of the original identity link.
- * This mode is mainly used within the <code>Mandates</code> context
- * (please refer MOA-ID specification for more details).
+ * sent to the online application should be rather built on the basis of a
+ * <code>&lt;pr:PersonData&gt;</code> structure returned by the infobox validator instead
+ * of the <code>&lt;pr:PersonData&gt;</code> structure extracted from the original identity link.
+ * The <code>compatibility mode</code> is <b>only</b> available within the
+ * <code>Mandates</code>-infobox context. For all other infoboxes the return value of
+ * this method will be ignored.
+ * (please refer MOA-ID specification for more details).
+ * <p>
+ * <b>Note:</b> In the current version the <code>compatibility mode</code> is not yet
+ * supported!
*
- * @return <code>True</code> the infobox validator has to run in the so called
- * <code>compatibility mode</code>, otherwise <code>false</code>. The default value
- * <i>should</i> be </code>false</code>.
+ * @return <code>True</code> if the infobox validator has to run in the so called
+ * <code>compatibility mode</code>, otherwise <code>false</code>.
*/
public boolean getCompMode();