aboutsummaryrefslogtreecommitdiff
path: root/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidationResult.java
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidationResult.java')
-rw-r--r--id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidationResult.java19
1 files changed, 0 insertions, 19 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidationResult.java b/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidationResult.java
index 0ee2f21d5..b8dd7f18e 100644
--- a/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidationResult.java
+++ b/id.server/src/at/gv/egovernment/moa/id/auth/data/InfoboxValidationResult.java
@@ -1,6 +1,5 @@
package at.gv.egovernment.moa.id.auth.data;
-import org.w3c.dom.Element;
/**
* Includes the result of an extended infobox validation.
@@ -12,10 +11,6 @@ import org.w3c.dom.Element;
* or to both.
* <br>
* If validation fails the implementing class has to provide a short error message.
- * <br>
- * If the corresponding infobox validator runs in the so called <code>compatibility mode</code>
- * a <code>pr:Persondata</code> element to be used in the final <code>saml:Assertion</code>
- * ({@see #getPersonData()})
*
* @author Harald Bratko
*/
@@ -58,19 +53,5 @@ public interface InfoboxValidationResult {
* @return An short error message if validation fails.
*/
public String getErrorMessage();
-
- /**
- * Returns a <code>&lt;pr:PersonData&gt;</code> element to be used in the final
- * <code>&lt;saml:Assertion&gt;</code>.
- * <br>
- * If the corresponding infobox validator runs in the so called <code>compatibility mode</code>
- * the method must return a <code>&lt;pr:PersonData&gt;</code> element to be used within
- * the final <code>&lt;saml:Assertion&gt;</code> sent to the online application instead of
- * the original <code>&lt;pr:PersonData&gt;</code> element derived from the <code>&lt;Identitylink&gt;</code>.
- *
- * @return A <code>&lt;pr:PersonData&gt;</code> element if the corresponding infobox validator
- * runs in the <code>compatibility mode</code>, otherwise <code>null</code>.
- */
- public Element getPersonData();
}